ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

213 results

Gate Smashers
L-4.3: Huffman Coding Algorithm in Hindi with Example | Greedy Techniques(Algorithm)

Huffman Coding is a technique of compressing data to reduce its size without losing any of the details. It was first developed by ...

12:30
L-4.3: Huffman Coding Algorithm in Hindi with Example | Greedy Techniques(Algorithm)

1,900,141 views

5 years ago

CSE Guru
Huffman Tree & Codes Example3 | Greedy Tech.| L 126 | Design & Analysis of Algorithm

huffman #huffmantree #huffmancode #encoding #decoding #greedy #greedytech #greedytechnique #techniques ...

13:13
Huffman Tree & Codes Example3 | Greedy Tech.| L 126 | Design & Analysis of Algorithm

13,740 views

1 year ago

MIT OpenCourseWare
1.2.9 Huffman Code

MIT 6.004 Computation Structures, Spring 2017 Instructor: Chris Terman View the complete course: https://ocw.mit.edu/6-004S17 ...

1:20
1.2.9 Huffman Code

7,823 views

6 years ago

Study with Dr. Dafda
Huffman Coding in Digital Image Processing with example & its Implementation in MATLAB ||Compression

Video lecture series on Digital Image Processing, Lecture: 39, Huffman coding in Digital Image Processing with example and its ...

13:52
Huffman Coding in Digital Image Processing with example & its Implementation in MATLAB ||Compression

11,335 views

3 years ago

Gate Smashers
L-4.1: Introduction to Greedy Techniques With Example | What is Greedy Techniques

Greedy techniques are one of the most intuitive and powerful problem-solving approaches in algorithms. In this video, Varun sir ...

7:32
L-4.1: Introduction to Greedy Techniques With Example | What is Greedy Techniques

1,292,509 views

5 years ago

LearnOpenCV
2D Convolution Explained: Fundamental Operation in Computer Vision

Blog Link: https://learnopencv.com/understanding-convolutional-neural-networks-cnn/ 📚 Check out our FREE Courses at ...

5:06
2D Convolution Explained: Fundamental Operation in Computer Vision

98,780 views

2 years ago

Spanning Tree
Diffie-Hellman Key Exchange: How to Share a Secret

How can two computers share a piece of secret information without anyone else knowing? Diffie-Hellman key exchange is one of ...

9:09
Diffie-Hellman Key Exchange: How to Share a Secret

362,782 views

1 year ago

Tucker Osman
How Does JPEG Work, Like, For Real Though? - #shorts

The JPEG compression algorithm is both really simple and really complicated at the same time. But how does it work? More in ...

1:00
How Does JPEG Work, Like, For Real Though? - #shorts

15,555 views

2 years ago

Michael Sambol
Dijkstra's algorithm in 3 minutes

Step by step instructions showing how to run Dijkstra's algorithm on a graph. Code: ...

2:46
Dijkstra's algorithm in 3 minutes

1,948,211 views

11 years ago

Gate Smashers
L-4.6: Optimal Merge Pattern using Greedy Method in Hindi | Algorithm

In this video, Varun sir will explain how to solve the Optimal Merge Pattern problem using the Greedy Algorithm approach. You'll ...

10:51
L-4.6: Optimal Merge Pattern using Greedy Method in Hindi | Algorithm

420,754 views

5 years ago

ALL ABOUT ELECTRONICS
Error Detecting Code : Parity Explained | Odd Parity and Even Parity

In this video, the parity is explained and the use of parity bit in the error detection is explained with examples. The following topics ...

9:01
Error Detecting Code : Parity Explained | Odd Parity and Even Parity

546,336 views

4 years ago

Gate Smashers
L-4.10: Dijkstra's Algorithm - Single Source Shortest Path - Greedy Method

n this video, Varun sir will explain Dijkstra's Algorithm step-by-step to help you understand how it finds the shortest path from a ...

15:49
L-4.10: Dijkstra's Algorithm - Single Source Shortest Path - Greedy Method

3,370,520 views

4 years ago

Geekific
LZW Encoding and Decoding Algorithm Explained and Implemented in Java | Data Compression | Geekific

