Finalized Algorithm
Some checks failed
Build, Test & Push Frontend / quality-check (pull_request) Failing after 56s
Build, Test & Push Frontend / docker (pull_request) Has been skipped

Added final descriptions and polished the system
This commit is contained in:
2026-02-21 12:25:07 +01:00
parent 34148aade2
commit 24d6d9cdbe
9 changed files with 141 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ import {ConwayGolComponent} from '../pages/algorithms/conway-gol/conway-gol.comp
import {LabyrinthComponent} from '../pages/algorithms/pathfinding/labyrinth/labyrinth.component';
import {FractalComponent} from '../pages/algorithms/fractal/fractal.component';
import {Fractal3dComponent} from '../pages/algorithms/fractal3d/fractal3d.component';
import {PendulumComponent} from '../pages/algorithms/pendulum/pendulum.component';
import PendulumComponent from '../pages/algorithms/pendulum/pendulum.component';
export class RouterConstants {