emory-courses / dsa-java

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

[HW#3] MSTWordHW Question #178

Closed Kaseyc27 closed 3 years ago

Kaseyc27 commented 3 years ago

I was wondering where we have to implement MSTWordHW for HW#3? It is not mentioned anywhere on the page. There is //todo comments on it, so i'm guessing that this is utilized for a MST tree with characters(A-Z) instead of numbers?

marvinquiet commented 3 years ago

According to what I read from the page, Create a class called MSTAllHW that inherits the MSTAll interface.. I am not sure if it is already an updated one.