trie topic

List trie repositories

Competitive_Programming

71
Stars
25
Forks
Watchers

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.

extra-collections

44
Stars
9
Forks
Watchers

extra-collections (or extra for short) is a python3 package that provides a pythonic, intuitive, and easy implementation of the most common data structures used in software projects.

DEPRECATED-data-structures

2.8k
Stars
1.3k
Forks
Watchers

A collection of powerful data structures

Algo-Tree

351
Stars
624
Forks
Watchers

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...

rustgym

848
Stars
82
Forks
Watchers

Leetcode Solutions in Rust, Advent of Code Solutions in Rust and more

lucilla

122
Stars
3
Forks
Watchers

Fast, efficient, in-memory Full Text Search for Kotlin

gse

2.5k
Stars
210
Forks
Watchers

Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.

marisa-trie

1.0k
Stars
91
Forks
Watchers

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.

coding-interview-gym

831
Stars
462
Forks
Watchers

leetcode.com , algoexpert.io solutions in python and swift