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
.
Implement the bubble sort using recursion.
Some codingame exercises with their solution. Solutions