Skip to content

sillyfellow/ds_in_ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datastructures_in_ruby

I've used 'struct's to create some basic data structures in Ruby => linked lists, binary tree, binary search tree, and AVL tree.

The trees do make use of inheritance very well. So, AVL tree's own code is quite less (the rotations) because a lot of code is shared between binary tree, and BST.

About

Just some basic data structures in Ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages