Skip to content

Commit b5a7187

Browse files
authored
Updated README
Added TO DO and Acknowledgements
1 parent 4731ad9 commit b5a7187

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

AVL Tree/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,14 @@ AVL Tree is a variant of the Binary Search Tree which uses rotation operations t
5151
</p>
5252
</li>
5353
</ul>
54+
<h2>To Do</h2>
55+
<ul>
56+
<li>
57+
Add copy constructor and overload the copy assignment operator for AVL Tree
58+
</li>
59+
</ul>
60+
61+
<h2>Acknowledgement</h2>
62+
<p align="justify">
63+
I studied and referred many articles from the <a href="https://en.cppreference.com/w/">C++ Reference Documentation</a>, <a href="https://www.geeksforgeeks.org/">GeeksforGeeks</a> and <a href="https://www.wikipedia.org/">Wikipedia</a> while writing the code and preparing this document.
64+
</p>

0 commit comments

Comments
 (0)