Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 194 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 194 Bytes

The Eight Queens Problem in Java 11 (OpenJDK version "11.0.6")

This is a simple solutions using recursion and lists. Just run the main method and the solutions will be printed on the console.