Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lserveriiev/data-structures
- Owner: lserveriiev
- Created: 2020-04-25T18:20:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T21:29:55.000Z (over 4 years ago)
- Last Synced: 2024-11-09T12:18:01.626Z (2 months ago)
- Topics: data-structures, java
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```