Skip to content

This web application visualizes well-known algorithms from computer science.

Notifications You must be signed in to change notification settings

danielnagel/algorithms

Repository files navigation

algorithms website

This web application visualizes well-known algorithms from computer science.

Take a look: https://algorithms.dnagel.de/

Install, build and run project

node and npm need to be installed, tested with node v21.7.3.

npm i
npm start

docker

docker build -t algorithms-dnagel-website .
docker run --name algorithms-dnagel-website -p 80:8080 -d algorithms-dnagel-website

about

  • I switched from qwik to astro, because the need to serialize every bit of client side code in qwik made the application a lot more complicated than it needed to be.

About

This web application visualizes well-known algorithms from computer science.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published