Search:

Type: Posts; User: mingming8888

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    3,283

    Re: Prim's algorithm

    Thank you for your explanation
  2. Replies
    4
    Views
    3,283

    Re: Prim's algorithm

    yea, they have the same distance, so Prim's algorithm will choose which path first? If we start the tree from A, so the next one is B, C or D?
  3. Replies
    4
    Views
    3,283

    Prim's algorithm

    For prim's algorithm, if a vertice have the same weight to other vertices, so which one will it be choosen to put in the tree?
    For example

    A to B is 3
    A to C is 3
    A to D is 3
    B to C is 3
    B to...
Results 1 to 3 of 3