A language which hold some secrets

Revision en2, by BiggestQuitter, 2018-03-13 06:58:19

Hello everybody, I was solving a problem and for that, I needed a sorted map in java which stores an integer at the place of the key and a "Sorted Set" in place of value. Also, is the procedure same when we replace this sorted set with some user made class?

Can anyone tell me how to implement one such Sorted Map?

Also, what to do we have to do when we are implementing one such map where key is a sorted set? Is it really possible to implement one such thing in either C++ or Java?

Any tutorial/guidance/links will suffice.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English BiggestQuitter 2018-03-13 06:58:19 33 Tiny change: 'ffice.\n\nThanks for the support community.' -> 'ffice.\n\n'
en1 English BiggestQuitter 2018-03-12 22:50:12 609 Initial revision (published)