ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

18 results

CodeSlate
Can you FLATTEN a 2-D Array Blindfolded?  #coding #java #apcsa #array

Master one of the most essential 2D array patterns in Java—flattening a 2D array—and see why you should be able to write it ...

2:23
Can you FLATTEN a 2-D Array Blindfolded? #coding #java #apcsa #array

0 views

1 day ago

ICSE Computer Applications by Sarita Aswal Ma'am
ICSE Class 10 Java | Array Mastery Lec 10: Introduction to 2D Arrays (Matrices)

Welcome to Lecture 10! Now that we have mastered Single Dimensional Arrays, it is time to move into the world of ...

17:05
ICSE Class 10 Java | Array Mastery Lec 10: Introduction to 2D Arrays (Matrices)

6 views

4 hours ago

Web Fusion with Bharadwaj
2. 2D Prefix Sums Algorithm (Java)

Welcome to Code with Bharadwaj Code with Bharadwaj is a high-impact programming channel built for those who want to master ...

21:10
2. 2D Prefix Sums Algorithm (Java)

58 views

6 days ago

CodeLucky
Search in a 2D Matrix - LeetCode Solution Explained (Binary Search)

We will cover: ✓ The properties of a sorted 2D Matrix ✓ How to mentally "flatten" a matrix into a 1D array ✓ The math behind ...

3:56
Search in a 2D Matrix - LeetCode Solution Explained (Binary Search)

0 views

4 days ago

CodeLucky
Decode Ways - LeetCode 91 - Dynamic Programming Explained

In this video, we dive deep into the "Decode Ways" coding problem (LeetCode 91). This is a classic Dynamic Programming ...

4:06
Decode Ways - LeetCode 91 - Dynamic Programming Explained

0 views

13 hours ago

LogicNLearn
Day 10 | Arrays | Live DSA in C++ & Java by LogicnLearn

Join the Live Interactive Session – Limited Seats Fill the Google Form to Register ...

42:26
Day 10 | Arrays | Live DSA in C++ & Java by LogicnLearn

115 views

Streamed 7 days ago

LogicNLearn
Day 11 | Arrays - part 2  | Live DSA in C++ & Java by LogicnLearn

Join the Live Interactive Session – Limited Seats Fill the Google Form to Register ...

1:42:45
Day 11 | Arrays - part 2 | Live DSA in C++ & Java by LogicnLearn

125 views

Streamed 5 days ago

Chia Yin
KD04303 Information Retrieval Assignment Part 1D - BI23110241 ONG CHIA YIN
6:29
KD04303 Information Retrieval Assignment Part 1D - BI23110241 ONG CHIA YIN

2 views

7 days ago

CodeLucky
Russian Doll Envelopes - LeetCode Hard Problem Explained (2D LIS)

Learn how to solve the Russian Doll Envelopes problem (LeetCode 354) efficiently! ✉️ This video provides a deep dive into ...

4:57
Russian Doll Envelopes - LeetCode Hard Problem Explained (2D LIS)

2 views

12 hours ago

CodeLucky
Maximal Rectangle - LeetCode Hard Solution Explained (2D Histogram Approach)

Learn how to solve the Maximal Rectangle problem (LeetCode 85) using the efficient 2D Histogram approach. In this video, we ...

2:48
Maximal Rectangle - LeetCode Hard Solution Explained (2D Histogram Approach)

7 views

2 days ago

LogicNLearn
Day 14 | Arrays - part 5  | Live DSA in C++ & Java by LogicnLearn

Join the Live Interactive Session – Limited Seats Fill the Google Form to Register ...

2:02:26
Day 14 | Arrays - part 5 | Live DSA in C++ & Java by LogicnLearn

78 views

Streamed 2 days ago

LogicNLearn
Day 13 | Arrays - part 4  | Live DSA in C++ & Java by LogicnLearn

Join the Live Interactive Session – Limited Seats Fill the Google Form to Register ...

35:51
Day 13 | Arrays - part 4 | Live DSA in C++ & Java by LogicnLearn

69 views

Streamed 3 days ago

LogicNLearn
Day 12 | Arrays - part 3  | Live DSA in C++ & Java by LogicnLearn

Join the Live Interactive Session – Limited Seats Fill the Google Form to Register ...

2:15:16
Day 12 | Arrays - part 3 | Live DSA in C++ & Java by LogicnLearn

205 views

Streamed 4 days ago

Study Placement
Maximal Rectangle | LeetCode 85 | Optimal Stack + Histogram Approach | Explained

Problem: LeetCode 85 - Maximal Rectangle Code: https://leetcode.com/problems/maximal-rectangle/solutions/7484811/easy ...

19:50
Maximal Rectangle | LeetCode 85 | Optimal Stack + Histogram Approach | Explained

1,038 views

2 days ago

TechIgnite
Arrays in Java | Important topic on Arrays to revise

In this session, we learn Arrays in Java from basics to advanced concepts. This class covers what an array is, why we use arrays, ...

2:53
Arrays in Java | Important topic on Arrays to revise

9 views

1 day ago

SOURNG-ស៊ង់
ស្វែងយល់ពី Array មួយវិមាត្រ ក្នុង Data Structure ដោយប្រើ C++ Programming

... Array មួយវិមាត្រ (One-Dimensional Array) ក្នុងមុខវិជ្ជា Data Structure ដោយប្រើ C++ ...

11:05
ស្វែងយល់ពី Array មួយវិមាត្រ ក្នុង Data Structure ដោយប្រើ C++ Programming

30 views

4 days ago

Java with Divya😍
The Real Reason Java's main() Method is So Complicated! 🤔

Ever wondered why every Java program starts with: public static void main(String[] args) Why not change it? Why static? Why void ...

5:24
The Real Reason Java's main() Method is So Complicated! 🤔

0 views

3 days ago

Fogy Free
712 Minimum ASCII Delete Sum for Two Strings 1 9 2026

How it works: dp[j] = minimum cost to make s1[0..i] equal to s2[0..j] Uses 1D array (space-optimized from 2D) by processing ...

0:59
712 Minimum ASCII Delete Sum for Two Strings 1 9 2026

0 views

3 days ago