Spiral Matrix II | Leetcode-59 | Amazon, Microsoft, Paytm | Explanation ➕ Live Coding

Subscribers:
92,300
Published on ● Video Link: https://www.youtube.com/watch?v=HXdCemhtrNA



Duration: 18:01
319 views
30


Hi everyone, this is the 44th of our Array Playlist.
In this video we will try to solve a very famous and frequently asked 2-D Array Qn “SPIRAL MATRIX II”.
We will do live coding after explanation and see if we are able to pass all the test cases.
We will use the same code of Spiral Matrix I and solve this with that only.

Spiral Matrix I Video Link - https://www.youtube.com/watch?v=73j2ipxR958

Problem Name : SPIRAL MATRIX II
Company Tags : Paytm, Zoho, Morgan Stanley, Accolite, Amazon, Microsoft, Snapdeal, D-E-Shaw, MakeMyTrip, Oracle, MAQ Software, nearbuy, Nagarro, BrowserStack
Leetcode Link : https://leetcode.com/problems/spiral-matrix-ii/
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/Arrays/2-D%20Array/Spiral%20Matrix%20II.cpp

My GitHub Repo for interview preparation : https://github.com/MAZHARMIK/Interview_DS_Algo
Subscribe to my channel : https://www.youtube.com/@codestorywithMIK
Instagram : https://www.instagram.com/codestorywithmik/
Facebook : https://www.facebook.com/people/codestorywithmik/100090524295846/

╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝

#coding #helpajobseeker #easyrecipes #leetcode #leetcodequestionandanswers #leetcodesolution #leetcodedailychallenge #leetcodequestions #leetcodechallenge #hindi #india #hindiexplanation #hindiexplained #easyexplaination #interview #interviewtips
#interviewpreparation #interview_ds_algo #hinglish




Other Videos By codestorywithMIK


2023-05-15Swapping Nodes in a Linked List | 1 Pass | 2 Pass | MICROSOFT, AMAZON | Leetcode-1721 | Live Code
2023-05-14Maximize Score After N Operations | BRUTE FORCE To OPTIMAL | META | Leetcode-1799 | Live Code
2023-05-14Happy Mother’s Day too all the Wonder-woman out there from codestorywithMIK #mother #mothersday ❤️
2023-05-13Count Ways To Build Good Strings | BOTTOM UP | META | Leetcode-2466 | Live Code + Explanation
2023-05-12Count Ways To Build Good Strings | Recur + Memo | META | Leetcode-2466 | Live Code + Explanation
2023-05-12Pallaaaaaat #codestorywithMIK #leetcode #easyexplaination #hindi #hindiexplained #interview #india
2023-05-12Solving Questions With Brainpower | GOOGLE | Leetcode-2140 | Live Code + Explanation
2023-05-11codestorywithMIK - Aao story se code likhe 😎 #shorts #datastructures #leetcode #code #systemdesign
2023-05-11Shortest Path in Binary Matrix | Leetcode-1091 | Dijkstra in 2-D Matrix |Graph Concepts & Qns - 29
2023-05-10Uncrossed Lines | Microsoft, Amazon, Meta | Leetcode-1035 | Live Code + Explanation
2023-05-10Spiral Matrix II | Leetcode-59 | Amazon, Microsoft, Paytm | Explanation ➕ Live Coding
2023-05-08Spiral Matrix | Link In The Description | 👨🏻‍💻👩🏻‍💻
2023-05-08Network Delay Time | Leetcode-743 | GOOGLE | Graph Concepts & Qns - 28 | Explanation+Coding
2023-05-07Matrix Diagonal Sum | Leetcode - 1572 | MICROSOFT | Explanation ➕ Live Coding
2023-05-07Find the Longest Valid Obstacle Course at Each Position | META | Leetcode-1964 | Live Coding
2023-05-06Number of Subsequences That Satisfy the Given Sum Condition | AMAZON | Leetcode - 1498 | Live Coding
2023-05-05Maximum Number of Vowels in a Substring of Given Length | MICROSOFT | Leetcode - 1456 | Live Coding
2023-05-04Dota2 Senate | Brute + Slight Optimal | Leetcode - 649 | META | Explanation ➕ Live Coding 🧑🏻‍💻
2023-05-03Find the Difference of Two Arrays | Leetcode - 2215 | AMAZON | Explanation ➕ Live Coding
2023-05-01Leetcode 1491. Average Salary Excluding the Minimum and Maximum Salary (Using C++ STLs only)
2023-04-30Remove Max Number Of Edges To Keep Graph Fully Traversable | Leetcode - 1579 | DSU | GOOGLE | Live