Skip to content

Commit 1945cee

Browse files
committed
small readme error fixed
1 parent ba92b20 commit 1945cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ I have made this GitHub repository containing all the internal collection framew
2121
<tr> <td>3</td> <td><a href="https://github.com/nisabmohd/DS-Implementations/tree/master/src/Trees">Trees</a><td>
2222
<table> <thead> <tr> <th>S.NO</th> <th>Data Structure </th> </tr> </thead> <tbody> <tr> <td>3.1</td> <td><a href="https://github.com/nisabmohd/DS-Implementations/blob/master/src/Trees/BinaryTree.java">BinaryTree</a></td> </tr><tr> <td>3.2</td> <td><a href="https://github.com/nisabmohd/Data-Structures/blob/master/src/Trees/BinarySearchTree.java">BinarySearchTree</a></td> </tr><tr> <td>3.3</td> <td><a href="https://github.com/nisabmohd/DS-Implementations/blob/master/src/Trees/N_ary.java">N_Arry Tree</a></td>
2323
</tr>
24-
tr> <td>3.4</td> <td><a href="https://github.com/nisabmohd/Data-Structures/blob/master/src/Trees/AVL.java">AVL Tree</a></td>
24+
<td>3.4</td> <td><a href="https://github.com/nisabmohd/Data-Structures/blob/master/src/Trees/AVL.java">AVL Tree</a></td>
2525
</tr>
2626
</tbody> </table> </td><td><a href="https://github.com/nisabmohd/Data-Structures/blob/master/src/Trees/BTree.java">BTree</a></td> </tr>
2727

0 commit comments

Comments
 (0)