Searching technique in Data structure



“Searching refers to the process to find if a particular element is present in an array or not.”

   Searching of an element n arrays can be done in two ways:

§  LINIER SEARCH
§  BINARY SEARCH

Comments

Popular posts from this blog

Write a program to add two number using inline function in C++?

Traversing of elements program with algorithm and Flowchart