trie topic

List trie repositories

chtrie

19
Stars
1
Forks
Watchers

Coordinate Hash Trie: A Trie Variant Balancing between Time, Space, and Simplicity

InterviewPrep

32
Stars
5
Forks
Watchers

A repo that might help you for Data structures and Algorithms (DSA) interviews

Algorithm-Visualizer

19
Stars
1
Forks
Watchers

Algorithm Visualizer helps users to visualize different algorithms with vibrant graphics and colors 🤖 👨‍💻

DSA

28
Stars
12
Forks
Watchers

This is Data Structure and Algorithm - Notes and Codes Repo

PyPruningRadixTrie

32
Stars
3
Forks
Watchers

PyPruningRadixTrie - Python version of super fast Radix trie for prefix search & auto-complete

healthcare-appointment-scheduling-app

97
Stars
41
Forks
Watchers

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

dawg

20
Stars
2
Forks
Watchers

Building and studying the DAWG data structure for fun

java-immutable-collections

41
Stars
4
Forks
Watchers

Efficient Immutable/Persistent Collections for Java

swift-hamt

49
Stars
2
Forks
Watchers

An implementation of HAMT data-structure in Swift

StringOperations

25
Stars
4
Forks
Watchers

Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein