johnfraserss / ICS4U

ICS4U Course for John Fraser SS
MIT License
23 stars 32 forks source link

feat: Adding sorting, searching, and recursion examples for Javascript #24

Closed davidli3100 closed 3 years ago

davidli3100 commented 3 years ago

Searching:

Sorting:

Recursion:

davidli3100 commented 3 years ago

Stashed typescript support since that isn't a priority right now. Typescript users can still use the JS examples and add typing of any (bad practice, but it works) or just not use typing at all

mrseidel commented 3 years ago

I noticed you have a binary search sitting in a "Linear Search" folder. Just so you're aware.

davidli3100 commented 3 years ago

Oh oops I thought I deleted it.

Thanks for the heads up!

davidli3100 commented 3 years ago

@mrseidel could you merge this in if it looks alright?