ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

162 results

K V Thulasi Ram
Parity Code Explained | Error Detection & Correction in Digital Electronics

In this lecture, we explain error detecting and error correcting codes in digital electronics with a clear focus on the parity code.

13:45
Parity Code Explained | Error Detection & Correction in Digital Electronics

23 views

Streamed 4 days ago

INFOSTREAM ENGINEERING
Hamming code |Error Detection and correction| Computer Network

Computer Networks Playlist : https://www.youtube.com/playlist?list=PLqz2GuFQCociaUxej1Qagm4M5MR55i6ap #Computer ...

8:50
Hamming code |Error Detection and correction| Computer Network

13 views

11 days ago

Lectures by Shreedarshan K
Linear Block Codes - Systematic [Generation of Code Vectors]

Linear Block Codes - Systematic [Generation of Code Vectors] #codes #ConvolutionalCodes #ErrorControlCoding ...

7:46
Linear Block Codes - Systematic [Generation of Code Vectors]

112 views

2 weeks ago

INFOSTREAM ENGINEERING
Hamming code |Error Detection and correction| Computer Network

Computer Networks Playlist : https://www.youtube.com/playlist?list=PLqz2GuFQCociaUxej1Qagm4M5MR55i6ap #Computer ...

10:42
Hamming code |Error Detection and correction| Computer Network

52 views

3 weeks ago

Developer Coder
Count Partitions with Even Sum Difference | LeetCode 3432 | Java Code | Developer Coder

Welcome back to Developer Coder! In this video, we break down the LeetCode problem “Count Partitions with Even Sum ...

15:59
Count Partitions with Even Sum Difference | LeetCode 3432 | Java Code | Developer Coder

96 views

2 weeks ago

INFOSTREAM ENGINEERING
Hamming code |Error Detection and correction| Computer Network

Computer Networks Playlist : https://www.youtube.com/playlist?list=PLqz2GuFQCociaUxej1Qagm4M5MR55i6ap #Computer ...

10:12
Hamming code |Error Detection and correction| Computer Network

0 views

3 weeks ago

ETE-Engineering
Digital Communication Fundamentals: Compression, Encryption & Error Correction 📡

A comprehensive breakdown of the Digital Communication chain for Electrical and Telecommunication Engineering (ETE) ...

7:32
Digital Communication Fundamentals: Compression, Encryption & Error Correction 📡

6 views

9 days ago

Coders Point
Count Partitions with Even Sum Difference | LeetCode Daily Challenge | Learn DSA | Python Program

Count Partitions with Even Sum Difference | LeetCode Daily Challenge | Learn DSA | Python Program | Coders Point Welcome to ...

5:54
Count Partitions with Even Sum Difference | LeetCode Daily Challenge | Learn DSA | Python Program

28 views

2 weeks ago

ETE-Engineering
Digital Communication Fundamentals: Compression, Encryption & Error Correction 📡

A comprehensive breakdown of the Digital Communication chain for Electrical and Telecommunication Engineering (ETE) ...

7:17
Digital Communication Fundamentals: Compression, Encryption & Error Correction 📡

0 views

9 days ago

Master DSA With me
LeetCode 3432  Count Partitions with Even Sum Difference  Java Solution Explained

Solve LeetCode 3432 – Count Partitions with Even Sum Difference using a clean and optimal Java approach. In this video, I'll ...

5:01
LeetCode 3432 Count Partitions with Even Sum Difference Java Solution Explained

8 views

2 weeks ago

Study Placement
Count Partitions with Even Sum Difference 🔥 | Leetcode 3432 | Prefix Sum + Parity Logic | Optimal

Solve Leetcode 3432 – Count Partitions with Even Sum Difference using a clean and optimal Prefix Sum + Even/Odd Parity Logic ...

6:16
Count Partitions with Even Sum Difference 🔥 | Leetcode 3432 | Prefix Sum + Parity Logic | Optimal

299 views

2 weeks ago

Leetcode Daily
3432. Count Partitions with Even Sum Difference | Leetcode Daily - Python

Unlock the secret to solving "Count Partitions with Even Sum Difference" on LeetCode with both an intuitive simulation approach ...

8:50
3432. Count Partitions with Even Sum Difference | Leetcode Daily - Python

184 views

2 weeks ago

Code Kage
LeetCode 3432 | Count Partitions with Even Sum Difference | Explained Simply