... https://youtu.be/kNheXzNOcm4 - Huffman Coding Algorithm Explained and Implemented in Java: https://youtu.be/21_bJLB7gyU ...

9:34
LZW Encoding and Decoding Algorithm Explained and Implemented in Java | Data Compression | Geekific

45,883 views

4 years ago

Gate Smashers
L-4.5: Job Sequencing Algorithm with Example | Greedy Techniques

The sequencing of jobs on a single processor with deadline constraints is called as Job Sequencing with Deadlines. Here- You ...

10:39
L-4.5: Job Sequencing Algorithm with Example | Greedy Techniques

898,455 views

5 years ago

Michael Sambol
Heap sort in 4 minutes

Step by step instructions showing how to run heap sort. Code: https://github.com/msambol/dsa/blob/master/sort/heap_sort.py ...

4:13
Heap sort in 4 minutes

1,322,808 views

9 years ago

Michael Sambol
Insertion sort in 2 minutes

Step by step instructions showing how to run insertion sort. Code: ...

2:19
Insertion sort in 2 minutes

1,734,679 views

9 years ago

Gate Smashers
L-4.9: Prim's Algorithm for Minimum Cost Spanning Tree | Prims vs Kruskal

In computer science, Prim's algorithm is a greedy algorithm that finds a minimum spanning tree for a weighted undirected graph.

9:55
L-4.9: Prim's Algorithm for Minimum Cost Spanning Tree | Prims vs Kruskal

2,338,283 views

4 years ago

GeeksforGeeks
Greedy Algorithm to find minimum number of Coins | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: http://www.geeksforgeeks.org/greedy-algorithm-to-find-minimum-number-of-coins/ ...

4:31
Greedy Algorithm to find minimum number of Coins | GeeksforGeeks

92,245 views

8 years ago

Gate Smashers
L-5.1: Introduction to Dynamic Programming | Greedy Vs Dynamic Programming | Algorithm(DAA)

Confused between Greedy Algorithms and Dynamic Programming? In this video, Varun sir will explain the key differences with ...

9:08
L-5.1: Introduction to Dynamic Programming | Greedy Vs Dynamic Programming | Algorithm(DAA)

1,031,675 views

5 years ago

Gate Smashers
L-4.7: What is Spanning Tree with Examples in Hindi | Algorithm

A spanning tree is a sub-graph of an undirected connected graph, which includes all the vertices of the graph with a minimum ...

7:12
L-4.7: What is Spanning Tree with Examples in Hindi | Algorithm

1,462,346 views

5 years ago

Gate Smashers
L-5.4: Traveling Salesman Problem | Dynamic Programming

Struggling to find the shortest route that visits every city exactly once and returns to the starting point? That's the classic Traveling ...

14:12
L-5.4: Traveling Salesman Problem | Dynamic Programming

1,408,799 views

4 years ago

BigOCast
Priority Queue Using Binary Heap

A priority queue is an abstract data type that serves an item with high priority before an item with low priority. In another word, it ...

1:00
Priority Queue Using Binary Heap

12,161 views

3 years ago

Gate Smashers
L-4.8: Kruskal Algorithm for Minimum Spanning Tree in Hindi | Algorithm

A minimum spanning tree (MST) or minimum weight spanning tree for a weighted, connected, undirected graph is a spanning tree ...

11:17
L-4.8: Kruskal Algorithm for Minimum Spanning Tree in Hindi | Algorithm

2,482,342 views

5 years ago

BigOCast
Heap Sort Algorithm | Simple Explanation

Heap sort is a comparison based, in-place sorting algorithm. We can think of it as an improved version of selection sort as it ...

10:04
Heap Sort Algorithm | Simple Explanation

3,551 views

3 years ago

Gate Smashers
L-4.13: Bellman Ford Algorithm | Dijkstra's Vs Bellman Ford | Single Source Shortest Path

In this video, Varun sir will explain the Bellman-Ford Algorithm, a powerful technique for finding the shortest path from a single ...

16:32
L-4.13: Bellman Ford Algorithm | Dijkstra's Vs Bellman Ford | Single Source Shortest Path

1,031,085 views

4 years ago