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

Frequency of occurrence of an element in a sorted array #22

Merged
merged 22 commits into from
Oct 18, 2021

Conversation

AdityaVSM
Copy link
Contributor

Implemented 2 algorithms to find the frequency of occurrence of an element in a sorted array. Referring to issue #1

@AdityaVSM AdityaVSM mentioned this pull request Oct 16, 2021
@@ -0,0 +1,43 @@
#include<bits/stdc++.h>
Copy link
Owner

Choose a reason for hiding this comment

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

Only include the libraries which are required. Don't include bits/stdc++.h

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure will do 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@abxhr Can you check again?

@abxhr
Copy link
Owner

abxhr commented Oct 18, 2021

LGTM ✅
Thank you for your contribution! 💖

@abxhr abxhr merged commit 0781692 into abxhr:main Oct 18, 2021
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.

None yet

2 participants