This project simulates self-avoiding random walks (SARW) on a 2D square lattice. It analyzes walk lengths, dead-end occurrences, and distance from the origin over multiple simulations. The program ...
This project simulates a simple robot vacuum cleaner moving around a room using a random walk algorithm. The simulation shows how the robot gradually cleans the environment without any advanced ...