ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

784 results

The Adhunik Coding
Linear Search Algorithm | Exam Friendly | Data Structures & Algorithms

Struggling with search algorithms? In this video, we break down the Linear Search Algorithm in the most exam-friendly way ...

8:09
Linear Search Algorithm | Exam Friendly | Data Structures & Algorithms

2 views

1 hour ago

onjsdev
Linear Search

Linear Search is a straightforward search algorithm that checks each element in a collection sequentially until the target value is ...

0:05
Linear Search

107,689 views

6 days ago

onjsdev
Linear Search vs Binary Search

Linear search examines each element one by one until the target is located or the collection is exhausted. It requires no ...

0:09
Linear Search vs Binary Search

134,637 views

5 days ago

cueca virada
Linear Search - Algorithms test december 2025
4:50
Linear Search - Algorithms test december 2025

0 views

2 weeks ago

Aparna Jagtap
Linear Search Algorithm Explained | Step-by-Step Tutorial with Examples

Learn the Linear Search algorithm in the simplest and most effective way! In this video, we explain how Linear Search works, ...

12:07
Linear Search Algorithm Explained | Step-by-Step Tutorial with Examples

20 views

3 weeks ago

Cristian Rey Seco
Searching Algorithms

Proceed so the first type of searching algorithm is sequential search this locates a target value in an array list by examining each ...

14:38
Searching Algorithms

983 views

5 days ago

Thee Code
The Simplest Search Algorithm: Linear Search Explained(Animated)

Stop guessing about Linear Search! This short, animated tutorial clearly explains how the Linear Search algorithm works ...

2:00
The Simplest Search Algorithm: Linear Search Explained(Animated)

11 views

2 weeks ago

onjsdev
Linear vs Binary Search

Linear search scans elements sequentially until the target is found or the list ends, requiring no preprocessing and working on ...

0:07
Linear vs Binary Search

58,811 views

12 days ago

onjsdev
Jump Search

Jump Search is a searching algorithm for sorted arrays that works by jumping ahead in fixed steps, typically of size √n, to locate ...

0:07
Jump Search

175,503 views

4 days ago

Max Code
Searching & Sorting Algorithms Explained Simply🚀

Timestamps 00:51:56 – Searching Algorithms Learn the core concepts of Linear Search, Binary Search, and how searching ...

2:36:11
Searching & Sorting Algorithms Explained Simply🚀

19 views

2 weeks ago

CODER SK
Linear Search vs Binary Search (Simple Explanation)

Searching is one of the most basic concepts in programming — but choosing the right method matters. In this video, I explain ...

3:55
Linear Search vs Binary Search (Simple Explanation)

0 views

3 weeks ago

Comp Theory
Solution to CLRS Exercise #2.1-3 | Introduction to Algorithms | Linear Search Explained

In this video, we solve CLRS Exercise #2.1-3 from Introduction to Algorithms, focusing on Linear Search. I explain the algorithm ...

13:46
Solution to CLRS Exercise #2.1-3 | Introduction to Algorithms | Linear Search Explained

0 views

2 weeks ago

CSCodeHub
Linear Search Algorithm in Python | Simple Explanation with Code

In this video, we explain the Linear Search Algorithm using Python in a very simple and beginner-friendly way. You will learn: ...

8:53
Linear Search Algorithm in Python | Simple Explanation with Code

81 views

7 days ago

Ajeem's Thoughts
⭐ "Linear Search Explained + Two Sum Problem Solved (Beginner Friendly)"

Learn Linear Search and get a simple introduction to Search Algorithms in the easiest way possible! In this beginner-friendly ...

11:49
⭐ "Linear Search Explained + Two Sum Problem Solved (Beginner Friendly)"

24 views

2 weeks ago

AI Club
Searching in Arrays - Part 1 | Linear Search

Welcome back to the channel! In today's video, we are starting a new series on Searching Algorithms, beginning with the most ...

12:25
Searching in Arrays - Part 1 | Linear Search

90 views

11 days ago

Code With Mani
Linear Search Algorithm with Java
23:39
Linear Search Algorithm with Java

4 views

2 weeks ago

onjsdev
Dijkstra’s Algorithm vs A* Search

Dijkstra's algorithm and A* are both shortest-path algorithms, but they differ in how they explore the graph. Dijkstra's algorithm is ...

0:13
Dijkstra’s Algorithm vs A* Search

354,554 views

6 days ago

Codeverse By Qasim
Easiest way to do linear search

In this video, we explain the Linear Search algorithm in great detail using clear pseudocode, making it easy for IGCSE (0478), ...

10:34
Easiest way to do linear search

86 views

4 days ago

Mahdiyar Ghassemi
Linear Search  in C# explained in 7 min .

It is worth mentioning that this method is commonly utilized for basic programming and is unable to handle large-scale programs .

7:54
Linear Search in C# explained in 7 min .

0 views

9 days ago

Study with Vaishalee
Linear Search Algorithm | Easy Explanation

Welcome to this complete and beginner-friendly explanation of Linear Search, one of the most important and simplest searching ...

5:41
Linear Search Algorithm | Easy Explanation

28 views

3 weeks ago