structure where elements are sorted in a specific arbitrary order that is NOT the order of insertion, how do you iterate through the data in the order of insertion? Rather, how do you efficiently store order information?
Looking at how Boost does it http://www.boost.org/doc/libs/1_64_0/libs/multi_index/doc/tutorial/basics.html#multiple_sort
Kek, I doubt anyone in this group is better than you in graph theory
The insertion also keeps a linked list. Which is O(1)
Обсуждают сегодня