.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.
-
Updated
Jul 11, 2024 - C#
.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.
Aulas, exercícios e resumos das matérias: Introdução à Informática e Teoria da Computação.
Implementation of various string matching algorithms and their experimental analysis. Contains paper describing different string matching algorithms with their time and space complexities.
String algorithms related to suffix trie and tries
Add a description, image, and links to the suffix-tries topic page so that developers can more easily learn about it.
To associate your repository with the suffix-tries topic, visit your repo's landing page and select "manage topics."