Home of LoycCore, the LES language of Loyc trees, the Enhanced C# parser, the LeMP macro preprocessor, and the LLLPG parser generator.
-
Updated
Oct 24, 2024 - C#
Home of LoycCore, the LES language of Loyc trees, the Enhanced C# parser, the LeMP macro preprocessor, and the LLLPG parser generator.
A fast and space efficient Radix tree in Java
COllapsed and COmpressed trie: a data-aware compressed string dictionary
Auto Complete / Suggestion feature using Trie data structure
Trie data structure implementation in Golang 🌳
A crossed platform desktop (dictionary) application written in Goa nd QT/QML 📗 🔥
Efficient, immutable and stack safe implementation of a Trie data structure in dart: autocomplete, text search, spell checking, strings and prefixes
autocomplete function used search engines, spell-checking, text-messengers, etc. Includes a bloom filter that provides memory efficient check of whether an item has been inserted before through the use of hashing algorithms (FNV1AHash, CRCHash, and SBDMHash).
🟣 Trie Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Auto Suggestion Using Trie
Next word prediction and word auto-complete for Android - with the power of Rust 🚀
Python trie implementation, for educational purposes
3rd sem Data Structures project to implement a real world dictionary using Trie data structure.
A simple implementation of a Trie data structure to auto-complete words.
Simple Double Array Trie implementation
A distributed File Management Tool in C++, using processes, forking, named-pipes (FIFOs) and low-level I/O.
Squint- Sparse Quad Union Indexed Nibble Trie
The third assignment for AUT's Advanced Programming course (Spring 2024), focusing on the implementation and understanding of Bloom Filters and Tries. These structures optimize space and search operations, crucial for network systems and data processing.
Auto Complete / Suggestion feature using Trie data structure
C program to find parts of speech in a given sentence
Add a description, image, and links to the trie-data-structure topic page so that developers can more easily learn about it.
To associate your repository with the trie-data-structure topic, visit your repo's landing page and select "manage topics."