[Cs3] Lab12

Mikhail Nesterenko mikhail at cs.kent.edu
Fri Apr 11 13:20:05 EDT 2014


> 
> Can we use a list to keep track of keys for a map of set? With out a
> list of keys how would you go about sorting a associate container?
> 

One suggestion is to use an associative multimap with the score being
the key. Then determine the ranking and create another map where the
key is last name (with ranking added).

thanks,
-- 
Mikhail


More information about the cs3 mailing list