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

GitHub

146 stars
13 watching
65 forks
Language: Java
last commit: almost 5 years ago
Linked from 1 awesome list

arraycachecollision-handlingconcurrenthashmapgraphheapjavalinkedlistqueuesetstacktreetrie

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
krukow/clj-dsA library that adapts Clojure's persistent data structures to work with the Java programming language.219
dlang-community/containersA collection of container implementations in D, providing efficient data structures for various use cases.111
mauriciosantos/buckets-jsA JavaScript library providing various data structures and functions for manipulating arrays.1,251
lacuna/bifurcanA Java library providing efficient, functional data structures with customizable equality semantics and high performance.968
recp/dsA collection of common data structures and algorithms implemented in C.51
farheenb/data-structures-and-algorithmsA collection of clean and readable implementations of data structures and algorithms in Java, C++ and Python144
sirherrbatka/cl-data-structuresA collection of reusable data structures and streaming algorithms in Common Lisp.48
abdonkov/dsaAn implementation of data structures and algorithms in C# for learning and reference purposes.689
younatics/collection-data-structures-swift-krAn in-depth tutorial on collection data structures in Swift, covering their performance and comparison to Objective-C equivalents.46
indy256/codelibraryA comprehensive collection of algorithms and data structures implemented in multiple programming languages1,944
michaeljwelsh/cdsaA collection of generic, intrusive data structures and algorithms implemented in ANSI C.602
lukelin/js-stlA comprehensive collection of reusable JavaScript data structures and algorithms741
clojure/data.avlA data structure library implementing persistent AVL trees for sorted maps and sets with efficient rank queries, nearest key lookups, and other operations.132
orium/rpdsA Rust implementation of persistent data structures with structural sharing1,299
samebchase/hash-setAn implementation of the hash-set data structure17