Today I looked in the n-queens problem.
After some thinking and tinkering, I had a solid Java program, which simply brute forces the results. Not very elegant, but I think I will improve it at some point just for fun. Maybe also add some things like ram usage monitoring to check if the improvements I did, are really improvements.