[Cs3] Lab 13

Mikhail Nesterenko mikhail at cs.kent.edu
Fri Apr 18 22:43:06 EDT 2014


> 
> For lab 13, as far as demonstrating our implementations, should we thus
> show that the rehash was successful by printing the contents of the map
> according to bucket number?
> 
> I notice the original implementation does not really have any
> iterator/bucket-wise accessors, so it would be necessary to create a sort
> of custom print method,

Do not implement iterators. You can do a custom print method or just
do a few lookups to demonstrate that the map is successfully rehashed.

Thanks,
--
Mikhail


More information about the cs3 mailing list