https://github.com/sakapon/tools-2024
The project to create tools.
https://github.com/sakapon/tools-2024
Last synced: 3 months ago
JSON representation
The project to create tools.
- Host: GitHub
- URL: https://github.com/sakapon/tools-2024
- Owner: sakapon
- License: mit
- Created: 2024-01-09T07:32:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T02:21:37.000Z (6 months ago)
- Last Synced: 2025-01-17T09:45:11.942Z (5 months ago)
- Language: C#
- Size: 2.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools 2024
The project to create tools.## Kotani's Ant Viewer
Visualizes Kotani's ant problem, for a cuboid of $1 \times 1 \times n$.
cf. https://www.youtube.com/watch?v=W8Lo4SIgukI
## BFS DFS Viewer
Visualizes BFS (Queue), DFS (Stack), and DFS (Recursion).
## Overlay Canvas
The overlay canvas with a red pen on the full screen.