write a program in c for linear search using recursion
Answers
Answered by
3
Answer:
This is a C Program to implement Linear Search Algorithm using Recursion.
Problem Description
We have to create a C Program which finds the position of an element in an array using Linear Search Algorithm using Recursion.
Expected Input and Output
1. Average Case : On an average, linear search takes O(n) comparisons to find the position of the element. For example:
Explanation:
MAY BE IT'S HELPFUL
Answered by
0
Answer:
Cat is the right answer for this question
please MARK me as a BRAINLIST please
Similar questions