In this video, I explain the problem, break down the intuition, derive the mathematical logic, walk through dry runs, and ...

8:04
LeetCode 3432 | Count Partitions with Even Sum Difference | Explained Simply

13 views

2 weeks ago

도리의 디지털라이프
LDPC (Low Density Parity Check) 코드

A computationally complex parity-check matrix-based error correction code that improves error correction capability by ...

7:24
LDPC (Low Density Parity Check) 코드

30 views

2 weeks ago

Pen And Paper
LeetCode 1915 | Number of Wonderful Substrings| MAANG Interview | Optimal  Solution | BIT Mask |

LeetCode 1915 | Number of Wonderful Substrings| MAANG Interview | Optimal Solution | BIT Mask | Clear, step-by-step ...

9:05
LeetCode 1915 | Number of Wonderful Substrings| MAANG Interview | Optimal Solution | BIT Mask |

29 views

2 weeks ago

AlgorithmsUntilRED
LeetCode | Count Partitions with Even Sum Difference | C++ | Golang | Rust

In this video we solve LeetCode 3432. Count Partitions with Even Sum Difference (daily challenge). I start from the definition of a ...

9:59
LeetCode | Count Partitions with Even Sum Difference | C++ | Golang | Rust

75 views

2 weeks ago

SpecterAI Quantum Security
Video 15:  BB84 Error Correction & Privacy Amplification | Deep Mathematical Breakdown

In this video, we take a complete deep dive into the mathematical engine behind BB84's post-processing pipeline — error ...

15:21
Video 15: BB84 Error Correction & Privacy Amplification | Deep Mathematical Breakdown

499,103 views

2 weeks ago

CS Simplified
Does the code form a group with xor?

... is used to represent the code and there is a parity check matrix H. Parity check matrix which is used to check the parity of the bits ...

8:38
Does the code form a group with xor?

202 views

4 weeks ago

ALL ABOUT VLSI
Hamming Code Encoder & Decoder in Verilog | Code Development & Testbench | Part 2

In this video, we move to Part 2 of the Hamming Code Encoder and Decoder project, where we focus on Verilog RTL ...

18:47
Hamming Code Encoder & Decoder in Verilog | Code Development & Testbench | Part 2

89 views

2 days ago

codestorywithMIC
LeetCode 3432 | Count Partitions with Even Sum Difference | Easy C++ Solution 🔥

LeetCode Problem of the Day 3432 Count Partitions with Even Sum Difference Difficulty: Easy Language Used: C++ In this video, ...

8:00
LeetCode 3432 | Count Partitions with Even Sum Difference | Easy C++ Solution 🔥

0 views

2 weeks ago

AlgorithmsUntilRED
LeetCode | Count Odd Numbers in an Interval Range | C++ | Golang | Rust

In this video we solve LeetCode 1523 – Count Odd Numbers in an Interval Range using a clean arithmetic progression idea ...

12:02
LeetCode | Count Odd Numbers in an Interval Range | C++ | Golang | Rust

80 views

2 weeks ago

Code with Deepak
Count Partitions with Even Sum Difference | Leetcode 3432 | DSA | Hindi | Code With Deepak

In this video, we solve Leetcode 3432. Count Partitions with Even Sum Difference using Java. Question Link - https://leetcode ...

6:22
Count Partitions with Even Sum Difference | Leetcode 3432 | DSA | Hindi | Code With Deepak

262 views

2 weeks ago

632nm Clips
Breakthroughs in Quantum Computing You Haven't Heard About | Austin Fowler

Why do the most important breakthroughs in quantum computing rarely make the headlines? Watch the full interview here: In this ...

8:43
Breakthroughs in Quantum Computing You Haven't Heard About | Austin Fowler

64 views

3 weeks ago

Technicology
The #1 Mistake You're Making with CRC Implementation

Learn CRC (Cyclic Redundancy Check) in the simplest and most practical way In this video, we explain how CRC works, why it ...

18:09
The #1 Mistake You're Making with CRC Implementation

7 views

2 weeks ago

codestorywithMIK
Count Partitions with Even Sum Difference | Multiple Approaches | Leetcode 3432 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 122nd video of ...

19:55
Count Partitions with Even Sum Difference | Multiple Approaches | Leetcode 3432 | codestorywithMIK

3,170 views

2 weeks ago