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

Add 3 recusrion problem: sum of array element, linear and binary search (Issue: #296) #298

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

Upendra48
Copy link
Contributor

@Upendra48 Upendra48 commented Oct 4, 2024

Issue: #296
I have added three recursion problems:

  1. Find the sum of an array using recursion
  2. Implement linear search using recursion
  3. Implement binary search using recursion

I will keep adding more problems..

@Upendra48 Upendra48 changed the title Add 3 recusrion problem: sum of array element, linear search, binary search Add 3 recusrion problem: sum of array element, linear and binary search (Issue: #296) Oct 4, 2024
@Saloni6111 Saloni6111 added the hacktoberfest-accepted contribute for hacktoberfest 2024 label Oct 4, 2024
@Saloni6111 Saloni6111 merged commit 182d81b into Saloni6111:main Oct 4, 2024
1 check passed
@Upendra48 Upendra48 deleted the recursion_problems branch October 4, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted contribute for hacktoberfest 2024
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants