Thursday, December 25, 2008

Ruby Ternary Search Tree

Simple Ruby Ternary Search Tree Implementation.

Currently supports:


  • Insertion (insert)

  • Search (search, node)

  • Printing (to_s)



git clone at: http://github.com/giancarlo/algorithms.git

No comments: