Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 213 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 213 Bytes

Solved exercises for Jeff Erickson book "Algorithms"

Prerequisites

  1. maven version 3.5 or higher.
  2. java 13 or higher.

Build project

mvn clean install

Run unit tests

mvn test