Algorithms Summary This repository contains programming implementations for Algorithms for personal review. Setup Install sbt Compile the program: sbt clean compile Run the program: sbt run Run the test: sbt test