trie-structure
There are 92 repositories under trie-structure topic.
kor-morph-trie
TRIE구조와 Tabular Parsing을 이용해 구현한 한국어 형태소 분석기입니다.
grove
Lightweight javascript library for tree data structures.
BoggleSolitaire
The classic word game as a single player desktop app.
nctrie
C# Concurrent Trie implementation - a port from Roman Levenstein Java based concurrent trie
golang-ads
Golang Advanced Data Structures
MiniSearch
System Programming. Implementation of Search Engine using a Trie structure
Autocorrect-and-spellcheck-webapp
A web application that gives autocomplete suggestions or checks the spellings of an input word.
Tries
Provides different Java implementations of tries (prefix trees)
TrieStructure
My implementation of a simple trie structure using lists for data storage
trie
Trie implementation, made for LeetCode. See readme.md for details
DSA-Graph-and-Tree
Tree and Graph Data Structure
Trie
Simple Trie Structure implementation in C++
React_Auto_Complete_With_Debouncing
A project for auto complete suggestion using trie data structure and debouncing useDebounce hook
datree
A Double-array trie structure
TextEditor
A versatile and user-friendly text editor built in Java using Swing. This editor offers a range of features, from basic file operations to advanced text formatting and real-time spell-checking.
Trie-Tree
The tree data structure is a versatile object ; This offering offers the Trie tree - And Binary tree - Data tree. Information can be save at nodes of the tree Trees can be Printed to Tree-view Control / Function Insert / Find Prefix / Find Word a Start Character is used and Stop Character is used. the Trie tree Can store Characters as nodes; Used f
Word-Search
Word searching application written in python using the trie data structure
Algoritmos-Estructuras
Talleres entregables de la materia Algoritmos y Estructuras de datos 1
hash-trie
A simple Trie implementation in C with and without Hashing (WIP)
Diccionario
Dictionary using trie
Dictionary-Implementation-Using-Trie-DataStructure
This is a simple console-based implementation of a Dictionary in Trie Data Structure. I have used a dataset of about 130,000 words which contains the Word, its meaning and its part of speech. The dataset is available here as synonyms.csv.
t9keyboard
T9 Keyboard controled by numpad keyboard buttons
words-autocompletion
Autocompletion Functionality
Contact-Search-using-Trie
>This project implements auto-complete function, like in Phone book. > The search is implemented with Trie data structure for efficiency. >It is built using Javascript, HTML and CSS.
Spellio
Word processing engine built with trie data structure
triego
Pretty simple implementation of prefix tree for matching byte arrays
trieserver
Spring Boot Trie Implementation
Ymir
A project in C, for encoding and decoding binary files using the Huffman algorithm and optimized with pattern recognition
C-Algorithms
Implementing algorithms in C++
simple-kv-database
The purpose of this project is to create a simple version of a distributed, fault-tolerant, Key-Value (KV) database (or store).
lavangam
A trie-based spellchecker.
dictionary
Simple console based dictionary with Trie.
trie
C++ Trie Implementation
word-checker
Checking if a word is a real word (Available in English & French)
WordAutoComplete
A simple word auto complete feature implemented using Trie Data Structure in C++.
en-per
English To Persian Translator Using Trie Data Structure