#

ukkonen-algorithm

https://static.github-zh.com/github_avatars/gmamaladze?size=40

#算法刷题#.NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm.

C# 450
1 年前
https://static.github-zh.com/github_avatars/mutux?size=40

#算法刷题#Ukkonen's suffix tree algorithm, a complete version implemented in Python

Python 26
2 年前
https://static.github-zh.com/github_avatars/adamserafini?size=40

C++ implementation of Ukkonen's algorithm.

C++ 14
8 年前
https://static.github-zh.com/github_avatars/baratgabor?size=40

A well-structured, relatively compact implementation of Ukkonen's linear time suffix tree construction algorithm in C# 7+. With bonus detailed explanation on the algorithm.

C# 10
6 年前
https://static.github-zh.com/github_avatars/shysaur?size=40

Implementations of Suffix Trees Algorithms

C 8
8 年前
https://static.github-zh.com/github_avatars/fabsrc?size=40

🌳 ES6 Implementation of Ukkonens Algorithm for Suffix Tree Creation.

JavaScript 3
10 年前
https://static.github-zh.com/github_avatars/usk2003?size=40

This project repository provides a Python-based Suffix Tree Visualizer. It constructs suffix trees using Ukkonen's algorithm and visualizes them with matplotlib. Basic implementation for exploring str...

Python 1
8 个月前
https://static.github-zh.com/github_avatars/AshishKempwad?size=40

Construction of suffix tree using Ukkonen's algorithm

C++ 1
6 年前
https://static.github-zh.com/github_avatars/nyxgear?size=40

Parallel version of the bwtzip project implemented by means of the OpenMP APIs

C++ 0
6 年前
https://static.github-zh.com/github_avatars/Schre?size=40

Mapping reads to a corresponding genome using a suffix tree (linear time construction) and Smith-Waterman local alignment algorithm

C++ 0
7 年前
https://static.github-zh.com/github_avatars/M4rukku?size=40

An Implementation of Ukkonens 1990 linear-time algorithm for finding an approximate shortest superstring in Java. Also includes an extendable version of Aho Corasick's efficient string matcher.

Java 0
4 年前
https://static.github-zh.com/github_avatars/Anton-Cherepkov?size=40

Suffix structures: suffix tree (Ukkonen's algorithm), suffix automaton

C++ 0
8 年前
Website
Wikipedia