Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lserveriiev/data-structures

Java implementation of data structures
https://github.com/lserveriiev/data-structures

data-structures java

Last synced: 11 days ago
JSON representation

Java implementation of data structures

Awesome Lists containing this project

README

        

# Data structures.
[![Build Status](https://travis-ci.com/serveriev/data-structures.svg?branch=master)](https://travis-ci.com/serveriev/data-structures)

> Basic implementation of data structures in java

## Context

✅ ArrayList

✅ LinkedList

❌ Stack

❌ PriorityQueue

❌ ArrayDeque

❌ HashSet

❌ LinkedHashSet

❌ TreeSet

✅ HashMap

❌ LinkedHashMap

❌ TreeMap

## Run tests

```sh
mvn test
```