Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 896 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 896 Bytes

Grid Viz

An App for visualising the famous DFS and BFS algorithms to find a path from the source cell to a destination cell with obstacles between them.

Cell Encoding

  • Blue -> Source Cell
  • Light Brown -> Destination Cell
  • Dark Brown -> Obstacle Cells (Can be added/removed by touching or dragging)

Technologies and Libaries Used

  • Canvas
  • Custom Views
  • Coroutines
  • Material Design

Some screenshots of the app