This repository contains:
- Binary tree with inorder, pre-order & post-order iterators. Written on a sunny Sunday to exercise my decaying brain. Also, there are tests in JUnit5.
- Skip list with tests in JUnit5 and a benchmark!
- Sudoku solver using early-stopping backtracking (constraint-programming).
- Monte Carlo Pi approximation.
That's all, folks!