ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

44,700 results

Related queries

01 matrix leetcode python

rotten oranges

surrounded regions leetcode

codestorywithmik

AlgoJS
Amazon Coding Interview Question - 0 1 Matrix - LeetCode 542

https://algojs.dev - Streamline your learning today! https://algojs.ck.page/d4db71b424 - Exclusive DSA Course Step by step ...

7:55
Amazon Coding Interview Question - 0 1 Matrix - LeetCode 542

9,422 views

2 years ago

Nikhil Lohia
01 Matrix (LeetCode 542) | Solution using BFS and Dynamic Programming | 2 sweeps simplified

Join this channel to get access to perks: https://www.youtube.com/channel/UCT-S2ngqEBoYCM5UKuNeELg/join Actual problem ...

21:27
01 Matrix (LeetCode 542) | Solution using BFS and Dynamic Programming | 2 sweeps simplified

4,127 views

9 months ago

TechError
01 Matrix - Leetcode 542 - Python

Subscribe ▶️ https://www.youtube.com/@techerror8 - - - - - - - - - - - - - - - - - - - - - - This video talks about solving a leetcode ...

7:49
01 Matrix - Leetcode 542 - Python

7,468 views

2 years ago

take U forward
G-13. Distance of nearest cell having 1 | 0/1 Matrix | C++ | Java

... of nearest cell having 1 | 0/1 Matrix | C++ | Java https://takeuforward.org/plus/dsa/problems/distance-of-nearest-cell-having-one ...

20:21
G-13. Distance of nearest cell having 1 | 0/1 Matrix | C++ | Java

385,888 views

3 years ago

Deepti Talesra
01 Matrix - LeetCode 542 - Python #leetcode #bfs

Explaining 01 Matrix from leetcode in Python! Code: https://github.com/deepti-talesra/LeetCode/blob/master/01_Matrix.py @1:40 ...

18:07
01 Matrix - LeetCode 542 - Python #leetcode #bfs

1,457 views

7 months ago

codestorywithMIK
01 Matrix | Detailed Dry Run | Why BFS from 0s | GOOGLE | Leetcode - 542

iPad PDF Notes - https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad%20PDF%20Notes/Leetcode-542-01%20Matrix.pdf ...

18:59
01 Matrix | Detailed Dry Run | Why BFS from 0s | GOOGLE | Leetcode - 542

14,662 views

2 years ago

HelmyCodeCamp
Leetcode 542. 01 Matrix - Python

Given an m x n binary matrix mat, return the distance of the nearest 0 for each cell. The distance between two adjacent cells is 1.

10:25
Leetcode 542. 01 Matrix - Python

25,742 views

4 years ago

NeetCodeIO
Shortest Path in a Binary Matrix - Leetcode 1091 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews Discord: https://discord.gg/ddjKRXPqtk Twitter: ...

12:34
Shortest Path in a Binary Matrix - Leetcode 1091 - Python

44,186 views

2 years ago

Sasa codes
LEETCODE 542 01 MATRIX PYTHON | BFS google interview question

I'm showing you how to solve the LEETCODE 542 01 MATRIX question using python. I'll show you the thought process and BFS.

11:22
LEETCODE 542 01 MATRIX PYTHON | BFS google interview question

1,448 views

3 years ago

People also watched

Coding Decoded
01 Matrix | Leetcode 542 | Live coding session

Here is the solution to "01 Matrix" leetcode question. Hope you have a great time going through it. Solution: ...

9:31
01 Matrix | Leetcode 542 | Live coding session

16,841 views

4 years ago

Mastering Programming
01 Matrix - Leetcode 543 - Java

01 Matrix - Leetcode 543 - Java Source Code: https://bit.ly/3OfGigk Subscribe to Land Your Dream Tech Career ...

10:36
01 Matrix - Leetcode 543 - Java

2,347 views

4 years ago

Algorithms Made Easy
Shortest Path in Binary Matrix | Live Coding with Explanation | Leetcode - 1091

This video shows the BFS method to solve shortest path in binary matrix leetcode 1091. Get Discount on GeeksforGeeks courses ...

10:23
Shortest Path in Binary Matrix | Live Coding with Explanation | Leetcode - 1091

20,335 views

4 years ago

Cracking FAANG
SHORTEST PATH IN A BINARY MATRIX | LEETCODE 1091 | PYTHON BFS SOLUTION

In this video we are solving another matrix problem: Shortest Path in a Binary Matrix. This is yet another problem that uses a BFS ...

14:03
SHORTEST PATH IN A BINARY MATRIX | LEETCODE 1091 | PYTHON BFS SOLUTION

19,264 views

3 years ago

DevSecOps Activate
Interview Preparation | 01 Matrix Problem of Leetcode

This video describes a coding question of Leetcode which will help in understanding concepts and preparing for the interviews.

11:47
Interview Preparation | 01 Matrix Problem of Leetcode

4,107 views

5 years ago

