I\'ve read a few posts on here about static functions, but still am running into trouble with implementation.
I\'m writing a hardcoded example of Dijkstra\'s algorit
You should call it this way:
Alg::dijkstra();
Limitations
new class()