This project is an example Java application, that solves sudokus using Algorithm DLX. To do so efficiently, it uses a library, which can be found at GitHub.
The application can be started using the bundled gradle wrapper:
./gradlew run
It solves one 16x16 and 50,000 9x9 sample sudokus.