From Classic Computer Science Problems in Swift by David Kopec
This article will teach you how to use the minimax algorithm to create a Tic-Tac-Toe AI that plays the game flawlessly.
From Classic Computer Science Problems in Swift by David Kopec
This article is all about finding a path through mazes, which is an analogous to many common search problems in computer science. Examples are in Swift.