/leetcode-scala

Solutions to leetcode problems in Scala

Primary LanguageScala

leetcode-scala

Build Status codecov CodeFactor

Run tests

sbt  test

Run a single test

sbt "testOnly dzlab.leetcode.problems.Problem001Spec"

Setup git hooks Scalariform

$ brew install scalariform