ternary-search-tree
There are 27 repositories under ternary-search-tree topic.
Gundolf68/tstdb
An efficient Ternary Search Tree and persistent database for LuaJIT
drankinatty/ternary_st
Ternary Search Tree - Prefix Searching
IMax153/ternary-search-trie
A ternary search trie implementation in TypeScript.
julien-montmartin/ternary-tree
A Rust implementation of Ternary Search Trees, with no unsafe block
sarahroy/Data_Structures_Algorithms_II
COIS 3020H - Data Structures and Algorithms II
Sarvjeet1999/AutoCompletion_tries_ternaryTries
Implementation of Code Auto-Completion and Spell-Checking using Tries and Ternary Tries.
akumar33951/PharmacyManagementSystem
A GUI based program for a pharmacy, to store and manipulate medicine data
anuragyayhdapu/TST
Ternary Search Tree (TST) data structure implementation in C++
bhanuvikasr/Auto-Complete
Implemented text Auto-complete feature from scratch
jchang504/lettercrush
Web-based AI for Letterpress
jdrnd/autocomplete-ternary
Autocomplete using a ternary search tree
kennylwx/Autocomplete-with-Ternary-Search-Tree
COMP20003 Algorithms and Data Structures 2017 Semester 2, Project 1: An Autocomplete program that uses Ternary Search Tree and written in C.
mohamedsalahh/Data-Structures
My implementation for some popular data structures.
prfss/ocaml-ternary-search-tree
Ternary search tree implementation in OCaml
QuentinP-dev/ternarytree
A C++ template class to create and use ternary trees
ronmrdechai/armor
An STL-compatible header-only C++ container library
ahsan-rahim/Text-Predictor
A semi completed text predictor made as a data structure class project using ternary search trees.
akhil-sah/PharmacyManagementSystem
A GUI based program for a pharmacy, to store and manipulate medicine data
ChrisGora/word-counter
Counting words with TSTs
Conzxy/ternary-tree
An implementation of ternary tree for auto-completion
JulStrat/ternarysearchtree
Ternary Search Tree data structure
lassalleloan/spell-checker
A SpellChecker with Ternary Search Tree
mfcecilia/binary-search-ternary-search
VT Programming team lecture 2016.04.14
mrogaski/ternarytree
A ternary search tree implementation in Go.
nihei9/forest-go
Tree structure implementations in golang