India Languages, asked by deepshikha222222, 9 months ago

write a program in c for linear search using recursion

Answers

Answered by randhirsinghrana13
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 mithileshkumardav
0

Answer:

Cat is the right answer for this question

please MARK me as a BRAINLIST please

Similar questions