trie-node

There are 13 repositories under trie-node topic.

  • routing-kit

    vapor/routing-kit

    🚍 High-performance trie-node router.

    Language:Swift127213037
  • netreconlab/parse-server-swift

    Skip the JS and write server-side Parse CloudCode in Swift!

    Language:Swift12252
  • 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).

    Language:C++7101
  • antoni/trie-dictionary

    Implementation of a Patricia/radix tree data structure, storing a dictionary.

    Language:C3301
  • Claudiu/Trie

    GoLang implementation for Tries

    Language:Go3210
  • jamesonwilliams/wildcardtrie

    A Trie data structure which can be searched using wild characters.

    Language:Java1300
  • matakshay/Data-Structures

    A collection of C++ implementations of some complex data structures

    Language:C++1101
  • pancr9/Scrabbler

    A Scrabbler which finds anagrams from input dictionary, finds prefix and sufix words.

    Language:Java1000
  • compmonk/WikiFinder

    A Wikipedia sourced search engine

    Language:HTML0200
  • Aveek-Saha/autocomplete

    🔍 A React app with blazing fast sub millisecond autocomplete suggestions using a weighted trie.

    Language:JavaScript10
  • 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.

    Language:Java10
  • remarkablemark/trieste

    :evergreen_tree:Trie generator.

    Language:JavaScript20
  • voliveirajr/kwords

    A Java Library that uses Trie structure to retrieve a K most recurring words

    Language:Java20