Suffix tree en
In computer science, a suffix tree is a data structure that presents the suffixes of a given string in a way that allows for a particularly fast implementation of many important string operations. The suffix tree for a string is a tree whose edges are labeled with strings, such that each suffix of corresponds to exactly one path from the tree's root to a leaf. It is thus a radix tree for the suffixes of . A suffix tree is a special kind of a Trie. Constructing such a tree for the string takes time and space linear in the length of . Once constructed, several operations can be performed quickly, for instance locating a substring in, locating a substring if a certain number of mistakes are allowed, locating matches for a regular expression pattern etc. Suffix trees also provided one of the first linear-time solutions for the longest common substring problem. These speedups come at a cost: storing a string's suffix tree typically requires significantly more space than storing the string itself. Wikipedia [ - ]
Freebase Commons Metaweb System Types /type
- -
- Suffix tree
- /wikipedia/en_id/794679
- /wikipedia/en/Suffix_tree
- /wikipedia/en/Position_tree
- /wikipedia/en/Suffixtree
- /en/suffix_tree
- /wikipedia/en/Suffix_trie
- /user/avh/ellerdale/009b-42f3
- /wikipedia/fr/Arbre_des_suffixes
- /wikipedia/ru/$0421$0443$0444$0444$0438$043A$0441$043D$043E$0435_$0434$0435$0440$0435$0432$043E
- /wikipedia/ja/$63A5$5C3E$8F9E$6728
- /wikipedia/de/Suffixbaum
- /wikipedia/it_id/1427489
- /wikipedia/ru_id/173470
- /wikipedia/de_id/709077
- /wikipedia/it/Albero_dei_suffissi
- /wikipedia/fr_id/1428629
- /wikipedia/ja_id/1030500
- /wikipedia/ru_title/$0421$0443$0444$0444$0438$043A$0441$043D$043E$0435_$0434$0435$0440$0435$0432$043E
- /wikipedia/de_title/Suffixbaum
- /wikipedia/it_title/Albero_dei_suffissi
- /wikipedia/ja_title/$63A5$5C3E$8F9E$6728
- /wikipedia/fr_title/Arbre_des_suffixes
- /wikipedia/en_title/Suffix_tree
- /wikipedia/fr/Arbre_Des_Suffixes
- /wikipedia/cs_id/626781
- /wikipedia/vi_title/C$00E2y_h$1EADu_t$1ED1
- /wikipedia/ja/$30B5$30D5$30A3$30C3$30AF$30B9$6728
- /wikipedia/zh-tw_title/$540E$7F00$6811
- /wikipedia/fa/$062F$0631$062E$062A_$067E$0633$0648$0646$062F$06CC
- /wikipedia/fa_id/1273224
- /wikipedia/pl_title/Drzewo_sufiksowe
- /wikipedia/it/Alberi_dei_suffissi
- /wikipedia/he_title/$05E2$05E5_$05E1$05D9$05E4$05D5$05EA
- /wikipedia/zh-cn_title/$540E$7F00$6811
- /wikipedia/zh-tw_id/321349
- /wikipedia/lt/Priesag$0173_medis
- /wikipedia/zh-cn/$5B57$5C3E$6A39
- /wikipedia/zh-tw/$5B57$5C3E$6A39
- /wikipedia/lt_id/21744
- /wikipedia/lt_title/Priesag$0173_medis
- /wikipedia/pl/Drzewo_sufiksowe
- /wikipedia/id_title/Pohon_sufiks
- /wikipedia/pl_id/1320160
- /wikipedia/it/Suffix_tree
- /wikipedia/de/Suffix-Baum
- /wikipedia/he/$05E2$05E5_$05E1$05D9$05E4$05D5$05EA
- /wikipedia/zh-tw/$540E$7F00$6811
- /wikipedia/fa_title/$062F$0631$062E$062A_$067E$0633$0648$0646$062F$06CC
- /wikipedia/he_id/259449
- /wikipedia/zh-tw/Suffix_tree
- /wikipedia/fa/$062F$0631$062E$062A_$067E$0633$0648$0646$062F$064A
- /wikipedia/cs/Sufixov$00FD_strom
- /wikipedia/ru/$0414$0435$0440$0435$0432$043E_$0441$0443$0444$0444$0438$043A$0441$043E$0432
- /wikipedia/id/Pohon_sufiks
- /wikipedia/cs_title/Sufixov$00FD_strom
- /wikipedia/zh-cn/$540E$7F00$6811
- /wikipedia/zh-cn/Suffix_tree
- /wikipedia/id_id/206168
- /wikipedia/vi_id/1102487
- /wikipedia/ru/$0410$043B$0433$043E$0440$0438$0442$043C_$0423$043A$043A$043E$043D$0435$043D$0430
- /wikipedia/vi/C$00E2y_h$1EADu_t$1ED1
- /wikipedia/zh-cn_id/321349
- /en/suffix_trie
- -
- Suffix trie
- -
- http://en.wikipedia.org/wiki/index.html?curid=794679
- http://it.wikipedia.org/wiki/index.html?curid=1427489
- http://de.wikipedia.org/wiki/index.html?curid=709077
- http://ru.wikipedia.org/wiki/index.html?curid=173470
- http://fr.wikipedia.org/wiki/index.html?curid=1428629
- http://ja.wikipedia.org/wiki/index.html?curid=1030500
- http://ru.wikipedia.org/wiki/Суффиксное_дерево
- http://de.wikipedia.org/wiki/Suffixbaum
- http://it.wikipedia.org/wiki/Albero_dei_suffissi
- http://ja.wikipedia.org/wiki/接尾辞木
- -
- -
- -
- -
|
- -
- -
User Domain science /user/coco/science
User Domain Computer Science /base/computerscience
| Operation | Time complexity |
|---|---|
|
|
- -
- -
- -
- -