https://github.com/munashex/bst
https://github.com/munashex/bst
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/munashex/bst
- Owner: munashex
- Created: 2022-07-13T08:49:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T06:27:02.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T11:33:37.503Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BST
Binary search tree
-insertion
-find
-BFS --> breadth First Search
DFS --> preOrder, postOrder, inOrder
Logarithmic time complexity