File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Data Structures in Java
55This repository contains a collection of fundamental data structures implemented in Java.
66It's designed for learning about basic data structures and practicing Java.
77
8- release 1.0 -> [ Download DataStructures-1.0-release.jar] ( https://github.com/jnetu/dataStructures/build/libs/DataStructures-1.0-release.jar )
8+ 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 )
99
1010## Prerequisites
1111
@@ -50,4 +50,12 @@ make sure you have git installed and PATH configured
50502 . To run the project, use the following Gradle command:
5151 ``` bash
5252 java -jar /libs/DataStructures-1.0-release.jar
53+ ```
54+
55+ ## Create javadoc
56+ ``` bash
57+ .\g radlew javadoc
58+ ```
59+ ``` bash
60+ gradle javadoc
5361 ```
You can’t perform that action at this time.
0 commit comments