We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bb2a1 commit c09dd7fCopy full SHA for c09dd7f
README.md
@@ -17,10 +17,10 @@ Algorithm (Sedgewick, 4th) implemented in golang.
17
* Selectsort
18
* Shellsort
19
## Searching
20
- * [Binary Search Tree](search/binarytree)
21
- * [AVL Tree](search/avlst)
22
- * [Red-Black Tree](search/redblack)
23
- * [Hash Table](search/hashmap)
+ * [Binary Search Tree](search/binarytree.go)
+ * [AVL Tree](search/avl.go)
+ * [Red-Black Tree](search/redblack.go)
+ * [Hash Table](search/hashmap.go)
24
## [Graphs](graphs)
25
* Directed Graph
26
* BFS
0 commit comments