Search:

Type: Posts; User: th3crack3n

Search: Search took 0.21 seconds.

  1. Replies
    4
    Views
    3,288

    [SOLVED] Re: Dijkstra's Algorithm

    I actually figured it out as I was thinking through it at work today.

    It turns out that every time I called my algorithm, it edited the neighbors of each vertex.

    What I ended up doing to...
  2. Replies
    4
    Views
    3,288

    [SOLVED] Re: Dijkstra's Algorithm

    By errors here I just mean errors in the distances I am getting back.

    Ex: In the second set of results, 5 to 5 is dist 2 and 5 to 4 is zero
  3. Replies
    4
    Views
    3,288

    [SOLVED] Dijkstra's Algorithm

    I am working on a project where I am attempting to find the central node, I think I heard it called a "Jordan node" of a graph network. I believe the best way to start this would be to run Dijkstra's...
Results 1 to 3 of 3