Skip to content

Implement trie data structure for string operations#3

Draft
Rajkdea123 wants to merge 1 commit intomainfrom
cursor/implement-trie-data-structure-for-string-operations-2fae
Draft

Implement trie data structure for string operations#3
Rajkdea123 wants to merge 1 commit intomainfrom
cursor/implement-trie-data-structure-for-string-operations-2fae

Conversation

@Rajkdea123
Copy link
Owner

Implement the Trie (prefix tree) data structure with insert, search, and startsWith methods as requested.


Open in Cursor Open in Web

Adds Trie class with insert, search, and startsWith methods. Includes destructor for memory cleanup and example usage in main.

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

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