Stars
First attempt at visualising different sorting algorithms in Java. I made this visualisation to show the beauty of sorting algorithms. You can modify all major features of my program using the Cons…
First attempt at creating an AI in Java using the minimax algorithm.