Algorithm Visualizer
Created in vanilla Javascript with minimal library usage.
Initially made for an undergraduate software engineering course, this was my first dive into web development. In order to learn the fundamentals, I avoided most libraries/frameworks in favor of basic Web APIs. And because of my freshness in this domain, I was also unaware of pretty much any of those Web APIs. As a result, nearly every feature listed below - dark mode, draggable and resizable components, etc. - was implemented from scratch in Javascript. The source code is ugly, but I keep this project up in hopes that it showcases a sort of determination to get things done, even if it means building from the ground up and having to solve hard problems.
Features:
- Pathfinding
- A*
- Djikstra's
- Jump Point Search
- Sorting
- Bubble Sort
- Selection Sort
- Insertion Sort
- Quick Sort
- Dark Mode
- Responsive UI
- Playing, pausing, and restarting animations
- Timeline scrubbing
- Random maze generation for pathfinding, random dataset creation for sorting.