suffix-tree topic

List suffix-tree repositories

domain-word

42
Stars
4
Forks
Watchers

Tells you which "words" can be written as a publicly available domain

CodeJam

258
Stars
35
Forks
Watchers

Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another

suffixtree

117
Stars
61
Forks
Watchers

A Java implementation of a Generalized Suffix Tree using Ukkonen's algorithm

suffix-trees

119
Stars
28
Forks
Watchers

Python implementation of Suffix Trees and Generalized Suffix Trees.

lexpy

52
Stars
7
Forks
Watchers

Python package for lexicon; Trie and DAWG implementation.

data-structures

27
Stars
2
Forks
Watchers

Data structures implementation & visualization

Ukkonen-s-Suffix-Tree-Algorithm

24
Stars
10
Forks
Watchers

Ukkonen's suffix tree algorithm, a complete version implemented in Python

go-domain-suffix-trie

32
Stars
9
Forks
Watchers

安全开发基础组件:域名后缀树(Golang实现)

suffix-tree

38
Stars
12
Forks
Watchers

A Generalized Suffix Tree for any Python iterable using Ukkonen's algorithm, with Lowest Common Ancestor retrieval.