trie
There are 1076 repositories under trie topic.
ciri
Ciri is an Ethereum implementation written in Ruby.
goodname
Tool to assist you with cool naming of your methods and software
java-ds-algorithms
Data Structures and Algorithms in Java
healthcare-appointment-scheduling-app
• This is a patient doctor appointment booking WebApp. Patient signs in using google account and Doctor needs to register prior in the system to login. • Patient can book appointment in slot and calendar event with meeting link will be created. • It also has Feedback, JWT Authentication and payment feature. • Tech Stack: React.js, Node.js, Express.js, MongoDB, Trie
unitdb
Fast specialized time-series database for IoT, real-time internet connected devices and AI analytics.
adaptive-radix-tree
A fast and space efficient Radix tree in Java
Buckets-Swift
Swift Collection Data Structures Library
DawgSharp
DAWG String Dictionary in C#
completely
Java autocomplete library.
trie
A Trie implementation in Go meant for auto-completion use cases. Supports Levenshtein distance search.
trie
Fast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles
trie
Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
gogu
A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.
trie-rs
Memory efficient trie (prefix tree) library based on LOUDS
efrt
neato compression for key-value data
treebitmap
Fast IP lookup table for IPv4/IPv6 prefixes
trie
A fast trie implementation for typescript
cyac
High performance Trie and Ahocorasick automata (AC automata) Keyword Match & Replace Tool for python. Correct case insensitive implementation!
qp-trie-rs
An idiomatic and fast QP-trie implementation in pure Rust.
HArray
Fastest Trie structure (Linux & Windows)
thmap
Concurrent trie-hash map library
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
flash
Golang Keyword extraction/replacement Datastructure using Tries instead of regexes
goblin
A golang http router based on trie tree.
dorado
基于Netty4开发的简单、轻量级、高性能的的Http restful api server
Competitive_Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
trie
My take on an efficient implementation of a Trie in Javascript
retrie
Efficient Trie-based regex unions for blacklist/whitelist filtering and one-pass mapping-based string replacing
xcdat
Fast compressed trie dictionary library
faststringmap
A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.
dao
Simple and high-performance data structures and algorithms library
poplar-trie
C++17 implementation of memory-efficient dynamic tries
DSA-Simplified
Designed by Engineers for Engineers. This is your One stop shop for all DSA queries! Here you will find implementation of all sorts of data structures and algorithms.
lexpy
Python package for lexicon; Trie and DAWG implementation.
trie-prefix-tree
Create and modify trie prefix structures and extract word lists including prefixes, anagrams and sub-anagrams
swift-hamt
An implementation of HAMT data-structure in Swift