https://github.com/derivia/algovisual
Sorting algorithms visualization page in TypeScript.
https://github.com/derivia/algovisual
Last synced: over 1 year ago
JSON representation
Sorting algorithms visualization page in TypeScript.
- Host: GitHub
- URL: https://github.com/derivia/algovisual
- Owner: derivia
- License: mit
- Created: 2025-01-04T00:20:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T09:01:27.000Z (over 1 year ago)
- Last Synced: 2025-02-02T08:31:58.907Z (over 1 year ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algovisual
Sorting algorithm visualization made in TypeScript.
## Stack
- TypeScript
- React
- Jotai
## Setup
```sh
$ docker compose up
```
## License
[MIT](./LICENSE)