Data-Structures-In-Java
Data Structures Library
A collection of Java implementations of various data structures and algorithms used in computer science
Data Structures implemented in Java
146 stars
13 watching
65 forks
Language: Java
last commit: almost 4 years ago
Linked from 1 awesome list
arraycachecollision-handlingconcurrenthashmapgraphheapjavalinkedlistqueuesetstacktreetrie
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A library that adapts Clojure's persistent data structures to work with the Java programming language. | 219 |
| | A collection of container implementations in D, providing efficient data structures for various use cases. | 111 |
| | A JavaScript library providing various data structures and functions for manipulating arrays. | 1,251 |
| | A Java library providing efficient, functional data structures with customizable equality semantics and high performance. | 968 |
| | A collection of common data structures and algorithms implemented in C. | 51 |
| | A collection of clean and readable implementations of data structures and algorithms in Java, C++ and Python | 144 |
| | A collection of reusable data structures and streaming algorithms in Common Lisp. | 48 |
| | An implementation of data structures and algorithms in C# for learning and reference purposes. | 689 |
| | An in-depth tutorial on collection data structures in Swift, covering their performance and comparison to Objective-C equivalents. | 46 |
| | A comprehensive collection of algorithms and data structures implemented in multiple programming languages | 1,944 |
| | A collection of generic, intrusive data structures and algorithms implemented in ANSI C. | 602 |
| | A comprehensive collection of reusable JavaScript data structures and algorithms | 741 |
| | A data structure library implementing persistent AVL trees for sorted maps and sets with efficient rank queries, nearest key lookups, and other operations. | 132 |
| | A Rust implementation of persistent data structures with structural sharing | 1,299 |
| | An implementation of the hash-set data structure | 17 |