Learnerslesson
   JAVA   
  SPRING  
  SPRINGBOOT  
 HIBERNATE 
  HADOOP  
   HIVE   
   ALGORITHMS   
   PYTHON   
   GO   
   KOTLIN   
   C#   
   RUBY   
   C++   
   HTML   
   CSS   
   JAVA SCRIPT   
   JQUERY   




SEARCHING


Searching as the name suggests, is a technique used to find a particular number from a list.


Example :


Say we want to find the number 2 from the below array :


java_Collections

And we found that the number 2 is at the index 3 of the array.


java_Collections

Now, the efficient way to find the number is Searching.


There are two types of searching techniques :


  1. Linear Search

  2. Binary Search