samuelklam/minimum-spanning-trees

determine k(n) for edge deletion - refer to literature for dimensions 0, 2, 3, and 4 to determine the optimal k

Closed this issue · 1 comments

determine k(n) for edge deletion - refer to literature for dimensions 0, 2, 3, and 4 to determine the optimal k
Bujo0 commented

We should have prim's working for this with the algorithm also telling us what weight edges we're using. Then, we should find what the relationship between the highest weight and n.