Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 292 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 292 Bytes

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