| Workiva/go-datastructures |
7,165 |
|
0 |
1,615 |
over 2 years ago |
58 |
September 13, 2023 |
29 |
apache-2.0 |
Go |
| A collection of useful, performant, and threadsafe Go datastructures. |
| phishman3579/java-algorithms-implementation |
4,157 |
|
0 |
0 |
over 3 years ago |
0 |
|
78 |
apache-2.0 |
Java |
| Algorithms and Data Structures implemented in Java |
| williamfiset/DEPRECATED-data-structures |
2,646 |
|
0 |
0 |
over 3 years ago |
0 |
|
10 |
mit |
Java |
| A collection of powerful data structures |
| Yomguithereal/mnemonist |
2,156 |
|
61 |
250 |
about 2 years ago |
66 |
December 05, 2023 |
71 |
mit |
JavaScript |
| Curated collection of data structures for the JavaScript/TypeScript language. |
| openacid/slim |
1,895 |
|
0 |
0 |
over 2 years ago |
0 |
|
7 |
mit |
Go |
| Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get). |
| liuyubobobo/Play-with-Data-Structures |
1,800 |
|
0 |
0 |
almost 5 years ago |
0 |
|
3 |
|
Java |
| Codes of my MOOC Course <Play Data Structures in Java>. Updated contents and practices are also included. 我在慕课网上的课程《Java语言玩转数据结构》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。 |
| Tessil/hat-trie |
708 |
|
0 |
0 |
almost 3 years ago |
0 |
|
7 |
mit |
C++ |
| C++ implementation of a fast and memory efficient HAT-trie |
| derekparker/trie |
686 |
|
14 |
99 |
over 2 years ago |
1 |
August 29, 2023 |
13 |
mit |
Go |
| Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching. |
| timtadh/data-structures |
377 |
|
6 |
47 |
over 3 years ago |
6 |
July 18, 2022 |
1 |
other |
Go |
| Go datastructures. |
| gmamaladze/trienet |
294 |
|
0 |
0 |
over 3 years ago |
4 |
January 01, 1900 |
12 |
mit |
C# |
| .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. |