File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Gradle is used for development.
34
34
- [ Monotonic Queue] ( src/main/java/dataStructures/queue/monotonicQueue )
35
35
- Segment Tree
36
36
- [ Stack] ( src/main/java/dataStructures/stack )
37
- - Trie
37
+ - [ Trie] ( src/main/java/dataStructures/trie )
38
38
39
39
## Algorithms
40
40
- [ Bubble Sort] ( src/main/java/algorithms/sorting/bubbleSort )
@@ -81,9 +81,9 @@ Gradle is used for development.
81
81
* [ Binary search tree] ( src/main/java/dataStructures/binarySearchTree )
82
82
* AVL-tree
83
83
* Orthogonal Range Searching
84
- * Trie
84
+ * [ Trie] ( src/main/java/dataStructures/trie )
85
85
* B-Tree
86
- * * Red-Black Tree (Not covered in CS2040s but useful!)
86
+ * Red-Black Tree (Not covered in CS2040s but useful!)
87
87
* Kd-tree (** WIP** )
88
88
* Interval tree (** WIP** )
89
89
5 . [ Binary Heap] ( src/main/java/dataStructures/heap ) (Max heap)
You can’t perform that action at this time.
0 commit comments