Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmncit/ralgo
Implementation of datastructures and algorithms using Ruby
https://github.com/mmncit/ralgo
algorithms binary-search-tree datastructures graph linkedlist rspec ruby stack
Last synced: about 1 month ago
JSON representation
Implementation of datastructures and algorithms using Ruby
- Host: GitHub
- URL: https://github.com/mmncit/ralgo
- Owner: mmncit
- Created: 2019-12-02T17:37:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T04:10:38.000Z (8 months ago)
- Last Synced: 2024-05-06T05:26:14.993Z (8 months ago)
- Topics: algorithms, binary-search-tree, datastructures, graph, linkedlist, rspec, ruby, stack
- Language: Ruby
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RALGO
- Implementation of common data structures and algorithms using Ruby
- Acceptance tests are written for the components using RSpec| Datastructures | Ruby Implementation | RSpec |
| ------------------ | ----------------------- | -------------------------------------- |
| Binary Search Tree | [btree.rb](ds/btree.rb) | [btree_spec.rb](spec/ds/btree_spec.rb) |
| Graph | [graph.rb](ds/graph.rb) | .. |To run the test suite:
```bash
rspec
```## Author
**Mamun Rashid**
- [github/mmncit](https://github.com/mmncit)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update the tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)