This document discusses using a Raspberry Pi cluster to perform parallel computing tasks. Specifically, it describes setting up a small cluster with one Raspberry Pi 3 B as the master node and two Raspberry Pi 1 B nodes. It explains how to configure the operating system, connect the nodes, install MPI for communication between nodes, and run a distributed Python program across the nodes to perform parallel pathfinding using a bidirectional breadth-first search algorithm.