trie
There are 1074 repositories under trie topic.
tony9402/baekjoon
코딩테스트 대비 문제집(Baekjoon Online Judge)
williamfiset/DEPRECATED-data-structures
A collection of powerful data structures
go-ego/gse
Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.
openacid/slim
Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).
pytries/marisa-trie
Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
WojciechMula/pyahocorasick
Python module (C extension and plain python) implementing Aho-Corasick algorithm
warycat/rustgym
Leetcode Solutions in Rust, Advent of Code Solutions in Rust and more
partho-maple/coding-interview-gym
leetcode.com , algoexpert.io solutions in python and swift
Tessil/hat-trie
C++ implementation of a fast and memory efficient HAT-trie
only-cliches/Nano-SQL
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
importcjj/sensitive
敏感词查找,验证,过滤和替换 🤓 FindAll, Validate, Filter and Replace words.
wolfgarbe/PruningRadixTrie
PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete
houbb/opencc4j
🇨🇳Open Chinese Convert is an opensource project for conversion between Traditional Chinese and Simplified Chinese.(java 中文繁简体转换)
gmamaladze/trienet
.NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm.
timtadh/data-structures
Go datastructures.
usethesource/capsule
The Capsule Hash Trie Collections Library
plar/go-adaptive-radix-tree
Adaptive Radix Trees implemented in Go
Algo-Phantoms/Algo-Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
ethereumjs/merkle-patricia-tree
Project is in active development and has been moved to the EthereumJS VM monorepo.
kataras/muxie
Muxie is a modern, fast and light HTTP multiplexer for Go. Fully compatible with the http.Handler interface. Written for everyone.
kentik/patricia
Garbage collector-sensitive patricia tree for IP/CIDR tagging
amitbansal7/Data-Structures-and-Algorithms
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
vm-001/lua-radix-router
A lightweight high-performance and radix tree based router for Lua/LuaJIT/OpenResty https://github.com/vm-001/gateways-routing-benchmark
ashish-3916/Coding-Ninjas-Data-Structures
This repo contains solutions to problem of data structures in c++
hongbo-miao/leetcode
LeetCode solutions
michaelsproul/rust_radix_trie
Fast generic radix trie implemented in Rust
mikegoatly/lifti
A lightweight full text indexer for .NET
gowww/router
⚡️ A lightning fast HTTP router
takawitter/trie4j
PATRICIA, Double Array, LOUDS Trie implementations for Java
deepak-malik/Data-Structures-In-Java
Data Structures implemented in Java
houbb/segment
The jieba-analysis tool for java.(基于结巴分词词库实现的更加灵活优雅易用,高性能的 java 分词实现。支持词性标注。)
mesejo/trex
Efficient string matching with regular expressions
nishantc1527/Algorithms-Java
A collection of common algorithms and data structures implemented in Java.
manosriram/Data-Structures
Data-Structures using C++.
haroldadmin/lucilla
Fast, efficient, in-memory Full Text Search for Kotlin
jermp/tongrams
A C++ library providing fast language model queries in compressed space.