VamsiSangam / theoryofprogramming

Code repository for codes in the educational website Theory of Programming
http://theoryofprogramming.com/
MIT License
103 stars 56 forks source link

Made vector a local variable #52

Closed praveenmylavarapu closed 7 years ago

praveenmylavarapu commented 7 years ago

This pull request is for issue number #48

Made vector as a local variable and passed to binary search method as a parameter.

praveenmylavarapu commented 7 years ago

I have made the requested changes and some more minor improvements. I have also read the coding conventions and made necessary changes (Added a new line before return statement). This is my first pull request. Thank you for being supportive and suggesting changes. Please let me know if I need to make any more changes.

VamsiSangam commented 7 years ago

Thanks for your contribution! Your changes are live on the post. :smile: