The program is a digital rendition of Connect 4, where players aim to align four discs vertically, horizontally, or diagonally. Players alternate turns, with the AI using the minimax algorithm and ...
While learning about sorting algorithms on Paiza, there were only lectures for the Java version, which was a bit difficult for me as an inexperienced engineer, so I took some time to output the Ruby ...