https://github.com/brightprogrammer/codanim
Collection of all the animations/simulations I do
https://github.com/brightprogrammer/codanim
Last synced: 4 months ago
JSON representation
Collection of all the animations/simulations I do
- Host: GitHub
- URL: https://github.com/brightprogrammer/codanim
- Owner: brightprogrammer
- License: mit
- Created: 2022-09-14T05:50:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T07:23:35.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T15:36:04.347Z (6 months ago)
- Language: C++
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Animations
This is where I keep my code for all simulations and animations. Things like working of an algorithm,
simulating real life phenomena etc... Hope you enjoy this. You can find the order in which I created
these simulations below and a working video or explanation video if it.Most of the things here are my attempt to visualize how things happen behind the scenes. Also I kinda
like simulations! They are just AAAAAMAZINGGG!#### Playing With Maze Solver
Some videos related to this :
- [Having Fun With Maze Solver Algorithm Taught In College!!](https://www.youtube.com/watch?v=X6AOGzkDQaM)
- [Playing With Maze Solving Algorithm | Slowed Version | Different Maze Sizes](https://youtu.be/FkphLm1Vf6c)
Explanation : [MazeSolver](mazesolver/MazeSolver.md)