trie-structure
There are 92 repositories under trie-structure topic.
dongyx/chtrie
Coordinate Hash Trie: A Trie Variant Balancing between Time, Space, and Simplicity
s0rg/trie
Generic prefix tree for golang
krasun/trie
Missing Trie implementation for Go
Jamesbarford/hash-array-mapped-trie
A hash array mapped trie implementation in c.
jsbattig/tries
Trie base class and derived classes (TStringHashTrie, TIntegerHashTrie). A high performance and low memory footprint Dictionary set of classes
SandroMaglione/itrie
Efficient, immutable and stack safe implementation of a Trie data structure in dart: autocomplete, text search, spell checking, strings and prefixes
Aveek-Saha/js-data-structs
A small data structures library for JavaScript
TomBrennan91/ScrabbleBot
A desktop scrabble app featuring an AI player which always plays the highest possible scoring word each turn.
hedzr/store
extensible, high-performance configuration management library, optimized for hierarchical data
indiesquidge/autocomplete
low-level, primitive autocomplete using trie data structure
JohnPapad/Mini-Search-Engine
A Mini Search Engine in C++, using an inverted index and a trie.
Keivan-sf/dafsa-visualizer
A Trie and DAFSA visualizer
zakariamaaraki/Typeahead-Search-Engine
A real-time suggestion service, which enable users to search for known and frequently searched terms.
OlivierBinette/simple-typo-tolerant-search
Efficient typo-tolerant search in 76 lines of code, with no dependencies.
agaitanis/strings
Coursera course: Algorithms on Strings
Aptiv-WLL/search-trie
C# implementation of a ternary search trie.
harshitsaini/IPL-PROJECT
DataBase Management Project based on Näive & Advanced Searching Techniques
NobeKanai/sutrie
Fast Succinct Trie for Go. Support Marshalling
potter1024/Autocomplete-Feature-using-Trie
Implementation of the Autosuggest feature using Trie Data structure
shawkyebrahim2514/text-autocomplete
autocomplete text app with cpp GUI QT
Zhima-Mochi/replace-multiple-words
Given replace map, we can replace all the correspond words in input file without wrong twice replace.
abhaysaxenaa/Data-Structures
A directory of all the CS112 (Data Structures) Projects. BigInteger, Expression Evaluation, Facebook Friends & Tries.
ckatsak/simple_trie
Implementation of a simple trie data structure, capable of storing strings of lowercase characters.
dee-tree/Trie
Realization of the prefix tree
elkhanib/tagf
Tag your file and folders to make them easier to find
hamdiChehdi/Trie
Trie implementation in C#
kalyaniasthana/FindingMutationsInDNAAndProteins_BioinformaticsVI
coding problems from course 6 of the Bioinformatics specialization
LampStack/TrieTree
Implement Trie model for adding and searching words in C++
matakshay/Data-Structures
A collection of C++ implementations of some complex data structures
sangpham2710/CS163-Project
A multilingual, blazingly fast, offline dictionary for CS163 Final Project
Sarvjeet1999/AutoCompletion_tries_ternaryTries
Implementation of Code Auto-Completion and Spell-Checking using Tries and Ternary Tries.
SoniSiddharth/Concurrent_trie_in_C
Concurrent trie in C language with proper locking (HOH, single-lock and read-write lock)
syedumerahmedcode/prefix-type-ahead
This project simulates a Type ahead feature with an in memory database(using Redis) which is similar to google's auto suggestion feature when typing in a search command. It is a complete standalone project which consists of backend which implements Trie and prefixweb which is used to call backend logic using REST API. --
yogeshpadhiyar/Trie-Datastructure
This is project of Trie data structure.That include functionality like add word , search particular word and enter short word and find next possible words. This project is console base project.