6 ms·
I almost always prefer some kind of balanced tree to a hash table, because no matter the original specifications, sometime during the development of a program I
by pbewig 16y ago
I almost always prefer some kind of balanced tree to a hash table, because no matter the original specifications, sometime during the development of a program I usually need the elements in order.