Data Structure implementations in Java. Includes: Queue, Stack, LinkedList, HashMap, DynamicArray.
- Linux, Windows, or Mac OS
- Java 1.8
The project can be built with gradle using the following command:
gradle buildThe gradle command can be replaced by ./gradlew (on Linux/Mac) or gradlew.bat (on Windows) if gradle is not installed on the system. (ie './gradlew build')
The example Java code can be run by the following command:
gradle runExampleThe generated Java jar file is in: 'build/libs'.