Skip to content

ihac/Ninety-Nine-Scala-Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problem Statement

This little project aims to practice my Scala skills and share my solution.

Test & Validation

$ git clone https://github.com/ihac/Ninety-Nine-Scala-Problems.git && cd Ninety-Nine-Scala-Problems
$ sbt

# test all solutions
sbt:Ninety-Nine-Scala-Problems> test
# test the solution of specified problem (WorkingWithLists.P18)
sbt:Ninety-Nine-Scala-Problems> testOnly validation.WorkingWithLists.P18*

Scala Versions

This project is compiled, tested, and published for the following Scala versions:

  1. 2.12.5

About

My solution to S-99

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages