yangshun / tech-interview-handbook

💯 Curated coding interview preparation materials for busy software engineers

Home Page:https://www.techinterviewhandbook.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary Search link for Khan Academy is broken

iamtburger opened this issue · comments

Hi,

The link for Khan Academy - Binary Search is broken on the following page:
https://www.techinterviewhandbook.org/algorithms/sorting-searching/

URL on the page
Actual working URL

I'm happy to fix it if that's ok.

Yes please submit a PR

What should be the [project] for the commit message?

@iamtburger don't worry about it, I'll change it before merging. I think you can use fix:

Thanks! I opened the PR.
Funny thing is, if you delete the / from the URL (the one which was already on in the Handbook) you don't land on the Ooops page, but the Algorithms main page. I changed the URL to point at the exact location of Binary Search, but still had to omit the / from the end to prevent landing on Page not found.