Skip to content

Commit 274297d

Browse files
authored
Updated README
Added To Do and Acknowledgement
1 parent bb48b3a commit 274297d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Trie/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,18 @@ In this implementation, a single trie object can store multiple copies of the sa
8080
</p>
8181
</li>
8282
</ul>
83+
84+
<h2>To Do</h2>
85+
<ul>
86+
<li>
87+
Add a method which inputs a string and returns lexicographically the next string stored in the Trie
88+
</li>
89+
<li>
90+
Add copy constructor and overload the copy assignment operator for Trie
91+
</li>
92+
</ul>
93+
94+
<h2>Acknowledgement</h2>
95+
<p align="justify">
96+
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 documentation.
97+
</p>

0 commit comments

Comments
 (0)