🚍 High-performance trie-node router.
-
Updated
May 5, 2024 - Swift
🚍 High-performance trie-node router.
Skip the JS and write server-side Parse CloudCode in Swift!
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).
A Trie data structure which can be searched using wild characters.
A collection of C++ implementations of some complex data structures
A Java Library that uses Trie structure to retrieve a K most recurring words
🌲Trie generator.
A Wikipedia sourced search engine
This project implements a text autocompletion system using Trie (prefix tree) data structure. The autocomplete functionality allows users to efficiently retrieve word suggestions as they type, making text input more efficient and user-friendly.
🔍 A React app with blazing fast sub millisecond autocomplete suggestions using a weighted trie.
Add a description, image, and links to the trie-node topic page so that developers can more easily learn about it.
To associate your repository with the trie-node topic, visit your repo's landing page and select "manage topics."