/coding-interview-scala

scala coding interview exercices

Primary LanguageScala

Coding interview exercices

Fibonacci Suite

Compute the nth element using recursion. Code is done together with JMH benchmarks and unit tests to check all implementations work. JMH benchmark results are available in bench.csv.

Bubble sort

Implement the bubble sort using recursion.

Codingame

Some codingame exercises with their solution. Solutions

Robbery Optimisation

Rod cutting problem