Skip to content

Commit

Permalink
readme1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Neto committed Sep 26, 2023
1 parent 18a712a commit 3517e93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ Data Structures in Java
This repository contains a collection of fundamental data structures implemented in Java.
It's designed for learning about basic data structures and practicing Java.

release 1.0 -> [Download jar file DataStructures-1.0-release.jar](https://github.com/jnetu/dataStructures/blob/master/build/libs/DataStructures-1.0-release.jar)

- release 1.0 -> [Download jar file DataStructures-1.0-release.jar](https://github.com/jnetu/dataStructures/releases/tag/release-1.0)
- Basic Resizing Array structure Stack, Queue and Bag created
- release 1.1 -> [Download jar file DataStructures-1.1-release.jar](https://github.com/jnetu/dataStructures/releases/tag/release-1.1)
- Resizing array List basic methods, Resizing array priorityQueue and Deque created
## Prerequisites

Before you begin, ensure you have met the following requirements:
Expand Down

0 comments on commit 3517e93

Please sign in to comment.