Skip to content

Commit d1c0216

Browse files
updating DIRECTORY.md
1 parent 08d7a09 commit d1c0216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DIRECTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
* [Avltree](./DataStructures/AVLTree/AVLTree.php)
2222
* [Avltreenode](./DataStructures/AVLTree/AVLTreeNode.php)
2323
* [Treetraversal](./DataStructures/AVLTree/TreeTraversal.php)
24-
* Binarysearchtree
24+
* Binarysearchtree
2525
* [Binarytreetraversal](./DataStructures/BinarySearchTree/BinaryTreeTraversal.php)
2626
* [Bstnode](./DataStructures/BinarySearchTree/BSTNode.php)
2727
* [Bstree](./DataStructures/BinarySearchTree/BSTree.php)
28-
* [Duplicatekeyexception](./DataStructures/BinarySearchTree/DuplicateKeyException.php)
28+
* [Duplicatekeyexception](./DataStructures/BinarySearchTree/DuplicateKeyException.php)
2929
* Disjointsets
3030
* [Disjointset](./DataStructures/DisjointSets/DisjointSet.php)
3131
* [Disjointsetnode](./DataStructures/DisjointSets/DisjointSetNode.php)

0 commit comments

Comments
 (0)