https://github.com/lippiece/balanced-bst
Balanced binary search tree implementation with functional programming in mind
https://github.com/lippiece/balanced-bst
binary-search-tree binary-tree javascript odin-project
Last synced: 22 days ago
JSON representation
Balanced binary search tree implementation with functional programming in mind
- Host: GitHub
- URL: https://github.com/lippiece/balanced-bst
- Owner: Lippiece
- Created: 2022-09-17T19:51:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T09:53:39.000Z (over 3 years ago)
- Last Synced: 2025-12-25T14:57:25.436Z (6 months ago)
- Topics: binary-search-tree, binary-tree, javascript, odin-project
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# balanced-bst
Balanced binary search tree implementation with functional programming in mind
## [The Odin Project's assignment](https://www.theodinproject.com/lessons/javascript-binary-search-trees)