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

Wednesday, December 10, 2008

Ruby 1.9 C Api Extensions Guide

I am writing a guide on the Ruby (SVN) C API. You can see it here: http://coaxialhost.com/tutorials/writing_ruby_extensions.html.

Expect more stuff to be added later.

New Mirror Blog and Theme

I have created a wordpress blog in my own server which will eventually replace this site. The blog is at http://cpb.coaxialhost.com.

This new blog has a better format and will implement new features in the future.