Skip to content
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

Create interpolationSearch.c #217

Merged
merged 1 commit into from
Oct 8, 2021
Merged

Create interpolationSearch.c #217

merged 1 commit into from
Oct 8, 2021

Conversation

Abhishek-Greninja17
Copy link
Contributor

added all possible test cases including condition check for better understanding
provided all essentials to know about the implementation in form of comments
code is providing expected outcome for each test cases

codition check can be ommited if not necessary

This PR implements the code for interpolationSearch in C referred in issue #211

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

  • My code is placed in the required directory as outlined in CONTRIBUTING.md
  • My code file is named according to CONTRIBUTING.md
  • Variables, classes, functions etc. follow camel case as outlined in CONTRIBUTING.md
  • My code hasn't been implemented or claimed by someone else and I have checked the present issues and PRs for the same
  • My code is well commented
  • If my code is the first implementation of interpolationSearch, I have added the link to this directory in README.md
  • I have not copied my code from anywhere

This PR creates/modifies the README for

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

  • Algo name (as heading)
  • A small description about algo
  • Time Complexity (Worst, Average, Best case)
  • Space Complexity (Worst, Average, Best case)
  • Logic and Pseudocode
  • Instructions for running code

added all possible test cases including condition check for better understanding
Copy link
Owner

@deutranium deutranium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, this is a truly amazing code!
Thank you for contributing!

@deutranium deutranium merged commit ed1c1a9 into deutranium:master Oct 8, 2021
@deutranium deutranium mentioned this pull request Oct 8, 2021
5 tasks
@Abhishek-Greninja17
Copy link
Contributor Author

Thank you
Glad to contribute!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants