Linear Search Algorithm with Example in Java | Linear Search in Java | Data Structures

preview_player
Показать описание
Linear Search Algorithm full explanation with code. Step by step instruction showing how linear search works.

Searching can be performed using two methods
1) Linear Search
2) Binary Search

Linear search is a very simple search algorithm. In this type of search, a sequential search is done for all items one by one. Every item is checked and if a match is found then that particular item is returned, otherwise the search continues till the end of the data collection.

Thanks for watching my videos till the end, if you like my work please do Subscribe, Like, Comment, and Share!!

Linear Search in Java | Array Operation - Searching | ICSE Computer Class 10
Рекомендации по теме
Комментарии
Автор

I love your explanation and how you took us step-by-step in writing the code and did not just make it perfect from the first try; rather you showed us where possibly we might make mistakes and how to fix them (like at 6:00). That was amazing!

Many people in their videos would write a perfect code from the first try which makes me so confused sometimes as why they made a certain step and would not explain them clearly. Thanks a a lot!

abdallahalmanasrah
Автор

Tysm mam, I've been searching for some videos of dsa since long time and this video really helped me for my exam!! Pls make full course on dsa mam it'll definitely help me a lot!!

User_g
Автор

Absolutely blown away by the incredible way you've explained this! 🌟 Your approach is beyond awesome and made the topic so much easier to grasp. Thanks mam

pavanu
Автор

The way you explained is incredible 🙌👌👏✨

rushi
Автор

Mam, Wonderful explanation, But please explain each and every word used in the program, why it is used, and a bit slowy as well, thank you mam,

entertainmentvideos
Автор

Well explained.. covered all the possible cases 👍

vikaskamble
Автор

Really Awesome Explanation Ma'am. Keep Going on!

faheem_kamal
Автор

Wel explain, thanks a lot sharing this vedio hope u uploaded more

sanaya
Автор

Please uplode more, thanks sharing this vedio

jubuli
Автор

Nice explanation mam.You are great teacher 🙏🙏

shradhasharma
Автор

My Java Subject lecture (Bala Shankar) Copied your Program

vlogsvinnu
Автор

can't we just define position as i+1. why use IF ?

bhanupratapsunda
Автор

Well explained very informative content... #Vijaykumarinterior

ANCinterior
Автор

using the variable i twice for 2 different loops is giving me an error but it didnt give u an error. what is thw reason for this?

ridakhan
Автор

Hello ma'am could you please show us like how to print Histogram without using Array and String, we should take input from users and print "*" vertically

chinallukhi
Автор

How contact with you?
I have some quations

vish
Автор

i dont think that this is a good example

ighost