Short Overview
A two-dimensional array, also known as a 2D array, is a collection of data elements arranged in a grid-like structure with rows and columns. Each element in the array is referred to as a cell and can be accessed by its row and column indices/indexes
Lecture 1 - 2D Array in Java | Preview |
Lecture 2 - 2D Array in Java Part - 2 | Preview |
Lecture 3 - Jagged 2D Array in Java | Preview |
Lecture 4 - Print Like Wave in 2D Array | Preview |
Lecture 5 - Richest Customer Wealth LeetCode | Preview |
Lecture 6 - Largest Row and Column | Preview |
Lecture 7 - Matrix Diagonal Sum LeetCode | Preview |
Lecture 8 - Printing Matrix In Spiral Form | Preview |
Lecture 9 - Set Matrix Zeroes LeetCode | Preview |
Lecture 10 - Rotate Matrix LeetCode | Preview |