Algorithms Casts
Leetcode 542: 01 Matrix

Support the channel on Patreon: https://www.patreon.com/algorithmspractice Get 1:1 coaching to prepare for a coding interview ...

31:02
Leetcode 542: 01 Matrix

2,733 views

6 years ago

Code with Alisha
Leetcode 1091. Shortest Path in Binary Matrix | Leetcode daily Challenge | Breadth First Search Code

Use coupon ALISHA on any GeeksforGeeks course to get 10% discount: https://practice.geeksforgeeks.org/courses Join this ...

14:54
Leetcode 1091. Shortest Path in Binary Matrix | Leetcode daily Challenge | Breadth First Search Code

7,754 views

3 years ago

Code with Alisha
Leetcode Set Matrix Zeroes || Intuition + Code + Explanation || O(1) space

Given an m x n integer matrix matrix, if an element is 0, set its entire row and column to 0's, and return the matrix. You must do it in ...

19:26
Leetcode Set Matrix Zeroes || Intuition + Code + Explanation || O(1) space

62,750 views

4 years ago

AlgoCademy
Breadth First Search (BFS) - 01 Matrix - Coding Interview Question

Kickstart your programming career: https://algocademy.com/

27:24
Breadth First Search (BFS) - 01 Matrix - Coding Interview Question

8,843 views

5 years ago

Bradley Allen
How to Start Leetcode as a Beginner

leetcode #computerscience #programming How to Start Leetcode as a Beginner In this video I go over how to start LeetCode as a ...

8:21
How to Start Leetcode as a Beginner

320,647 views

3 years ago

Alpha-Code
01 Matrix - LeetCode 542 - Python - BFS

Solution, explanation, and complexity analysis for LeetCode 542, the problem of the day for August 17th, in Python. Problem ...

18:09
01 Matrix - LeetCode 542 - Python - BFS

362 views

2 years ago

Haddy Ram
01 Matrix - LeetCode 542 - Java Breadth First Search - Solution and Explanation

In this video, we'll solve the 01 Matrix problem using BFS in Java. The problem is as follows: given a matrix of 0s and 1s, we want ...

24:57
01 Matrix - LeetCode 542 - Java Breadth First Search - Solution and Explanation

502 views

2 years ago

Code with Katie
01 Matrix LeetCode - Java

In this video, I solve the "01 Matrix" LeetCode problem using Java. Problem link: https://leetcode.com/problems/01-matrix/ ...

16:28
01 Matrix LeetCode - Java

162 views

5 months ago

Code with Alisha
01 Matrix Leetcode July Daily Challenge || Intuition + Code + Explanation

Given an m x n binary matrix mat, return the distance of the nearest 0 for each cell. The distance between two adjacent cells is 1.

20:02
01 Matrix Leetcode July Daily Challenge || Intuition + Code + Explanation

18,142 views

4 years ago

Happy Coding
LeetCode 542. 01 Matrix

Hey what's up guys uh this is john here so today let's take a look at today's daily challenge problem number 542.01 matrix okay uh ...

16:55
LeetCode 542. 01 Matrix

17,355 views

4 years ago

LeetCodeWithMonu
542. 01 Matrix - BFS - LeetCode - JavaScript

A detailed explanation of the LeetCode problem. Breath First Search Playlist ...

21:50
542. 01 Matrix - BFS - LeetCode - JavaScript

601 views

2 years ago

KeyStrokes
LeetCode Problem 542: 01 Matrix in Java - FAANG Coding Interview - Blind 75 Question

LeetCode Problem 542: 01 Matrix is a medium difficulty Blind 75 problem. We discuss 3 different solutions to the problem - DP, ...

45:09
LeetCode Problem 542: 01 Matrix in Java - FAANG Coding Interview - Blind 75 Question

762 views

2 years ago

vanAmsen
Mastering LeetCode 542 - 01 Matrix Challenge in Python 🐍 | BFS Deep Dive + Multi-Language Solutions

Welcome back to another coding session with vanAmsen! In today's video, we demystify the popular '01 Matrix' problem from ...

7:44
Mastering LeetCode 542 - 01 Matrix Challenge in Python 🐍 | BFS Deep Dive + Multi-Language Solutions

4,251 views

2 years ago

Coders Camp
01 Matrix | LeetCode 542 | Coders Camp

Link to Problem: https://leetcode.com/problems/01-matrix/ Code: ...

9:48
01 Matrix | LeetCode 542 | Coders Camp

5,924 views

4 years ago

NeetCode
Set Matrix Zeroes - In-place - Leetcode 73

https://neetcode.io/ - A better way to prepare for Coding Interviews Twitter: https://twitter.com/neetcode1 Discord: ...

18:05
Set Matrix Zeroes - In-place - Leetcode 73

180,208 views

4 years ago

The Leetcode Addict
01 Matrix - Leetcode 542 - Go
14:01
01 Matrix - Leetcode 542 - Go

11 views

4 months ago