[Cs3] Lab 8 Confusion

Mikhail Nesterenko mikhail at cs.kent.edu
Wed Oct 22 16:50:40 EDT 2014


I modified the assignment statement to clarify this point.

Thanks,
--
Mikhail

Jordan Adamek wrote:
> Hello everyone,
> 
> There was quite a bit of confusion over the requirement for Lab 8, so I
> figured I will try and explain it here:
> 
> -The current increment() function simply goes to the next item in a given
> bucket, or the next bucket if we are at the end of the current bucket.
> This, in no way, guarantees any order within the key space. You need to
> modify increment and decrement such that they traverse the hash map in
> key-order; i.e:
> 
> A hash map is given the key-value pairs: <1, "hi"> <4, "no"> <103, "why">


More information about the cs3 mailing list