Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: trie-tree-autocomplete

bzaar/DawgSharp

DAWG String Dictionary in C#

Language: C# - Size: 5.82 MB - Last synced: 5 days ago - Pushed: over 1 year ago - Stars: 108 - Forks: 20

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 weekly on Sunday to reflect new data from recent earnings reports.

Language: Python - Size: 11.1 MB - Last synced: 22 days ago - Pushed: 22 days ago - Stars: 0 - Forks: 0

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: about 2 months ago - Pushed: about 5 years ago - Stars: 1 - 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: about 2 months ago - Pushed: about 3 years ago - Stars: 4 - Forks: 2

SubasriSK/Auto-Complete_Feature

Auto Complete / Suggestion feature using Trie data structure

Language: HTML - Size: 1.44 MB - Last synced: about 2 months ago - Pushed: about 2 months 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: 2 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

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: about 2 months ago - Pushed: about 1 year ago - Stars: 108 - Forks: 6

jinit24/Word-Predictor

Using a trie we predict the next closest words to the input.

Language: C++ - Size: 4.41 MB - Last synced: 4 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

jceaser/AutoComplete

An example program of how to implement a Trie class.

Language: Java - Size: 164 KB - Last synced: 3 months ago - Pushed: almost 10 years ago - Stars: 2 - Forks: 0

indiesquidge/autocomplete

low-level, primitive autocomplete using trie data structure

Language: JavaScript - Size: 29.3 KB - Last synced: 3 months ago - Pushed: almost 6 years ago - Stars: 5 - Forks: 0

timwangmusic/Autocomplete-System

Restful Autocomplete service with Neo4j graph backend. Returns top suggestions.

Language: Python - Size: 2.8 MB - Last synced: about 2 months ago - Pushed: 3 months ago - Stars: 39 - Forks: 7

SamirPaulb/autocomplete

Auto Complete / Suggestion feature using Trie data structure

Language: HTML - Size: 1.16 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 7 - Forks: 6

MiguelSteph/SpellCheckingAndAutoCompletionAPI

REST API for spell checking and auto completion using R-Way Trie

Language: Java - Size: 993 KB - Last synced: 8 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 1

YogiOnBioinformatics/Algorithm-Implementation

Projects and Essays from Algorithm Implementation (CS 1501) at University of Pittsburgh

Language: Java - Size: 1.06 MB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

isadorasalles/Scrabble

Language: C - Size: 724 KB - Last synced: 10 months ago - Pushed: almost 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: 10 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 2

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: 11 months ago - Pushed: almost 4 years ago - Stars: 6 - Forks: 1

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: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

siongui/go-succinct-data-structure-trie

Succinct Data Structure of Trie, written in Go

Language: Go - Size: 315 KB - Last synced: 11 months ago - Pushed: over 2 years ago - Stars: 40 - Forks: 10

abhijais04/Search-bar-Autocomplete

Implementation of word autocomplete using trie

Language: Jupyter Notebook - Size: 1.73 MB - Last synced: over 1 year ago - Pushed: almost 5 years ago - Stars: 5 - Forks: 4

nandapavan26/Autocomplete.github.io

Autocomplete using Trie data structure

Language: CSS - Size: 1.02 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

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: about 2 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 2

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: about 1 year ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

uttom-akash/search-auto-completion

Auto completion with search..

Language: C++ - Size: 2.93 MB - Last synced: 6 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

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: 14 days ago - Pushed: over 4 years ago - Stars: 4 - Forks: 2

monirz/gotri

Trie data structure implementation in Golang 🌳

Language: Go - Size: 32.2 KB - Last synced: 9 months ago - Pushed: over 4 years ago - Stars: 9 - Forks: 0

shibin-george/AutoComplete

A simple AutoComplete UI, which uses a Trie-based implementation for efficiency.

Size: 109 KB - Last synced: 10 months ago - Pushed: over 10 years ago - Stars: 0 - Forks: 0

pujansrt/trie-js

Trie Data Structure Implementation for Autocomplete, Dictionary Search

Language: JavaScript - Size: 1.95 KB - Last synced: over 1 year ago - Pushed: almost 7 years ago - Stars: 2 - 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: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

egormanga/PyT9

T9 library for Python

Language: Python - Size: 1.95 KB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 0 - 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: 12 months ago - Pushed: about 3 years ago - Stars: 1 - Forks: 1

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: over 1 year ago - Pushed: almost 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: about 1 year ago - Pushed: about 3 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: over 1 year ago - Pushed: over 1 year 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: over 1 year ago - Pushed: over 3 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: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Ahsanul-Ameen/Design_Problems_leetcode

Language: C++ - Size: 284 KB - Last synced: over 1 year ago - Pushed: about 4 years ago - Stars: 0 - 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: over 1 year ago - Pushed: over 4 years ago - Stars: 2 - Forks: 0

LuisFros/Homeworks_IIC2133

Homeworks Algorithms and Data Structures

Language: C - Size: 600 KB - Last synced: over 1 year ago - Pushed: about 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: about 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

code-blooded/autocomplete

Autocomplete feature using react.js

Language: JavaScript - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: about 5 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: over 1 year ago - Pushed: almost 6 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: over 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 1

reicruz/autocomplete

Trie Tree Autocomplete Implementation in Java

Language: JavaScript - Size: 8.79 KB - Last synced: 11 months ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0