#算法刷题# 코딩테스트 대비 문제집(Baekjoon Online Judge)
翻译 - 编码测试准备问题书(百川在线评委)
Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).
翻译 - 令人惊讶的Golang节省空间的特里(11位/密钥; 100 ns /获得)。
PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete
#算法刷题# .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.
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 exem...
翻译 - Algo-Tree是一系列算法和数据结构,它是高效代码和良好软件设计的基础。作为示例性程序员,需要创建和设计优异算法。它包含各种语言的解决方案,如C ++,Python和Java。
#算法刷题# A Trie implementation in Golang meant for auto-completion use cases. Supports Levenshtein distance search.