Skip to content
/ armonica Public

A set of commonly used data structures powered by Sorbet 🍦(in active development)

License

Notifications You must be signed in to change notification settings

0exp/armonica

Repository files navigation

Armonica

A set of commonly used data structures powered by Sorbet 🍦 (in active development)

Installation

gem 'armonica'
$ bundle install
# --- or ---
$ gem install 'armonica'
require 'armonica'

Realized Data Structures


Singly Linked List

  • #append(value)
  • #prepend(value)
  • #extend(list)
  • #head
  • #tail
  • #count

Contributing

  • Fork it ( https://github.com/0exp/armonica/fork )
  • Create your feature branch (git checkout -b feature/my-new-feature)
  • Commit your changes (git commit -am '[my-new-featre] Add some feature')
  • Push to the branch (git push origin feature/my-new-feature)
  • Create new Pull Request

License

Released under MIT License.

Authors

Rustam Ibragimov

About

A set of commonly used data structures powered by Sorbet 🍦(in active development)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages