emory-courses / dsa-java

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

[QZ#6] Question on Graph input #150

Closed Schm2000 closed 3 years ago

Schm2000 commented 3 years ago

For the GraphQuiz method numberOfCycles(), should we expect for the graph input to possibly have multiple edges between two specific vertices or should we expect for the graph to only have one edge between two specific vertices?

lujiaying commented 3 years ago

From what I learned back to my bachelor time, in the learning stage we typically not consider multi-view graph (multiple edges between two vertices). But I still recommend to ask Dr. Choi for his opinion.

Schm2000 commented 3 years ago

Alright, I will ask him.