https://github.com/jaykickliter/bst
A simple unbalanced binary search tree which one day may become an AVL tree. You don't want to use this.
https://github.com/jaykickliter/bst
data-structures tree
Last synced: 3 months ago
JSON representation
A simple unbalanced binary search tree which one day may become an AVL tree. You don't want to use this.
- Host: GitHub
- URL: https://github.com/jaykickliter/bst
- Owner: JayKickliter
- Created: 2017-02-26T01:43:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T20:28:54.000Z (over 4 years ago)
- Last Synced: 2025-02-15T11:56:42.687Z (4 months ago)
- Topics: data-structures, tree
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/JayKickliter/bst)
# bst