X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Readme.md

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