-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Reworked interpolation_search.cpp
#1855
feat: Reworked interpolation_search.cpp
#1855
Conversation
@Panquesito7 Can you please review this PR, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! 🚀
Please enable GitHub Actions in your repository of this fork in this link: https://github.com/Lazeeez/C-Plus-Plus/actions
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
aa71c34
to
e135d5f
Compare
e135d5f
to
47b1163
Compare
Co-authored-by: David Leal <halfpacho@gmail.com>
The Github actions are already enabled for this entire repository. |
@Panquesito7 check now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there! 😄
Co-authored-by: David Leal <halfpacho@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀 Thank you for your contribution! 😄👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
interpolation_search.cpp
Description of Change
The original
interpolation_search.cpp
was pretty blatant with little to no documentation, did some rework on it and added a testcase to check the algorithm.Checklist
Notes: Did some rework on the original
interpolation_search.cpp