Repository navigation

#

ukkonen-algorithm

.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#
451
9 个月前

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

Python
26
2 年前

C++ implementation of Ukkonen's algorithm.

C++
14
7 年前

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#
9
6 年前

Implementations of Suffix Trees Algorithms

C
8
8 年前

🌳 ES6 Implementation of Ukkonens Algorithm for Suffix Tree Creation.

JavaScript
3
9 年前

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 string matching, text compression, and bioinformatics. Interactive, easy-to-use, and educational! 🌟

Python
1
3 个月前

Construction of suffix tree using Ukkonen's algorithm

C++
1
5 年前

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

C++
0
6 年前

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

C++
0
6 年前

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
3 年前

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

C++
0
7 年前