Skip to content

Latest commit

 

History

History

03_2D_arrays

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

List of problems solved

Basic

01. Print row wise
02. Print column wise
03. Print waveform
04. Matrix multiplication

Easy

01. Transpose Matrix
02. Richest Customer Wealth
03. Reshape the Matrix
04. Find Winner on a Tic Tac Toe Game
05. Toeplitz Matrix
06. Flipping an Image

Medium

01. Set Matrix Zeroes
02. Spiral Matrix
03. Rotate image

Hard