Skip to content

chrisDaniel/job-interview-scala-sample-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Job Interview Scala Sample Problems

Solutions to Job Interview Problems in Scala.

Run the Application with SBT

  • In console, from the project root directory, we need to open an SBT session
    • > sbt
  • To compile and run the main project sources
    • > compile
    • > run
  • You should see the solutions of each problem printed to console

Run the Tests with SBT

  • To compile and run the test sources
    • > compile
    • > test

NOTE Edit (2025) This repo was for a job interview in 2019. This solution was accepted and considered very strong.

About

Scala Sample Problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages