emory-courses / dsa-java

Data Structures and Algorithms in Java
https://emory.gitbook.io/dsa-java/
42 stars 55 forks source link

[HW#3] Return Value Specifics #190

Closed TFloyd1989 closed 3 years ago

TFloyd1989 commented 3 years ago

How exactly should we return the MST's? 1 by 1 in a set? Or a new tree that contains all MSTs combined into 1 tree, for example?

marvinquiet commented 3 years ago

one by one in a set