This project was generated with Angular CLI version 13.0.2.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the docs/
directory.
Run npm run deployBuild
to build the project deployable on Github Pages. The build artifacts will be stored in the docs/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
ShortPath is an educational environment designed to help with understanding of graph algorithms by visualising solving of the problem and providing necessary explanations and information about current state of the graph.
- Dijkstra algorithn
- A* algorithm
Repair graphic refresh of graph display Show algorithm description on choice Update attribute update on algorithm change Auto refresh of data displayed on data display on stage change Auto refresh of data displayed on data display on algorithm change Manual drag node for user
Zakładka z kodem algorytmów (dobrze obkomentowana) - najniższy priorytet Odgórne ograniczenie na liczbę wierzchołków algorytmu (np. 8) Tabelka z danymi elementów (https://www.101computing.net/dijkstras-shortest-path-algorithm/) (podświetlanie rekordów zmienionych w danym kroku) Strona tytułowa (Tytuł, imię nazwisko, wydział), przejście do strony wyboru algorytmów z opisami, strona z definiowaniem i wizualizacją algorytmu