Luxoft Interview Question

how to sort std::map (gotcha)

Interview Answer

Anonymous

Dec 17, 2016

map is RB tree and can be considered sorted by design

2