From 416caa61d5143675f73b310d4296eafdbb6796ff Mon Sep 17 00:00:00 2001 From: darwinz Date: Sat, 19 Oct 2024 06:59:58 +0000 Subject: [PATCH] updating DIRECTORY.md --- DIRECTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DIRECTORY.md b/DIRECTORY.md index bbfcedf..861f2d2 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -25,7 +25,7 @@ * [Binarytreetraversal](./DataStructures/BinarySearchTree/BinaryTreeTraversal.php) * [Bstnode](./DataStructures/BinarySearchTree/BSTNode.php) * [Bstree](./DataStructures/BinarySearchTree/BSTree.php) - * [Duplicatekeyexception](./DataStructures/BinarySearchTree/DuplicateKeyException.php) + * [Duplicatekeyexception](./DataStructures/BinarySearchTree/DuplicateKeyException.php) * Disjointsets * [Disjointset](./DataStructures/DisjointSets/DisjointSet.php) * [Disjointsetnode](./DataStructures/DisjointSets/DisjointSetNode.php)