trie-structure

There are 92 repositories under trie-structure topic.

  • kor-morph-trie

    TRIE구조와 Tabular Parsing을 이용해 구현한 한국어 형태소 분석기입니다.

    Language:Python1
  • grove

    grove

    Lightweight javascript library for tree data structures.

    Language:JavaScript1
  • BoggleSolitaire

    The classic word game as a single player desktop app.

    Language:Java1
  • nctrie

    C# Concurrent Trie implementation - a port from Roman Levenstein Java based concurrent trie

    Language:C#1
  • golang-ads

    Golang Advanced Data Structures

    Language:Go1
  • MiniSearch

    System Programming. Implementation of Search Engine using a Trie structure

    Language:C++1
  • Autocorrect-and-spellcheck-webapp

    A web application that gives autocomplete suggestions or checks the spellings of an input word.

    Language:C1
  • Tries

    Provides different Java implementations of tries (prefix trees)

    Language:Java1
  • TrieStructure

    My implementation of a simple trie structure using lists for data storage

    Language:Python1
  • trie

    Trie implementation, made for LeetCode. See readme.md for details

    Language:C++
  • DSA-Graph-and-Tree

    Tree and Graph Data Structure

    Language:Python
  • Trie

    Simple Trie Structure implementation in C++

    Language:C++
  • React_Auto_Complete_With_Debouncing

    A project for auto complete suggestion using trie data structure and debouncing useDebounce hook

    Language:TypeScript
  • datree

    A Double-array trie structure

    Language:TypeScript
  • TextEditor

    A versatile and user-friendly text editor built in Java using Swing. This editor offers a range of features, from basic file operations to advanced text formatting and real-time spell-checking.

    Language:Java
  • Trie-Tree

    The tree data structure is a versatile object ; This offering offers the Trie tree - And Binary tree - Data tree. Information can be save at nodes of the tree Trees can be Printed to Tree-view Control / Function Insert / Find Prefix / Find Word a Start Character is used and Stop Character is used. the Trie tree Can store Characters as nodes; Used f

    Language:Visual Basic .NET
  • Word-Search

    Word searching application written in python using the trie data structure

    Language:Python
  • Algoritmos-Estructuras

    Talleres entregables de la materia Algoritmos y Estructuras de datos 1

    Language:C++
  • hash-trie

    A simple Trie implementation in C with and without Hashing (WIP)

    Language:C
  • Diccionario

    Dictionary using trie

    Language:C++
  • Dictionary-Implementation-Using-Trie-DataStructure

    This is a simple console-based implementation of a Dictionary in Trie Data Structure. I have used a dataset of about 130,000 words which contains the Word, its meaning and its part of speech. The dataset is available here as synonyms.csv.

    Language:C++
  • t9keyboard

    T9 Keyboard controled by numpad keyboard buttons

    Language:Python
  • words-autocompletion

    Autocompletion Functionality

    Language:C
  • Contact-Search-using-Trie

    >This project implements auto-complete function, like in Phone book. > The search is implemented with Trie data structure for efficiency. >It is built using Javascript, HTML and CSS.

    Language:JavaScript
  • Spellio

    Word processing engine built with trie data structure

    Language:Go
  • triego

    Pretty simple implementation of prefix tree for matching byte arrays

    Language:Go
  • trieserver

    Spring Boot Trie Implementation

    Language:Java
  • Ymir

    A project in C, for encoding and decoding binary files using the Huffman algorithm and optimized with pattern recognition

    Language:C
  • C-Algorithms

    Implementing algorithms in C++

    Language:C++
  • simple-kv-database

    The purpose of this project is to create a simple version of a distributed, fault-tolerant, Key-Value (KV) database (or store).

    Language:Python
  • lavangam

    A trie-based spellchecker.

    Language:Python
  • dictionary

    Simple console based dictionary with Trie.

    Language:C
  • trie

    C++ Trie Implementation

    Language:C++
  • word-checker

    Checking if a word is a real word (Available in English & French)

    Language:Python
  • WordAutoComplete

    A simple word auto complete feature implemented using Trie Data Structure in C++.

    Language:C++
  • en-per

    English To Persian Translator Using Trie Data Structure

    Language:JavaScript