Topic: "trie-tree-autocomplete"
bzaar/DawgSharp
DAWG String Dictionary in C#
Language: C# - Size: 5.84 MB - Last synced at: 17 days ago - Pushed at: 8 months ago - Stars: 120 - Forks: 18

shivamMg/trie
A Trie implementation in Go meant for auto-completion use cases. Supports Levenshtein distance search.
Language: Go - Size: 6.18 MB - Last synced at: 1 day ago - Pushed at: about 2 years ago - Stars: 111 - Forks: 6

siongui/go-succinct-data-structure-trie
Succinct Data Structure of Trie, written in Go
Language: Go - Size: 315 KB - Last synced at: 22 days ago - Pushed at: over 3 years ago - Stars: 42 - Forks: 10

timwangmusic/Autocomplete-System
Restful Autocomplete service with Neo4j graph backend. Returns top suggestions.
Language: Python - Size: 2.8 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 39 - Forks: 7

SamirPaulb/autocomplete
Auto Complete / Suggestion feature using Trie data structure
Language: HTML - Size: 1.16 MB - Last synced at: 19 days ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 6

monirz/gotri
Trie data structure implementation in Golang 🌳
Language: Go - Size: 32.2 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 9 - Forks: 0

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++ - Size: 1.05 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 1

indiesquidge/autocomplete
low-level, primitive autocomplete using trie data structure
Language: JavaScript - Size: 29.3 KB - Last synced at: 9 days ago - Pushed at: almost 7 years ago - Stars: 5 - Forks: 0

rakshakannu/Trie-Auto-complete
A simple implementation of a Trie data structure to auto-complete words.
Language: C++ - Size: 322 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 2

giometrix/TableStorage.Abstractions.Trie
An implementation of a trie-like data structure using Azure Table Storage to enable type-ahead style searching
Language: C# - Size: 41 KB - Last synced at: 18 days ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 2

abhijais04/Search-bar-Autocomplete
Implementation of word autocomplete using trie
Language: Jupyter Notebook - Size: 1.73 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 4

pujansrt/trie-js
Trie Data Structure Implementation for Autocomplete, Dictionary Search
Language: JavaScript - Size: 1.95 KB - Last synced at: 16 days ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

SubasriSK/Auto-Complete_Feature
Auto Complete / Suggestion feature using Trie data structure
Language: HTML - Size: 1.44 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

pulkitent/auto-complete-suggestions-library-implementation
This Gradle based project written in Java demonstrate implementation of autocomplete suggestions feature (library) similar to as given by Google
Language: Java - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

YogiOnBioinformatics/Algorithm-Implementation
Projects and Essays from Algorithm Implementation (CS 1501) at University of Pittsburgh
Language: Java - Size: 1.06 MB - Last synced at: 12 months ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

jceaser/AutoComplete
An example program of how to implement a Trie class.
Language: Java - Size: 164 KB - Last synced at: about 1 year ago - Pushed at: over 10 years ago - Stars: 2 - Forks: 0

mwilkers1/Query-prefix-auto-complete
A simple C++ program that uses a trie tree data structure to store words from a dictionary file, and it uses the trie to auto-complete query prefixes.
Language: C++ - Size: 92.8 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

satbit007/String-based-Trie-of-Suffix-Tries
Generating auto-correction suggestions using keyboard user-input by traversing the suffix trie based on the user input data so far and offering the most-likely string outcome based on a simplistic counter mechanism to track the user’s most used paths taken based on that scenario (similarly to a fusion tree)
Language: C - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

abhishekgupta3/AutoSuggest-using-Trie
Auto-Suggest and Auto-Complete feature build using Trie Data Structure
Language: C++ - Size: 94.7 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

Aveek-Saha/Autocorrect-and-spellcheck-webapp
A web application that gives autocomplete suggestions or checks the spellings of an input word.
Language: C - Size: 2.61 MB - Last synced at: 12 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 2

