It's UWAweek 47

help2200

This forum is provided to promote discussion amongst students enrolled in CITS2200 Data Structures and Algorithms.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.

How do I ask a good question?
Displaying selected article
Showing 1 of 176 articles.
Currently 9 other people reading this forum.


 UWA week 22 (1st semester, study break) ↓
SVG not supported

Login to reply

👍?
helpful
12:36pm Fri 31st May, ANONYMOUS

I would also like to know what the first student asked: Hey, looking back on lecture material, for kruskals algorithm the complexity is O((n+m)log(n)), where n = vertices and m = edges. It states that all the MST union operations result in complexity of nlog(n), but I can't find where this is explained, as appearance of log(n) always suggests some halving shenanigans that to my knowledge aren't expanded upon in the lectures.//// this is what I found in the lecture but couldn't find anything else on getting closer to nlogn: Partition-Based Implementation  Partition-based version of Kruskal’s Algorithm  Cluster merges as unions  Cluster locations as finds  Running time O((n + m) log n)  Priority Queue operations: O(m log n)  Union-Find operations: O(n log n) Thank you

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy