Spiral Matrix Traversal - Easiest Solution | Spiral Matrix Traversal in Hindi

  Рет қаралды 7,002

Indian Programmer

Indian Programmer

Күн бұрын

Spiral Matrix Traversal - Easiest Solution | Spiral Matrix Traversal in Hindi
#spiralmatrix #codingquestions #codinginterview
In this video, we've discussed:-
Spiral Matrix Traversal Approach
Code for Spiral Matrix traversal Problem
Our Other Playlists:-
Numpy Complete Course In Hindi - • Numpy Complete Course ...
Python Pandas Tutorial (Python For Data Science) - • Python Pandas Tutorial...
Python For Data Science Complete Course - • Python For Data Scienc...
Video Tags:-
Spiral Matrix Traversal,Spiral Matrix Traversal in Hindi,print spiral matrix,Print Matrix in spiral form,Print a given matrix in spiral form,programming interview question,coding interview question,coding round,programming tutorials,computer science,codechef,codeforces,geeksforgeeks,gate,leetcode,hackerrank,spiral matrix traversal,print matrix spirally,spiral rectangular matrix traversal,spiral square matrix traversal,spiral traversal,spiral array traversal

Пікірлер: 27
@singmanassingh12345
@singmanassingh12345 20 күн бұрын
Bhai very very nice explanation Bhai bahut hi achha explain kiye ho thank you ❤🎉❤🎉🎉🎉🎉🎉🎉🎉
@singmanassingh12345
@singmanassingh12345 15 күн бұрын
Bhai diagonal traversing Matrix in all element video
@knightemperor1513
@knightemperor1513 2 жыл бұрын
i was a beginner but u explian it very well that i understsnt this . thx for this
@Sachin_Alam
@Sachin_Alam Жыл бұрын
Very well explained.. why stop creating such kind of problem solving videos ??? we need more videos like this
@dontreadmybanner2002
@dontreadmybanner2002 4 ай бұрын
Bro par vo spiral ka hu va kya uske andar /n dale
@johnhammond3605
@johnhammond3605 2 жыл бұрын
Very good explanation bhai....i was confused about spiral matrix problem but my doubt is clear now....subscribed
@gurpreetsingh-lu3ob
@gurpreetsingh-lu3ob 2 жыл бұрын
Sir aap kay jaisa kisi ne nahi samjhaya
@levia7760
@levia7760 2 жыл бұрын
bro it's printing extra value
@inspireman6615
@inspireman6615 2 жыл бұрын
Your understanding process is extraordinary bhai. Thank you so much a lots of love from me.
@_Alone_Mast
@_Alone_Mast Жыл бұрын
Simple , easy & best explained 👏👏👏 . I ready want to thank you sir ❤❤
@indianprogrammer0001
@indianprogrammer0001 Жыл бұрын
Thanks for your valuable feedback
@dontreadmybanner2002
@dontreadmybanner2002 4 ай бұрын
​@@indianprogrammer0001sir spiral kiliye kya /n add kare kya
@gurpreetsingh-lu3ob
@gurpreetsingh-lu3ob 2 жыл бұрын
Sir mere paas ek code hai use bata saktey ho
@avinashkumarrao9728
@avinashkumarrao9728 Жыл бұрын
ekdam mast
@voldemort9069
@voldemort9069 2 жыл бұрын
thankyou so much bro, this helps me lot....
@sahenuredits6320
@sahenuredits6320 2 жыл бұрын
Bro don't stop yr work
@poojasingh-pf3mj
@poojasingh-pf3mj 9 ай бұрын
Very nice explanation sir keep it up your videos are very helpful for us
@introgaming0798
@introgaming0798 Жыл бұрын
Keep it up bro very well explained 👏
@rohanmane7423
@rohanmane7423 Жыл бұрын
Your explanation is really good even i don't know c++ i convert it into java because of your easy explanation. Thank you 🙏
@metehantuter1952
@metehantuter1952 Жыл бұрын
can you write the code here please ?
@rohanmane7423
@rohanmane7423 Жыл бұрын
@@metehantuter1952 class Solution { public List spiralOrder(int[][] matrix) { List res = new ArrayList(); if(matrix.length == 0 || matrix[0].length == 0) return res; int top = 0; int bottom = matrix.length-1; int left = 0; int right = matrix[0].length-1; while(true){ for(int i = left; i right || top > bottom) break; for(int i = top; i right || top > bottom) break; for(int i = right; i >= left; i--) res.add(matrix[bottom][i]); bottom--; if(left > right || top > bottom) break; for(int i = bottom; i >= top; i--) res.add(matrix[i][left]); left++; if(left > right || top > bottom) break; } return res; } }
@abhiiiiii09
@abhiiiiii09 2 жыл бұрын
Really good video !!
@explorewithshobhit9157
@explorewithshobhit9157 2 жыл бұрын
Very nice bro 🔥🔥
@URPradip
@URPradip 2 жыл бұрын
Thanks vai ❤❤❤❤❤❤
@sahenuredits6320
@sahenuredits6320 2 жыл бұрын
U r a good teaching talent don't stop ....
@dontreadmybanner2002
@dontreadmybanner2002 4 ай бұрын
Bro par uska output to spiral nahi hai na
@rahularora3792
@rahularora3792 2 жыл бұрын
thanks bro well explained
Spiral Traversal of a Matrix | Spiral Matrix
16:33
take U forward
Рет қаралды 216 М.
Spongebob ate Michael Jackson 😱 #meme #spongebob #gmod
00:14
Mr. LoLo
Рет қаралды 10 МЛН
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 30 МЛН
Spongebob ate Patrick 😱 #meme #spongebob #gmod
00:15
Mr. LoLo
Рет қаралды 19 МЛН
Spiral Matrix - Leetcode 54 - Python
10:06
TechError
Рет қаралды 2,2 М.
Trick for spiral matrix traversal
10:12
Techdose
Рет қаралды 206 М.
Leetcode 1131 | Maximum of Absolute Value Expression
35:54
Mathematics
Рет қаралды 838
Spiral Matrix - Microsoft Interview Question - Leetcode 54
16:46
I solved 541 Leetcode problems. But you need only 150.
7:42
Sahil & Sarra
Рет қаралды 2,4 МЛН
Spongebob ate Michael Jackson 😱 #meme #spongebob #gmod
00:14
Mr. LoLo
Рет қаралды 10 МЛН