https://github.com/01zulfi/binary_search_tree
binary search tree implemented in Ruby
https://github.com/01zulfi/binary_search_tree
binary-search-tree ruby
Last synced: 11 months ago
JSON representation
binary search tree implemented in Ruby
- Host: GitHub
- URL: https://github.com/01zulfi/binary_search_tree
- Owner: 01zulfi
- Created: 2022-07-25T09:32:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T09:32:22.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T08:15:07.725Z (over 1 year ago)
- Topics: binary-search-tree, ruby
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binary Search Tree
Implemented in Ruby.
Run `ruby ./script.rb` to see it in action.