emory-courses / dsa-java

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

[HW#1] Clarification on input. #52

Closed JonathanKimchi closed 4 years ago

JonathanKimchi commented 4 years ago

Is the input going to be one array of each property, or can there be > 5 arrays? Can there be two arrays with the same property in a data set?

JonathanKimchi commented 4 years ago

Never mind--it appears that we can have more than 5 arrays with repeated properties.