jainaman224 / Algo_Ds_Notes

A comprehensive resource for learning and implementing algorithms and data structures. This repository includes detailed notes, complexity analysis, and code examples in C++, Java, Python, and more. Ideal for students, professionals, and those preparing for coding interviews.
GNU General Public License v3.0
2.22k stars 2.08k forks source link

Binary Search in TypeScript #2941

Closed Shr03mink closed 4 years ago

Shr03mink commented 4 years ago

Fixes #2175

Checklist:

Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

Changes proposed in this pull request:

Languages Used:

Files Added:

We're happy to help you get this ready -- don't be afraid to ask for help.

Thanks!

Shr03mink commented 4 years ago

I tried add dynamic input using prompt but it was giving errors.

raghav-dalmia commented 4 years ago

Use 4 space indentation in your code

Shr03mink commented 4 years ago

I have made the requested changes and squashed the commits. Please let me know if any other change is required