Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 697 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 697 Bytes

Searching-technique💻

Search a given number in the array using linear Searching technique using function

Background

What is Searching in Data Structure?

The process of finding the desired information from the set of items stored in the form of elements in the computer memory is referred to as 'searching in data structure'. These sets of items are in various forms, such as an array, tree, graph, or linked list

Contributor