Back to Browse

Sort the matrix diagonally | Leetcode 1329

1.6K views
Jan 23, 2021
9:18

https://leetcode.com/problems/sort-the-matrix-diagonally/ 1) 0:00 Explaining the problem out loud 2) 1:28 Algorithm walkthrough 3) 4:00 Coding it up 4) 6:00 Time complexity TC : O(m*n*min( m, n )) SC:O(m*n) Code Link https://github.com/Sunchit/Coding-Decoded/blob/master/January2021/SortMatixDaigonally.java Repo link : https://github.com/Sunchit/Coding-Decoded/ Complete January Playlist: https://www.youtube.com/playlist?list=PLEI-q7w3s9gR8EhTsObcgM74NnIiAcRWm Complete December Playlist: https://www.youtube.com/playlist?list=PLEI-q7w3s9gQIB_urBmMV04f_NBelXJEP Channel link: https://www.youtube.com/c/CodingDecoded

Download

1 formats

Video Formats

360pmp412.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Sort the matrix diagonally | Leetcode 1329 | NatokHD