This application helps solve the problem of covering a set of 2D rectangles (target items) using the minimum number of rectangles from another set (available items). This is essentially a 2D bin ...
A Python script with an AI algorithm that solves a 2D maze using the A* search algorithm - but, with specific movement constraints, to really force the AI earn its way out of the maze. This time, ...