emory-courses / dsa-java

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

[QZ#3] What each column in the output corresponds to. #85

Closed JonathanKimchi closed 3 years ago

JonathanKimchi commented 3 years ago

I'm currently writing up the documentation for our quiz runtime. Just wanna make sure I'm getting this correct since the columns don't have any labels. Left to right, what are the bars supposed to represent? I know the first two columns represent the random sorting case since that number is clearly distinct, but I'm not sure which bar is the ascending and descending case since the data is much more similar. Some clarification would be greatly appreciated. Thank you! Sincerely,

marvinquiet commented 3 years ago

Sorry for the late reply. You can read it from the SortTest.java which could give you some hints. I think this question is also directly related to the answer of the problem.