#算法刷题#코딩테스트 대비 문제집(Baekjoon Online Judge)
翻译 - 编码测试准备问题书(百川在线评委)
A collection of powerful data structures
翻译 - 强大的数据结构的集合
#自然语言处理#Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.
翻译 - Go efficient text segmentation @vcaesar; support english, chinese, japanese and other. Go 语言高性能分词
Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).
翻译 - 令人惊讶的Golang节省空间的特里(11位/密钥; 100 ns /获得)。
Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
Python module (C extension and plain python) implementing Aho-Corasick algorithm
#面试#Leetcode Solutions in Rust, Advent of Code Solutions in Rust and more
#算法刷题#leetcode.com , algoexpert.io solutions in python and swift
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
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.
The Capsule Hash Trie Collections Library
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。
Project is in active development and has been moved to the EthereumJS VM monorepo.
Muxie is a modern, fast and light HTTP multiplexer for Go. Fully compatible with the http.Handler interface. Written for everyone.