- Basic Data Structure Addition to Batfish
Batfish is collection of data structures and algorithms written in Ruby that I started about a month ago. While trying to implement graphs in the library, I quickly realised that a number of basic data structure were missing to implement certain graph algorithms. Stacks and queues were needed to respectively implement the depth-first search and [...]
- Batfish, Just a Bunch of Functions
I have been programming in Ruby for a bit less then a year but already, I accumulated a number of data structures and algorithms. Since they could probably be of some use to someone else and I don’t want to lose everything because of a failure of some sort, I decided to publish them on [...]
Posts