ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

216 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,903,579 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,767 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,836 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,356 views

3 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

370,185 views

1 year 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

99,488 views

2 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,294,708 views

5 years 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

16,018 views

2 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

46,020 views

4 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,951,954 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

421,342 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

547,413 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,379,644 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

899,840 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,324,914 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,344,075 views

4 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,737,959 views

9 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,278 views

8 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,465,688 views

5 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,169 views

3 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,410,759 views

4 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,488,442 views

5 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,033,756 views

4 years ago

Tom Scott
The Fetch-Execute Cycle: What's Your Computer Actually Doing?

The fetch-execute cycle is the basis of everything your computer or phone does. This is literally The Basics. • Sponsored by ...

9:04
The Fetch-Execute Cycle: What's Your Computer Actually Doing?

2,073,463 views

6 years ago

An introduction to linear block code
Introduction to Error Control Coding-II

Some examples of data compression techniques is basically Huffman coding, Lempel-Ziv algorithm. We would not be talking ...

19:30
Introduction to Error Control Coding-II

2,651 views

9 years ago