katiaku / katiaku/javascript-algorithms-and-data-structures
Implement the Trie Data Structure
Open
good first issue
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The project currently lacks implementations of the Trie data structure.
- Create Trie.js file in the project directory.
- Describe the Trie data structure.
- Implement the Trie data structure in JavaScript including methods like insert, search, and delete.
- Provide an example use case, such as implementing an autocomplete system.
- Add the data structure to the "JavaScript Data Structures" section in the README.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.