trie-node
There are 13 repositories under trie-node topic.
vapor/routing-kit
🚍 High-performance trie-node router.
netreconlab/parse-server-swift
Skip the JS and write server-side Parse CloudCode in Swift!
locchuong/autocomplete
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).
antoni/trie-dictionary
Implementation of a Patricia/radix tree data structure, storing a dictionary.
Claudiu/Trie
GoLang implementation for Tries
jamesonwilliams/wildcardtrie
A Trie data structure which can be searched using wild characters.
matakshay/Data-Structures
A collection of C++ implementations of some complex data structures
pancr9/Scrabbler
A Scrabbler which finds anagrams from input dictionary, finds prefix and sufix words.
compmonk/WikiFinder
A Wikipedia sourced search engine
Aveek-Saha/autocomplete
🔍 A React app with blazing fast sub millisecond autocomplete suggestions using a weighted trie.
otovic/text-autocompletion
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.
remarkablemark/trieste
:evergreen_tree:Trie generator.
voliveirajr/kwords
A Java Library that uses Trie structure to retrieve a K most recurring words