Vatsalparsaniya / Data-Structure

Data Structure
48 stars 248 forks source link

Trie implementation in Java #340

Closed ShivamShekhar1997 closed 3 years ago

ShivamShekhar1997 commented 3 years ago

Added a clean Implementation of Trie DS The Trie DS can be further modified to a Autocomplete algorithm, on which I'm working on

ShivamShekhar1997 commented 3 years ago

@Vatsalparsaniya please merge the PR #340 into the master

ShivamShekhar1997 commented 3 years ago

@Vatsalparsaniya please respond to the PR