mission-peace / interview

Interview questions
Apache License 2.0
11.04k stars 5.16k forks source link

Array given as test case is not sorted #268

Open tonyflow opened 4 years ago

tonyflow commented 4 years ago

https://github.com/mission-peace/interview/blob/94be5deb0c0df30ade2a569cf3056b7cc1e012f4/src/com/interview/binarysearch/MedianOfTwoSortedArrayOfDifferentLength.java#L64

ritiksingh06 commented 4 years ago
    int[] y = {7, 11, 18, 19, 21, 25};

This is the sorted test case. Can you allow me to fix this?