Commit 602f7b0
committed
Add Binary Search Tree (BST) data structure implementation
- Complete BST implementation using R6 object-oriented programming
- Support all fundamental operations: insert, search, delete, traversals
- Include four traversal methods: inorder, preorder, postorder, level-order
- Advanced operations: height calculation, BST validation, kth smallest
- Tree visualization with ASCII art representation
- Comprehensive examples including student grade management system
- Create new Data Structures category for fundamental CS data structures1 parent 6b0fd3b commit 602f7b0
2 files changed
+492
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
0 commit comments