Linear Search in Java
Channel:
Subscribers:
1,550
Published on ● Video Link: https://www.youtube.com/watch?v=6KMm-_05r1k
Linear Search in Java
In this tutorial, I have shown how to write a Java program to implement the linear search algorithm.
Linear Search is one of the simplest search algorithms. It starts its search from the beginning of the list and continues as long as the searched element is not found or the list is not exhausted.
Linear Search can be applied on both sorted and unsorted lists. But it is slow and inefficient for large input size (large lists).
Other Videos By Robin Sir
2023-05-23 | Neon Number in Java |
2023-05-22 | Decimal to Hexadecimal in Java using Recursion |
2023-05-20 | Decimal to Octal in Java using Recursion |
2023-05-19 | Decimal To Binary in Java using Recursion |
2023-05-17 | Goldbach Number in Java |
2023-05-16 | Dudeney Number in Java |
2023-05-15 | Spy Number in Java |
2023-05-13 | Pronic Number in Java |
2023-05-13 | Niven Number in Java |
2023-05-11 | Best Website for Internet Speed Test |
2023-05-10 | Linear Search in Java |
2023-05-09 | Binary Search in Java |
2023-05-08 | Half Adder Circuit Diagram using InkScape |
2023-05-08 | Automorphic Number in Java |
2023-05-08 | Tech Number in Java |
2023-05-07 | Arithmetic Operators in JavaScript |
2023-05-06 | Palindrome Number in Java |
2023-05-05 | HCF and LCM in Java |
2023-05-05 | Fibonacci Series in Java |
2023-05-04 | Reverse a Number in Java |
2023-05-03 | Lists in Python |
Tags:
robin sir
linear search
java
icse
computer applications