Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 495 Bytes

EXAMPLES.md

File metadata and controls

21 lines (15 loc) · 495 Bytes

📷 Here are screenshots of maze generation and solving

🌀 Generation

⬅️ Backtracker algorithm

Backtracker

🎼 Kruskal's algorithm

Kruskal's

🌳 Prim's algorithm

Prim's

⚡ Solving

🎯 A* algorithm

A* solving

⛳ DFS algorithm

DFS solving

🌊 BFS algorithm

BFS solving