ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,645 results

Gate Smashers
L-3.1: How Quick Sort Works | Performance of Quick Sort with Example | Divide and Conquer

In this video, Varun sir will explain how Quick Sort actually works using simple examples you can easily follow. You'll understand ...

13:27
L-3.1: How Quick Sort Works | Performance of Quick Sort with Example | Divide and Conquer

3,228,612 views

5 years ago

Gate Smashers
L-3.6: How Bubble Sort Works | Performance of Bubble Sort | All Imp Points with Example | Algorithm

In this video, Varun sir will break down the Bubble Sort algorithm in the simplest way possible — with a real example, step-by-step ...

8:34
L-3.6: How Bubble Sort Works | Performance of Bubble Sort | All Imp Points with Example | Algorithm

1,054,810 views

5 years ago

Gate Smashers
L-3.7: Insertion Sort | Time Complexity Analysis | Stable Sort | Inplace Sorting

In this video, Varun sir will explain about Insertion Sort — a simple yet powerful sorting algorithm. You'll learn how it works ...

15:32
L-3.7: Insertion Sort | Time Complexity Analysis | Stable Sort | Inplace Sorting

1,050,046 views

5 years ago

Gate Smashers
L-1.6: Time Complexities of all Searching and Sorting Algorithms in 10 minute | GATE & other Exams

In this video, Varun sir will break down the time complexities of all major searching and sorting algorithms—perfectly tailored for ...

12:52
L-1.6: Time Complexities of all Searching and Sorting Algorithms in 10 minute | GATE & other Exams

1,144,752 views

7 years ago

Gate Smashers
L-3.3: How Merge Sort Works?? Full explanation with example

The “Merge Sort” uses a recursive algorithm to achieve its results. The divide-and-conquer algorithm breaks down a big problem ...

9:52
L-3.3: How Merge Sort Works?? Full explanation with example

1,319,896 views

3 years ago

Gate Smashers
Lec-49: BUBBLE SORT in PYTHON 🐍 with Code 👩‍💻 👨‍💻DSA in PYTHON 🐍

Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if ...

10:17
Lec-49: BUBBLE SORT in PYTHON 🐍 with Code 👩‍💻 👨‍💻DSA in PYTHON 🐍

85,574 views

2 years ago

Gate Smashers
L-3.8: Selection Sort | Time Complexity(Best, Avg & Worst) Analysis | Stable or Not | Inplace or Not

In this video, Varun sir will break down Selection Sort in the simplest way possible! Understand how it works step-by-step, and ...

11:37
L-3.8: Selection Sort | Time Complexity(Best, Avg & Worst) Analysis | Stable or Not | Inplace or Not

757,137 views

5 years ago

Gate Smashers
L-3.18: Heap sort with Example | Heapify Method

In this video, Varun sir explains Heap Sort in the simplest way possible — using real examples to show how the Heapify method ...

13:38
L-3.18: Heap sort with Example | Heapify Method

1,506,236 views

4 years ago

Gate Smashers
Lec-47: INSERTION SORT in PYTHON 🐍 | DSA Concepts in Python 🐍

In this video, Varun sir will explain about Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a ...

8:58
Lec-47: INSERTION SORT in PYTHON 🐍 | DSA Concepts in Python 🐍

98,381 views

2 years ago

Gate Smashers
Lec-48: SELECTION SORT in PYTHON 🐍 | DSA Concepts in PYTHON 🐍

Selection sort is another simple sorting algorithm that works by repeatedly finding the minimum (or maximum) element from the ...

10:23
Lec-48: SELECTION SORT in PYTHON 🐍 | DSA Concepts in PYTHON 🐍

74,238 views

2 years ago

Gate Smashers
Optimized Bubble Sort | Best Case | O(n) Time Complexity | Sorting Algorithms |DAA

In this video, Varun sir will break down the Optimized Bubble Sort algorithm, focusing on its best-case performance of O(n).

8:32
Optimized Bubble Sort | Best Case | O(n) Time Complexity | Sorting Algorithms |DAA

60,974 views

2 years ago

Gate Smashers
Lec-53: Quick Sort in Python 🐍 with Code | DSA in Python 🐍

In this video, Varun sir is discussing in detail about Quick sort, which is a popular sorting algorithm based on the ...

12:17
Lec-53: Quick Sort in Python 🐍 with Code | DSA in Python 🐍

58,552 views

2 years ago

Gate Smashers
Lec-14: Linear Search in Data Structure by #Naina Mam | Time Complexity

Subscribe to our new channel:https://www.youtube.com/@varunainashots In computer science, a linear search or sequential ...

12:28
Lec-14: Linear Search in Data Structure by #Naina Mam | Time Complexity

410,444 views

4 years ago

Gate Smashers
Lec-64: Topological Order/ Sort in DAG(Direct Acyclic Graph)

Subscribe to our new channel:https://www.youtube.com/@varunainashots ▻Data Structure: ...

6:44
Lec-64: Topological Order/ Sort in DAG(Direct Acyclic Graph)

108,452 views

1 year ago

CS Engineering Gyan
Insertion sort in data structure with example | in Hindi | Sorting type

What is Insertion sort in Data structure with example in Hindi? Insertion sort is a simple sorting algorithm that builds the final sorted ...

5:15
Insertion sort in data structure with example | in Hindi | Sorting type

492,792 views

5 years ago

KnowledgeGATE by Sanchit Sir
2.1 Introduction to Sorting Algorithm | Time Complexity | Stable/Unstable | Internal/External

Please message us on WhatsApp: https://wa.me/918000121313 KnowledgeGate Website: https://www.knowledgegate.in/gate ...

11:33
2.1 Introduction to Sorting Algorithm | Time Complexity | Stable/Unstable | Internal/External

29,898 views

3 years ago

RBEducare
#Datastructure #Algorithm #Akashshukla Internal Sorting vs External Sorting

REMEMBER, BASIC CONCEPTS, AND REVISION WILL MAKE YOUR ADVANCED CONCEPT STRONG. Download Notes: ...

6:43
#Datastructure #Algorithm #Akashshukla Internal Sorting vs External Sorting

12,233 views

4 years ago

Gate Smashers
L-3.9: Radix Sort | Easiest explanation with example

Radix sort is a non-comparative sorting algorithm that is used to sorts the data in lexicographical (dictionary) order. It uses ...

6:05
L-3.9: Radix Sort | Easiest explanation with example

608,196 views

3 years ago

Gate Smashers
Lec-15: Binary Search in Data Structure by #Naina Mam

Subscribe to our new channel:https://www.youtube.com/@varunainashots Binary search looks for a particular item by comparing ...

10:33
Lec-15: Binary Search in Data Structure by #Naina Mam

476,474 views

4 years ago

KnowledgeGATE by Sanchit Sir
2.4 Insertion Sort Algorithm | Basic Concepts, Dry Run and Complete Analysis of Insertion Sort

Please message us on WhatsApp: https://wa.me/918000121313 KnowledgeGate Website: https://www.knowledgegate.in/gate ...

15:21
2.4 Insertion Sort Algorithm | Basic Concepts, Dry Run and Complete Analysis of Insertion Sort

48,086 views

3 years ago