Skip to content

Commit 5563d88

Browse files
author
Jitendra Singh
authored
Update README.md
1 parent 8240e29 commit 5563d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This is a collection of algorithms and data structures which I've implement over
3131
# What's been implemented:
3232

3333
## Data Structures
34-
* [AVL Tree](../src/com/jwetherell/algorithms/data_structures/AVLTree.java)
34+
* [AVL Tree](src/com/jwetherell/algorithms/data_structures/AVLTree.java)
3535
* [B-Tree](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BTree.java)
3636
* [Binary Heap (backed by an array or a tree)](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BinaryHeap.java)
3737
* [Binary Search Tree](java-algorithms-implementation/src/com/jwetherell/algorithms/data_structures/BinarySearchTree.java)

0 commit comments

Comments
 (0)