suffix-automaton
Here are 12 public repositories matching this topic...
Language:All
Sort:Most stars
Algorithms and Data Structures course at ITMO University
- Updated
Jul 29, 2022 - C++
A library for fuzzy-string-searching using suffix trees and levenschtein automatons to perform extremely fast search queries on large data sets. Serialize and deserialize functions allow suffix trees to persist (and drastically reduce preprocessing time).
- Updated
May 16, 2023 - C++
a tool that converts strings to images of suffix automaton
- Updated
Apr 15, 2019 - JavaScript
文件名后缀批量更改机 File name suffix batch change script
- Updated
Feb 27, 2023 - Python
A string matching experiment, including bf, kmp, trie and sam.
- Updated
Apr 6, 2022 - C++
Suffix structures: suffix tree (Ukkonen's algorithm), suffix automaton
- Updated
Dec 10, 2017 - C++
An efficient implementation of a suffix automaton for high performance string searches in large data sets
- Updated
May 1, 2021 - C++
一个基于boost 在线文档所实现的一个简单的搜索引擎 。加入sam 不需要分词支持语句,不确定边界语言查询
- Updated
Apr 25, 2022 - C++
find LCS (longest common substrings) by suffix automaton
- Updated
Jul 29, 2024 - Python
Implementation of several string algorithms, tailored to a specific problem
- Updated
May 8, 2024 - C++
Improve this page
Add a description, image, and links to thesuffix-automaton topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thesuffix-automaton topic, visit your repo's landing page and select "manage topics."