We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8240e29 commit 5563d88Copy full SHA for 5563d88
README.md
@@ -31,7 +31,7 @@ This is a collection of algorithms and data structures which I've implement over
31
# What's been implemented:
32
33
## Data Structures
34
-* [AVL Tree](../src/com/jwetherell/algorithms/data_structures/AVLTree.java)
+* [AVL Tree](src/com/jwetherell/algorithms/data_structures/AVLTree.java)
35
* [B-Tree](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BTree.java)
36
* [Binary Heap (backed by an array or a tree)](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BinaryHeap.java)
37
* [Binary Search Tree](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BinarySearchTree.java)
0 commit comments