Open Issues Need Help
View All on GitHub  Add: Trie deletion implementation is missing  about 2 months ago 
    enhancement  good first issue  
 (DSA) implementations in C++ - covering basics to advanced concepts.
  C++  
    Add Trie Data Structure Implementation  about 2 months ago 
 AI Summary: This issue proposes adding a Trie data structure to the repository, as one is currently missing. The implementation should support fundamental operations: inserting words, searching for words, and deleting words.
 
Complexity:
  2/5
 
   enhancement  good first issue  
 (DSA) implementations in C++ - covering basics to advanced concepts.
  C++