alifakahr186

alifakahr186/Data-Structures-and-Algorithms

(DSA) implementations in C++ - covering basics to advanced concepts.

2 good first / help-wanted issues · C++ · last activity Sep 12, 2025

2 Open Issues Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue
alifakahr186/Data-Structures-and-Algorithms
0

(DSA) implementations in C++ - covering basics to advanced concepts.

C++

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
alifakahr186/Data-Structures-and-Algorithms
0

(DSA) implementations in C++ - covering basics to advanced concepts.

C++