appacademy / prep-work

preparatory material for interviewing with App Academy
291 stars 340 forks source link

A Little Typo I Noticed #54

Closed JoshuaSP closed 9 years ago

JoshuaSP commented 9 years ago

Looking at the second-round practice problem specs, I noticed that it says "(b) there is no j2 closer to i than j where arr[i] < arr[j]." It's clear that what you mean is that there's no j2 such that arr[i] < arr[j2], and I'm sure most applicants read it that way anyway. But I thought I'd point out the typo for clarity (and make my first GitHub pull request while I'm at it!!).

Thanks guys... looking forward to going through these problems and talking to you at the interview!!