/Java-Data-Structures

Implementation of common data structures in Java

Primary LanguageJavaMIT LicenseMIT

Java-Data-Structures

Alternative Implementation of Common Data Structures

I will be adding to this repository over time. So far, it contains implementations and JUnit tests for:

  1. Linked List
  2. Array List
  3. Hash Table
  4. Stack
  5. Queue
  6. Min-Heap
  7. Max-Heap

To run my unit tests:

  1. Go to /Jars/tests/
  2. Make sure Java is installed
  3. Enter 'java -jar Java-Data-Structures.jar' on the command line