Archives for Tuesday, June 1, 2010

June 2010 (1)
SMTWTFS
« May Jul »
12345
6789101112
13141516171819
20212223242526
27282930

Like this Archive Calendar widget? Download it here.


PCPlus 282: Understanding ternary trees

June 2009’s article was a reversion to what might be called straight computer science after a few months of layman’s topics (indexing the internet, spellchecking, etc) and covered ternary trees. Quick overview: ternary trees are a speedy, space-efficient data structure for storing large numbers of key-value pairs that in certain situations are better than hash tables. […]

READ MORE