Collection of my solutions to LeetCode problems.
All solutions are written in Scala and are run as scripts using Ammonite.
amm difficulty/some_problem/solution.sc
For example:
amm medium/valid_sudoku/solution.sc
true
false
amm new_problem.sc --difficulty easy|medium|hard|other --problem "Problem Name"
For example:
amm new_problem.sc --difficulty medium --problem "Some Medium Thing"