treyzania / heap.cr

A heap data structure for Crystal, implemented based on Python's heapq module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heap

TODO: Write a description here

Installation

Add this to your application's shard.yml:

dependencies:
  heap:
    github: mattrberry/heap

Usage

require "heap"

Just run this to figure out how to use it:

grep -E '^\s*def' src/heap.cr

Development

What else is there left to work on?

Contributing

  1. Fork it ( https://github.com/mattrberry )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

A heap data structure for Crystal, implemented based on Python's heapq module

License:MIT License


Languages

Language:Crystal 100.0%