Skip to content

Commit 5b3a399

Browse files
authored
Updated README
Added TO DO and Acknowledgement
1 parent e675cad commit 5b3a399

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: BST/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,15 @@ In this implementation, each node of the Binary Search Tree stores a key and val
5050
</p>
5151
</li>
5252
</ul>
53+
54+
<h2>To Do</h2>
55+
<ul>
56+
<li>
57+
Add copy constructor and overload the copy assignment operator for BST
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)