Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Added The Trie Data Structure

Open ICEBERG98 opened this issue 5 years ago • 2 comments

Trie is a tree like data structure used for String Searching and pattern matching. It's applications include Search Engines and AutoComplete Features. More about Trie- https://www.hackerearth.com/practice/data-structures/advanced-data-structures/trie-keyword-tree/tutorial/

ICEBERG98 avatar Oct 21 '18 07:10 ICEBERG98

Also, you may rebase you commits in one commit.

juncevich avatar Oct 23 '18 19:10 juncevich

Hi @ICEBERG98 thank you so much for your contribution. Before starting with the code review I was wondering if you could update the readme adding your solution to the list and also apply @juncevich suggestions 😃 Thank you in advance!

pedrovgs avatar Dec 14 '18 10:12 pedrovgs