File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,16 @@ Note: The projects where tested on Xamarin Studio (MonoDevelop) on OSX 10, and V
54
54
55
55
#### Sorted Collections (Tree-based):
56
56
* [ Sorted List] ( DataStructures/SortedCollections/SortedList.cs ) .
57
- * [ Sorted Dictionary] ( DataStructures/SortedCollections/SortedDictionary.cs )
57
+ * [ Sorted Dictionary] ( DataStructures/SortedCollections/SortedDictionary.cs ) . Work in progress.
58
58
59
59
#### Trees:
60
60
* [ Trie] ( DataStructures/Trees/Trie.cs ) .
61
61
* [ Trie Map] ( DataStructures/Trees/TrieMap.cs ) .
62
62
* [ AVL Tree] ( DataStructures/Trees/AVLTree.cs ) .
63
63
* [ Red-Black Tree] ( DataStructures/Trees/RedBlackTree.cs ) .
64
- + [ RBTree Map version] ( DataStructures/Trees/RedBlackTreeMap.cs ) . Supports key-value pairs nodes; indexes nodes by keys.
64
+ + [ Map version] ( DataStructures/Trees/RedBlackTreeMap.cs ) . Supports key-value pairs nodes; indexes nodes by keys.
65
65
* [ Binary Search Tree] ( DataStructures/Trees/BinarySearchTree.cs ) .
66
- + [ BSTree Map version] ( DataStructures/Trees/BinarySearchTreeMap.cs ) . Supports key-value pairs nodes; indexes nodes by keys.
66
+ + [ Map version] ( DataStructures/Trees/BinarySearchTreeMap.cs ) . Supports key-value pairs nodes; indexes nodes by keys.
67
67
* [ Augmented Binary Search Tree] ( DataStructures/Trees/AugmentedBinarySearchTree.cs ) .
68
68
69
69
#### Graphs:
You can’t perform that action at this time.
0 commit comments