Computer Science, asked by kkumarhmi, 1 month ago

what is searching write it types​

Answers

Answered by 2611velunaachi
1

Answer:

Searching in data-strucutre refers to the process of finding a desired element in set of items. ... The set of items to be searched in, can be any data-structure like − list, array, linked-list, tree or graph. Search refers to locating a desired element of specified properties in a collection of items.

Explanation:

searching types are:

Linear Search.

Binary Search.

Jump Search.

Interpolation Search.

Exponential Search.

Sublist Search (Search a linked list in another list)

Fibonacci Search.

The Ubiquitous Binary Search.

Answered by shuaibshamshair
1

Answer:

Searching is the process of finding a given value position in a list values. Hope it helps you..✔️

Similar questions