ckatsak/simple_trie
Implementation of a simple trie data structure, capable of storing strings of lowercase characters.
Language: C - Size: 10.7 KB - Last synced at: 12 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

JNewman-cell/StockProjects
This project allows investors to see historical and current data of the stocks in the NASDAQ and NYSE to determine if they should invest. Data is updated automatically everyday to reflect new data from recent earnings reports.
Language: Python - Size: 87.3 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

magnusdtd/Trie-Search-Bar
This is a project of DSA course in my university.
Language: C++ - Size: 4.06 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

nandapavan26/Autocomplete.github.io
Autocomplete using Trie data structure
Language: CSS - Size: 1.02 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

PratikGarai/Text-Search-Optimisation-Using-Trees
A model to optimise text search and autocomplete generation using trie tree in Python.
Language: Python - Size: 5.58 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

skabukhoyer/POSIX_SHELL
Developing a working POSIX compatible shell with a subset of feature support of Linux default shell and some important features are implemented
Language: C++ - Size: 149 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

egormanga/PyT9
T9 library for Python
Language: Python - Size: 1.95 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

carlasanches/CompressedTrie
Um sistema para autocompletar textos que utiliza uma Trie Comprimida desenvolvido para a disciplina de Projeto e Análise de Algoritmos da Universidade Federal de Ouro Preto em 2020.
Language: C - Size: 13.8 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Acejoy/Auto-Completion
A repo that implements auto completion using Trie.
Language: C++ - Size: 265 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

jinit24/Word-Predictor
Using a trie we predict the next closest words to the input.
Language: C++ - Size: 4.41 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

rajko-z/search-engine-python
Search engine based on python-3.8.3-docs-html implemented in python as a console application
Language: HTML - Size: 19.5 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Ahsanul-Ameen/Design_Problems_leetcode
Language: C++ - Size: 284 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

uttom-akash/search-auto-completion
Auto completion with search..
Language: C++ - Size: 2.93 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

AmishaChordia/MovieTime
iOS App with Trie-Tree-Autocomplete algorithm and MVVM architecture
Language: Swift - Size: 1.19 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

xoselolo/Java-Data-Structures
Data structures to store, organize and search data in Java (trees, tries, lists, graphs)
Language: Java - Size: 796 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

zakirhussainb/search-typeahead
The repository provides the implementation for Typeahead search also known as autocomplete or incremental search.
Language: Java - Size: 114 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

LuisFros/Homeworks_IIC2133
Homeworks Algorithms and Data Structures
Language: C - Size: 600 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

code-blooded/autocomplete
Autocomplete feature using react.js
Language: JavaScript - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

gosaliajigar/QuakeNWeather
Android App to get Quake and Weather Information
Language: Java - Size: 4.55 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 2

isadorasalles/Scrabble
Language: C - Size: 724 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

AhsanKhaan/4rthSemesterDataStrucureProject
We have Implemented Core Concepts Of Data Strucure Which are as follows: Dictionary,linklist,Huffmancoding,trie Data Structures Linklist:for saving Autocompletion Of text HuffmanCoding:For Encryption of Pin Passwords Dictionary:For getting Words that starts with typed letter in the text box Precaution: For executing the Program Please change the file paths in the following java files src/controller/headoffice.java
Language: Java - Size: 8.27 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

erichunzeker/Dictionary-Autocomplete
autocomplete application that serves autocomplete recommendations based on user history and alphabetical order
Language: Java - Size: 319 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

reicruz/autocomplete
Trie Tree Autocomplete Implementation in Java
Language: JavaScript - Size: 8.79 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

MiguelSteph/SpellCheckingAndAutoCompletionAPI
REST API for spell checking and auto completion using R-Way Trie
Language: Java - Size: 993 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

shibin-george/AutoComplete
A simple AutoComplete UI, which uses a Trie-based implementation for efficiency.
Size: 109 KB - Last synced at: over 1 year ago - Pushed at: over 11 years ago - Stars: 0 - Forks: 0
