GitHub - haxac/algorithm: Learning algorithms with Ruby · GitHub
Skip to content

haxac/algorithm

Folders and files

Repository files navigation

algorithm

Learning algorithms with Ruby

usage

irb
require './require_all.rb'

HashMap.new
h = HashMap.new
h.put("key", "value")
h.put("a", 1)
h.get("key")

test

bundle install
bundle exec rspec

About

Learning algorithms with Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages