Algorithms

Searching Algorithms

In this Section ,I will explain the searching algorithm .It is most Important searching algorithm to access data from database. To make access fast or to make our system fast different algorithm will apply in programming according to there requirement.These algorithm divide in two category:

  1. Sequential Search: In this category searching is done with sequence order one by one it will search. For Example: In a Class, we search Ram then we check each Row or column one by one until Ram Cannot be found.
  2. Interval Search: In this category, it works more efficiently than the Linear search. It will be work according to the data structure.

 

Sorting Algorithms

%d bloggers like this: