This project contains two main components: a maze solver and a maze generator. The maze solver finds the shortest path from the entry to the exit using the Breadth-First Search (BFS) algorithm, while ...
Abstract: We present CARMA, the first implementation of a communication-avoiding parallel rectangular matrix multiplication algorithm, attaining significant speedups over both MKL and ScaLAPACK.