Skip to content

SpartanEngineer/DataStructureImplementations

Repository files navigation

DataStructureImplementations

Summary

Data Structure implementations in Java. Includes: Queue, Stack, LinkedList, HashMap, DynamicArray.

Requires

  • Linux, Windows, or Mac OS
  • Java 1.8

Usage

The project can be built with gradle using the following command:

gradle build

The 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 runExample

The generated Java jar file is in: 'build/libs'.

Visit http://spartanengineer.com/data-structures for the full data structures tutorial.

Releases

No releases published

Packages

No packages published

Languages