We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee32f35 commit d89520cCopy full SHA for d89520c
1 file changed
C++/pathfinding_visualizer/README.md
@@ -51,9 +51,6 @@ pathfinding_visualizer/
51
│ └── MainWindow.ui
52
```
53
54
-> Icons are SVG files, recommended from **Lucide Icons** (MIT licensed).
55
-> Place all SVGs in `ui/icons/` exactly matching the filenames above.
56
-
57
---
58
59
## 🛠️ Prerequisites
@@ -98,10 +95,10 @@ The grid updates visually using `Node` objects in a `QGraphicsScene`.
98
95
99
96
### Toolbar Controls
100
97
101
-- **Run** (`play.svg`)
+- **Run**
102
Starts the selected algorithm on a background thread (`AlgorithmWorker`).
103
104
-- **Reset** (`reset.svg`)
+- **Reset**
105
Clears all walls, visited cells, and path markings. Start/Target nodes return to defaults.
106
107
- **Algorithm Selector**
0 commit comments