Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 598 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 598 Bytes

Cleaner Compose

Cleaner Compose is a visualization of a 2D grid cleaner with the objective to clean the entire room. The catch is to avoid the walls and to clean all the possible areas reachable by the starting point of the cleaner.

The algorithm used to traverse the room is Depth-First Search.

cleaner-demo

Requirements

  • IntelliJ IDEA 2021 1.3 (or later)

Technologies