My solutions to some of the popular algorithms. Most of them are in Python, occasionally with JavaScript and Ruby.
# python
python binary_tree/full_binary_tree/test.py
# javascript
node binary_tree/full_binary_tree/test.js
# ruby
ruby binary_tree/full_binary_tree/test.rb