File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ Note: It is observed that among the implementations here in practice, with the e
100
100
- [X] Segment Tree ([ Implementation] ( https://github.com/justcoding121/Advanced-Algorithms/tree/develop/Advanced.Algorithms/DataStructures/Tree/SegmentTree.cs ) | [ Tests] ( https://github.com/justcoding121/Advanced-Algorithms/tree/develop/Advanced.Algorithms.Tests/DataStructures/Tree/SegmentTree_Tests.cs ) )
101
101
- [X] Binary Indexed Tree (Fenwick tree) ([ Implementation] ( https://github.com/justcoding121/Advanced-Algorithms/tree/develop/Advanced.Algorithms/DataStructures/Tree/FenwickTree.cs ) | [ Tests] ( https://github.com/justcoding121/Advanced-Algorithms/tree/develop/Advanced.Algorithms.Tests/DataStructures/Tree/FenwickTree_Tests.cs ) )
102
102
103
+ TODO: Support multi-dimentional segment tree & binary indexed tree. Implement QuadTree, Octree & R-tree
104
+
103
105
#### LookUp Trees
104
106
105
107
- [X] Prefix Tree (Trie) ([ Implementation] ( https://github.com/justcoding121/Advanced-Algorithms/tree/develop/Advanced.Algorithms/DataStructures/Tree/Trie.cs ) | [ Tests] ( https://github.com/justcoding121/Advanced-Algorithms/tree/develop/Advanced.Algorithms.Tests/DataStructures/Tree/Trie_Tests.cs ) )
You can’t perform that action at this time.
0 commit comments