Skip to content

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

Notifications You must be signed in to change notification settings

shuvodas0/Searching-technique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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