Skip to content

Commit 4c39dcd

Browse files
authored
Created README
1 parent b5a7187 commit 4c39dcd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Data Structures
2+
<p align="justify">
3+
This is a collection of some complex data structures which have been implemented in C++ using OOP. Currently the following data structures have been included -
4+
</p>
5+
<ul>
6+
<li> Binary Search Tree (BST) - https://en.wikipedia.org/wiki/Binary_search_tree </li>
7+
<li> Adelson-Velsky and Landis (AVL) Tree - https://en.wikipedia.org/wiki/AVL_tree </li>
8+
<li> Trie (also known as Prefix Tree) - https://en.wikipedia.org/wiki/Trie </li>
9+
</ul>

0 commit comments

Comments
 (0)