Skip to content

Implement trie data structure in cpp#2

Draft
Rajkdea123 wants to merge 2 commits intomainfrom
cursor/implement-trie-data-structure-in-cpp-a7a7
Draft

Implement trie data structure in cpp#2
Rajkdea123 wants to merge 2 commits intomainfrom
cursor/implement-trie-data-structure-in-cpp-a7a7

Conversation

@Rajkdea123
Copy link
Owner

Implement a Trie (Prefix Tree) data structure in C++ to support word insertion, exact word search, and prefix-based search.


Open in Cursor Open in Web

This commit introduces a Trie data structure for efficient prefix-based string searching. It includes functionality for insertion, searching, and prefix matching.

Co-authored-by: shivamkasoudhan <shivamkasoudhan@pbpartners.com>
@cursor
Copy link

cursor bot commented Oct 1, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

Co-authored-by: shivamkasoudhan <shivamkasoudhan@pbpartners.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants