Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0ba880e

Browse files
Create Readme.md
1 parent 8b5e973 commit 0ba880e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎Trie/Readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Trie
2+
There are many algorithms and data structures to index and search strings inside a string, some of them are included in the standard libraries, but not all of them.
3+
Tries are one of those which aren't included in standard libraries.
4+
Tries are extremely special and useful data structures that are based on the prefix of a string.Tries are used for "reTRIEval" of data.
5+
Trie data structures enable to store strings that can be visualized like a graph.
6+
7+
Read more about tries here : https://www.topcoder.com/community/data-science/data-science-tutorials/using-tries/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /