6 Commits

Author SHA1 Message Date
Oleg Sh
dfeac352c1 Support multigraph for algorithms:
- Find all paths.
- Find longest path.
- Find all shortest paths.
2025-08-16 13:58:09 +02:00
Oleg Sh
a5120569f3 Add Max Independent Set algorithm. 2025-08-09 13:53:31 +02:00
Oleg Sh
6e8ee286d2 Updated graphonline. Fixed max clique search. 2025-05-23 15:24:59 +02:00
Oleg Sh
20b8377651 Add logs if emscripted failed. Updated emscripten. 2024-12-25 20:26:41 +01:00
Oleg Sh
1bc95c5991 Optimised algoirthms 2024-03-24 19:12:07 +01:00
Oleg Sh
43a4b44a22 Change script location.
Split js code.
Added cache and changed loading mechanism for js sources.
2023-11-06 19:16:50 +02:00