X Tutup
Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 382 Bytes

File metadata and controls

16 lines (9 loc) · 382 Bytes

BFS algorithm visulizer

This project helps us to visualize BFS algorithm by searching end point from start in a maze.

Tech Stack:

Python

Library used:

  • curses library to display result in terminal

  • Time library to delay the result for easiser viewing of terminal result at each step

Output:

output

X Tutup