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: about 3 years ago
Linked from 1 awesome list
arraycachecollision-handlingconcurrenthashmapgraphheapjavalinkedlistqueuesetstacktreetrie
Related projects:
Repository | Description | Stars |
---|---|---|
krukow/clj-ds | A library that adapts Clojure's persistent data structures to work with the Java programming language. | 219 |
dlang-community/containers | A collection of container implementations in D, providing efficient data structures for various use cases. | 111 |
mauriciosantos/buckets-js | A JavaScript library providing various data structures and functions for manipulating arrays. | 1,251 |
lacuna/bifurcan | A Java library providing efficient, functional data structures with customizable equality semantics and high performance. | 968 |
recp/ds | A collection of common data structures and algorithms implemented in C. | 51 |
farheenb/data-structures-and-algorithms | A collection of clean and readable implementations of data structures and algorithms in Java, C++ and Python | 144 |
sirherrbatka/cl-data-structures | A collection of reusable data structures and streaming algorithms in Common Lisp. | 48 |
abdonkov/dsa | An implementation of data structures and algorithms in C# for learning and reference purposes. | 689 |
younatics/collection-data-structures-swift-kr | An in-depth tutorial on collection data structures in Swift, covering their performance and comparison to Objective-C equivalents. | 46 |
indy256/codelibrary | A comprehensive collection of algorithms and data structures implemented in multiple programming languages | 1,944 |
michaeljwelsh/cdsa | A collection of generic, intrusive data structures and algorithms implemented in ANSI C. | 602 |
lukelin/js-stl | A comprehensive collection of reusable JavaScript data structures and algorithms | 741 |
clojure/data.avl | A data structure library implementing persistent AVL trees for sorted maps and sets with efficient rank queries, nearest key lookups, and other operations. | 132 |
orium/rpds | A Rust implementation of persistent data structures with structural sharing | 1,299 |
samebchase/hash-set | An implementation of the hash-set data structure | 17 |