#matrixmanipulation search results

๐Ÿš€ #GFG160 โ€“ Day 33: Rotating the Grid! ๐Ÿ”๐Ÿ“ Solved the Rotate Matrix by 90 Degrees problem today โ€” nailed it with in-place transformation and transposition! โœ”๏ธ Rotate by 90 Degrees #MatrixManipulation #ArrayProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 33: Rotating the Grid! ๐Ÿ”๐Ÿ“
Solved the Rotate Matrix by 90 Degrees problem today โ€” nailed it with in-place transformation and transposition!
โœ”๏ธ Rotate by 90 Degrees
#MatrixManipulation #ArrayProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿš€ #GFG160 โ€“ Day 37: Zeroing In! ๐Ÿงฎ๐ŸงŠ Solved the Set Matrix Zeroes problem today โ€” practiced careful in-place updates and space optimization! โœ”๏ธ Set Matrix Zeroes #MatrixManipulation #InPlaceAlgorithm #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 37: Zeroing In! ๐Ÿงฎ๐ŸงŠ
Solved the Set Matrix Zeroes problem today โ€” practiced careful in-place updates and space optimization!
โœ”๏ธ Set Matrix Zeroes
#MatrixManipulation #InPlaceAlgorithm #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿš€ Day 24 of #gfg160 Challenge: Rotated a square matrix 90ยฐ anti-clockwise in-place! ๐Ÿ’ก No extra space, just pure logic! ๐Ÿง  #Coding #MatrixManipulation #geekstreak2024 #womenintech

ShristiRawat137's tweet image. ๐Ÿš€ Day 24 of #gfg160 Challenge: Rotated a square matrix 90ยฐ anti-clockwise in-place! ๐Ÿ’ก  
 
No extra space, just pure logic! ๐Ÿง   

#Coding #MatrixManipulation #geekstreak2024 #womenintech

Day 220 โœ… ๐Ÿ”น Row-Wise Matrix Search ๐Ÿ”น Median in Row-Wise Sorted Matrix Diving deeper into efficient matrix searches! ๐ŸŒŠ #100DaysOfCode #MatrixManipulation #BinarySearch #CodeJourney #dsa #SoftwareDevelopment

Ravindra_uk01's tweet image. Day 220 โœ…
๐Ÿ”น Row-Wise Matrix Search
๐Ÿ”น Median in Row-Wise Sorted Matrix

Diving deeper into efficient matrix searches! ๐ŸŒŠ #100DaysOfCode #MatrixManipulation #BinarySearch #CodeJourney #dsa #SoftwareDevelopment

Day 68 of @Java Learning Series (JLS): Solved @LeetCode's Rotate Image problem. Given an n x n matrix, rotated it 90ยฐ clockwise by: 1๏ธโƒฃ Taking the transpose of the matrix. 2๏ธโƒฃ Reversing each row. Achieved 0ms runtime, had fun solving it!๐Ÿ’ก๐Ÿš€ #MatrixManipulation #JavaLearning

abhishekk_013's tweet image. Day 68 of @Java Learning Series (JLS):

Solved @LeetCode's Rotate Image problem.
Given an n x n matrix, rotated it 90ยฐ clockwise by:

1๏ธโƒฃ Taking the transpose of the matrix.
2๏ธโƒฃ Reversing each row.

Achieved 0ms runtime, had fun solving it!๐Ÿ’ก๐Ÿš€

#MatrixManipulation #JavaLearning

๐Ÿš€ Day 54 of #100DaysOfCode: Solved the Rotate Matrix to Right problem! ๐Ÿ”„๐Ÿงฉ Improved my skills in matrix manipulation and algorithm design. Excited to keep progressing! #CodingJourney #MatrixManipulation #AlgorithmDesign #ProblemSolving #Consistency #HardWork

himanshu502061's tweet image. ๐Ÿš€ Day 54 of #100DaysOfCode: Solved the Rotate Matrix to Right problem! ๐Ÿ”„๐Ÿงฉ Improved my skills in matrix manipulation and algorithm design. Excited to keep progressing! #CodingJourney #MatrixManipulation #AlgorithmDesign #ProblemSolving #Consistency #HardWork

Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java 1160. Find Words That Can Be Formed by Characters 73. Set Matrix Zeroes #JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions #TechJourney

Manohar2909's tweet image. Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java

1160. Find Words That Can Be Formed by Characters
 73. Set Matrix Zeroes

#JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions
#TechJourney
Manohar2909's tweet image. Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java

1160. Find Words That Can Be Formed by Characters
 73. Set Matrix Zeroes

#JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions
#TechJourney
Manohar2909's tweet image. Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java

1160. Find Words That Can Be Formed by Characters
 73. Set Matrix Zeroes

#JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions
#TechJourney
Manohar2909's tweet image. Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java

1160. Find Words That Can Be Formed by Characters
 73. Set Matrix Zeroes

#JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions
#TechJourney

Day 46 of #100DaysOfCode Today's Problem: Rotate Matrix by 90ยฐ Clockwise โ€ข Approach:- 1: Transpose the matrix 2: Reverse each row OR Used a temp matrix to understand mapping: rotated[j][n - i - 1] = matrix[i][j] #DSA #MatrixManipulation #cpp #LeetCode #CodingChallenge

amansinghberra's tweet image. Day 46 of #100DaysOfCode
Today's Problem: Rotate Matrix by 90ยฐ Clockwise
โ€ข Approach:-
 1: Transpose the matrix
 2: Reverse each row
OR
 Used a temp matrix to understand  mapping: rotated[j][n - i - 1] = matrix[i][j]

#DSA #MatrixManipulation #cpp #LeetCode #CodingChallenge

Nobody liked Hillary. Only thing keeping her afloat was illusion that people preferred her & that she was easy winner. That makes most Americans who know nothing of politics think she must be really good. #MatrixManipulation This if from 2015 Dems wanted Trump for easy win. oops

LibRehab's tweet image. Nobody liked Hillary.
Only thing keeping her afloat was illusion that people preferred her & that she was easy winner.

That makes most Americans who know nothing of politics think she must be really good. #MatrixManipulation
This if from 2015
Dems wanted Trump for easy win.
oops

๐Ÿ‘‹ Hey Code Wizards! ๐Ÿ‘‹ ๐Ÿš€ Day 16 of my DSA journey! Today, I tackled two exciting matrix challenges: 1๏ธโƒฃ Print Matrix in Wave Form 2๏ธโƒฃ Print Matrix in Spiral Form #2DArrays #MatrixManipulation #ProblemSolving #LearnInPublic #TechCommunity #CodingChallenge

ujjwalP0807's tweet image. ๐Ÿ‘‹ Hey Code Wizards! ๐Ÿ‘‹

๐Ÿš€ Day 16 of my DSA journey! Today, I tackled two exciting matrix challenges:

1๏ธโƒฃ Print Matrix in Wave Form
2๏ธโƒฃ Print Matrix in Spiral Form

#2DArrays #MatrixManipulation #ProblemSolving #LearnInPublic #TechCommunity #CodingChallenge
ujjwalP0807's tweet image. ๐Ÿ‘‹ Hey Code Wizards! ๐Ÿ‘‹

๐Ÿš€ Day 16 of my DSA journey! Today, I tackled two exciting matrix challenges:

1๏ธโƒฃ Print Matrix in Wave Form
2๏ธโƒฃ Print Matrix in Spiral Form

#2DArrays #MatrixManipulation #ProblemSolving #LearnInPublic #TechCommunity #CodingChallenge
ujjwalP0807's tweet image. ๐Ÿ‘‹ Hey Code Wizards! ๐Ÿ‘‹

๐Ÿš€ Day 16 of my DSA journey! Today, I tackled two exciting matrix challenges:

1๏ธโƒฃ Print Matrix in Wave Form
2๏ธโƒฃ Print Matrix in Spiral Form

#2DArrays #MatrixManipulation #ProblemSolving #LearnInPublic #TechCommunity #CodingChallenge
ujjwalP0807's tweet image. ๐Ÿ‘‹ Hey Code Wizards! ๐Ÿ‘‹

๐Ÿš€ Day 16 of my DSA journey! Today, I tackled two exciting matrix challenges:

1๏ธโƒฃ Print Matrix in Wave Form
2๏ธโƒฃ Print Matrix in Spiral Form

#2DArrays #MatrixManipulation #ProblemSolving #LearnInPublic #TechCommunity #CodingChallenge

๐Ÿ”„ Matrix Transposition ๐Ÿ”„ Transpose a matrix by interchanging rows and columns. Unveil the power of matrix manipulation! #Python #MatrixManipulation #LinearAlgebra

VellVoid's tweet image. ๐Ÿ”„ Matrix Transposition ๐Ÿ”„ Transpose a matrix by interchanging rows and columns. Unveil the power of matrix manipulation! #Python #MatrixManipulation #LinearAlgebra

๐Ÿ’ก Day 41 of #geekstreak2024: Solved 'Set Matrix Zeroes' from #gfg160! Used O(n+m) space by storing zero positions in a vector, though optimization to O(1) space was possible.๐Ÿฅฒ ๐Ÿ’ปโœจ #MatrixManipulation #GeeksForGeeks #Day41 @geeksforgeeks

dbs01107's tweet image. ๐Ÿ’ก Day 41 of #geekstreak2024: Solved 'Set Matrix Zeroes' from #gfg160! 
Used O(n+m) space by storing zero positions in a vector, though optimization to O(1) space was possible.๐Ÿฅฒ ๐Ÿ’ปโœจ 
#MatrixManipulation  #GeeksForGeeks #Day41  
@geeksforgeeks

The Zio-Matrix doesn't just fear dissent; it manufactures it. By scripting uprisings and writing the lines of critics, it ensures that even resistance serves its purpose. #ControlledOpposition #MatrixManipulation


Day 41 of #geekstreak2024 โ€“ #gfg160 ๐ŸŽฏ Problem Solved : Set Matrix Zeroes The challenge is to implement this transformation using constant space complexity while ensuring efficiency ๐Ÿ“‚ Solution Code: GitHub Link[github.com/MUKUNDKUMAR-G/โ€ฆ] ๐Ÿ”— #MatrixManipulation

MukundK3146's tweet image. Day 41 of #geekstreak2024 โ€“ #gfg160
๐ŸŽฏ Problem Solved : Set Matrix Zeroes

The challenge is to implement this transformation using constant space complexity while ensuring efficiency
๐Ÿ“‚ Solution Code: GitHub Link[github.com/MUKUNDKUMAR-G/โ€ฆ]
๐Ÿ”— #MatrixManipulation
MukundK3146's tweet image. Day 41 of #geekstreak2024 โ€“ #gfg160
๐ŸŽฏ Problem Solved : Set Matrix Zeroes

The challenge is to implement this transformation using constant space complexity while ensuring efficiency
๐Ÿ“‚ Solution Code: GitHub Link[github.com/MUKUNDKUMAR-G/โ€ฆ]
๐Ÿ”— #MatrixManipulation

Wake up and pay attention - the Matrix is real and manipulative! Don't be fooled life can change drastically. Things like restricted travel, inability to open/run businesses, and other limitations can create a prison. #matrixmanipulation #wakeupcall #staysafe #businessclosures


๐Ÿ”ฅ Day 37 of #gfg160 & #geekstreak2024: Rotate Matrix by 90ยฐ ๐Ÿ“ Steps: 1๏ธโƒฃ Transpose: Swap mat[i][j] โ†” mat[j][i]. 2๏ธโƒฃ Column Flip: Reverse each column. Matrix magic made simple! ๐Ÿช„ #MatrixManipulation #CodingJourney #geeksforgeeks

debabrata2050's tweet image. ๐Ÿ”ฅ Day 37 of #gfg160 & #geekstreak2024: Rotate Matrix by 90ยฐ ๐Ÿ“

Steps:
1๏ธโƒฃ Transpose: Swap mat[i][j] โ†” mat[j][i].
2๏ธโƒฃ Column Flip: Reverse each column.
Matrix magic made simple! ๐Ÿช„

#MatrixManipulation #CodingJourney #geeksforgeeks

Unity is our strength. Not diversity. #matrixmanipulation


Day 46 of #100DaysOfCode Today's Problem: Rotate Matrix by 90ยฐ Clockwise โ€ข Approach:- 1: Transpose the matrix 2: Reverse each row OR Used a temp matrix to understand mapping: rotated[j][n - i - 1] = matrix[i][j] #DSA #MatrixManipulation #cpp #LeetCode #CodingChallenge

amansinghberra's tweet image. Day 46 of #100DaysOfCode
Today's Problem: Rotate Matrix by 90ยฐ Clockwise
โ€ข Approach:-
 1: Transpose the matrix
 2: Reverse each row
OR
 Used a temp matrix to understand  mapping: rotated[j][n - i - 1] = matrix[i][j]

#DSA #MatrixManipulation #cpp #LeetCode #CodingChallenge

Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java 1160. Find Words That Can Be Formed by Characters 73. Set Matrix Zeroes #JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions #TechJourney

Manohar2909's tweet image. Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java

1160. Find Words That Can Be Formed by Characters
 73. Set Matrix Zeroes

#JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions
#TechJourney
Manohar2909's tweet image. Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java

1160. Find Words That Can Be Formed by Characters
 73. Set Matrix Zeroes

#JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions
#TechJourney
Manohar2909's tweet image. Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java

1160. Find Words That Can Be Formed by Characters
 73. Set Matrix Zeroes

#JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions
#TechJourney
Manohar2909's tweet image. Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java

1160. Find Words That Can Be Formed by Characters
 73. Set Matrix Zeroes

#JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions
#TechJourney

๐Ÿš€ #GFG160 โ€“ Day 37: Zeroing In! ๐Ÿงฎ๐ŸงŠ Solved the Set Matrix Zeroes problem today โ€” practiced careful in-place updates and space optimization! โœ”๏ธ Set Matrix Zeroes #MatrixManipulation #InPlaceAlgorithm #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 37: Zeroing In! ๐Ÿงฎ๐ŸงŠ
Solved the Set Matrix Zeroes problem today โ€” practiced careful in-place updates and space optimization!
โœ”๏ธ Set Matrix Zeroes
#MatrixManipulation #InPlaceAlgorithm #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿš€ #GFG160 โ€“ Day 33: Rotating the Grid! ๐Ÿ”๐Ÿ“ Solved the Rotate Matrix by 90 Degrees problem today โ€” nailed it with in-place transformation and transposition! โœ”๏ธ Rotate by 90 Degrees #MatrixManipulation #ArrayProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 33: Rotating the Grid! ๐Ÿ”๐Ÿ“
Solved the Rotate Matrix by 90 Degrees problem today โ€” nailed it with in-place transformation and transposition!
โœ”๏ธ Rotate by 90 Degrees
#MatrixManipulation #ArrayProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

The Zio-Matrix doesn't just fear dissent; it manufactures it. By scripting uprisings and writing the lines of critics, it ensures that even resistance serves its purpose. #ControlledOpposition #MatrixManipulation


Day 68 of @Java Learning Series (JLS): Solved @LeetCode's Rotate Image problem. Given an n x n matrix, rotated it 90ยฐ clockwise by: 1๏ธโƒฃ Taking the transpose of the matrix. 2๏ธโƒฃ Reversing each row. Achieved 0ms runtime, had fun solving it!๐Ÿ’ก๐Ÿš€ #MatrixManipulation #JavaLearning

abhishekk_013's tweet image. Day 68 of @Java Learning Series (JLS):

Solved @LeetCode's Rotate Image problem.
Given an n x n matrix, rotated it 90ยฐ clockwise by:

1๏ธโƒฃ Taking the transpose of the matrix.
2๏ธโƒฃ Reversing each row.

Achieved 0ms runtime, had fun solving it!๐Ÿ’ก๐Ÿš€

#MatrixManipulation #JavaLearning

Unprecedented matrix manipulation capabilities sought! ArtStyleMimi #168 seeks a candidate capable of exceeding all known parameters. Preliminary testing required. Think you have what it takes? ๆ˜“ Apply within! #MatrixManipulation #ChosenOne #ASMMimi168 )๐Ÿค–

NftJennife's tweet image. Unprecedented matrix manipulation capabilities sought!  ArtStyleMimi #168 seeks a candidate capable of exceeding all known parameters.  Preliminary testing required. Think you have what it takes? ๆ˜“  Apply within! #MatrixManipulation #ChosenOne #ASMMimi168 )๐Ÿค–

๐ŸŽฏ Day 41 of hashtag#gfg160 Challenge! ๐Ÿ’ก Problem: Set Matrix Zeroes ๐Ÿ” Approach: Efficiently modified the matrix in-place ๐Ÿ”ฅ Key Insight: Use the matrix itself as a state storage to achieve constant space complexity! #MatrixManipulation #GeeksForGeeks #InPlaceAlgorithm


๐Ÿ’ก Day 41 of #geekstreak2024: Solved 'Set Matrix Zeroes' from #gfg160! Used O(n+m) space by storing zero positions in a vector, though optimization to O(1) space was possible.๐Ÿฅฒ ๐Ÿ’ปโœจ #MatrixManipulation #GeeksForGeeks #Day41 @geeksforgeeks

dbs01107's tweet image. ๐Ÿ’ก Day 41 of #geekstreak2024: Solved 'Set Matrix Zeroes' from #gfg160! 
Used O(n+m) space by storing zero positions in a vector, though optimization to O(1) space was possible.๐Ÿฅฒ ๐Ÿ’ปโœจ 
#MatrixManipulation  #GeeksForGeeks #Day41  
@geeksforgeeks

๐Ÿ”ฅ Day 37 of #gfg160 & #geekstreak2024: Rotate Matrix by 90ยฐ ๐Ÿ“ Steps: 1๏ธโƒฃ Transpose: Swap mat[i][j] โ†” mat[j][i]. 2๏ธโƒฃ Column Flip: Reverse each column. Matrix magic made simple! ๐Ÿช„ #MatrixManipulation #CodingJourney #geeksforgeeks

debabrata2050's tweet image. ๐Ÿ”ฅ Day 37 of #gfg160 & #geekstreak2024: Rotate Matrix by 90ยฐ ๐Ÿ“

Steps:
1๏ธโƒฃ Transpose: Swap mat[i][j] โ†” mat[j][i].
2๏ธโƒฃ Column Flip: Reverse each column.
Matrix magic made simple! ๐Ÿช„

#MatrixManipulation #CodingJourney #geeksforgeeks

Day 41 of #geekstreak2024 โ€“ #gfg160 ๐ŸŽฏ Problem Solved : Set Matrix Zeroes The challenge is to implement this transformation using constant space complexity while ensuring efficiency ๐Ÿ“‚ Solution Code: GitHub Link[github.com/MUKUNDKUMAR-G/โ€ฆ] ๐Ÿ”— #MatrixManipulation

MukundK3146's tweet image. Day 41 of #geekstreak2024 โ€“ #gfg160
๐ŸŽฏ Problem Solved : Set Matrix Zeroes

The challenge is to implement this transformation using constant space complexity while ensuring efficiency
๐Ÿ“‚ Solution Code: GitHub Link[github.com/MUKUNDKUMAR-G/โ€ฆ]
๐Ÿ”— #MatrixManipulation
MukundK3146's tweet image. Day 41 of #geekstreak2024 โ€“ #gfg160
๐ŸŽฏ Problem Solved : Set Matrix Zeroes

The challenge is to implement this transformation using constant space complexity while ensuring efficiency
๐Ÿ“‚ Solution Code: GitHub Link[github.com/MUKUNDKUMAR-G/โ€ฆ]
๐Ÿ”— #MatrixManipulation

๐ŸŒŸ Day 41 of #geekstreak2024! Problem: Set Matrix Zeroes with Constant Space Hint: Use the first row/column as markers. Handle them separately to avoid overwriting. #gfg160 #MatrixManipulation #DSA #DailyCoding


๐Ÿš€ Day 24 of #gfg160 Challenge: Rotated a square matrix 90ยฐ anti-clockwise in-place! ๐Ÿ’ก No extra space, just pure logic! ๐Ÿง  #Coding #MatrixManipulation #geekstreak2024 #womenintech

ShristiRawat137's tweet image. ๐Ÿš€ Day 24 of #gfg160 Challenge: Rotated a square matrix 90ยฐ anti-clockwise in-place! ๐Ÿ’ก  
 
No extra space, just pure logic! ๐Ÿง   

#Coding #MatrixManipulation #geekstreak2024 #womenintech

No results for "#matrixmanipulation"

Day 68 of @Java Learning Series (JLS): Solved @LeetCode's Rotate Image problem. Given an n x n matrix, rotated it 90ยฐ clockwise by: 1๏ธโƒฃ Taking the transpose of the matrix. 2๏ธโƒฃ Reversing each row. Achieved 0ms runtime, had fun solving it!๐Ÿ’ก๐Ÿš€ #MatrixManipulation #JavaLearning

abhishekk_013's tweet image. Day 68 of @Java Learning Series (JLS):

Solved @LeetCode's Rotate Image problem.
Given an n x n matrix, rotated it 90ยฐ clockwise by:

1๏ธโƒฃ Taking the transpose of the matrix.
2๏ธโƒฃ Reversing each row.

Achieved 0ms runtime, had fun solving it!๐Ÿ’ก๐Ÿš€

#MatrixManipulation #JavaLearning

๐Ÿš€ Day 24 of #gfg160 Challenge: Rotated a square matrix 90ยฐ anti-clockwise in-place! ๐Ÿ’ก No extra space, just pure logic! ๐Ÿง  #Coding #MatrixManipulation #geekstreak2024 #womenintech

ShristiRawat137's tweet image. ๐Ÿš€ Day 24 of #gfg160 Challenge: Rotated a square matrix 90ยฐ anti-clockwise in-place! ๐Ÿ’ก  
 
No extra space, just pure logic! ๐Ÿง   

#Coding #MatrixManipulation #geekstreak2024 #womenintech

๐Ÿš€ #GFG160 โ€“ Day 37: Zeroing In! ๐Ÿงฎ๐ŸงŠ Solved the Set Matrix Zeroes problem today โ€” practiced careful in-place updates and space optimization! โœ”๏ธ Set Matrix Zeroes #MatrixManipulation #InPlaceAlgorithm #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 37: Zeroing In! ๐Ÿงฎ๐ŸงŠ
Solved the Set Matrix Zeroes problem today โ€” practiced careful in-place updates and space optimization!
โœ”๏ธ Set Matrix Zeroes
#MatrixManipulation #InPlaceAlgorithm #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿš€ #GFG160 โ€“ Day 33: Rotating the Grid! ๐Ÿ”๐Ÿ“ Solved the Rotate Matrix by 90 Degrees problem today โ€” nailed it with in-place transformation and transposition! โœ”๏ธ Rotate by 90 Degrees #MatrixManipulation #ArrayProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 33: Rotating the Grid! ๐Ÿ”๐Ÿ“
Solved the Rotate Matrix by 90 Degrees problem today โ€” nailed it with in-place transformation and transposition!
โœ”๏ธ Rotate by 90 Degrees
#MatrixManipulation #ArrayProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

Day 220 โœ… ๐Ÿ”น Row-Wise Matrix Search ๐Ÿ”น Median in Row-Wise Sorted Matrix Diving deeper into efficient matrix searches! ๐ŸŒŠ #100DaysOfCode #MatrixManipulation #BinarySearch #CodeJourney #dsa #SoftwareDevelopment

Ravindra_uk01's tweet image. Day 220 โœ…
๐Ÿ”น Row-Wise Matrix Search
๐Ÿ”น Median in Row-Wise Sorted Matrix

Diving deeper into efficient matrix searches! ๐ŸŒŠ #100DaysOfCode #MatrixManipulation #BinarySearch #CodeJourney #dsa #SoftwareDevelopment

Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java 1160. Find Words That Can Be Formed by Characters 73. Set Matrix Zeroes #JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions #TechJourney

Manohar2909's tweet image. Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java

1160. Find Words That Can Be Formed by Characters
 73. Set Matrix Zeroes

#JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions
#TechJourney
Manohar2909's tweet image. Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java

1160. Find Words That Can Be Formed by Characters
 73. Set Matrix Zeroes

#JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions
#TechJourney
Manohar2909's tweet image. Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java

1160. Find Words That Can Be Formed by Characters
 73. Set Matrix Zeroes

#JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions
#TechJourney
Manohar2909's tweet image. Day 39 of #100DaysOfCode โ€“ Sharpening Logic & Cracking Patterns with Java

1160. Find Words That Can Be Formed by Characters
 73. Set Matrix Zeroes

#JavaProgramming #MatrixManipulation #DSA #ProblemSolving #CodingInterviewPrep #InPlaceAlgorithm #LeetCodeSolutions
#TechJourney

Day 46 of #100DaysOfCode Today's Problem: Rotate Matrix by 90ยฐ Clockwise โ€ข Approach:- 1: Transpose the matrix 2: Reverse each row OR Used a temp matrix to understand mapping: rotated[j][n - i - 1] = matrix[i][j] #DSA #MatrixManipulation #cpp #LeetCode #CodingChallenge

amansinghberra's tweet image. Day 46 of #100DaysOfCode
Today's Problem: Rotate Matrix by 90ยฐ Clockwise
โ€ข Approach:-
 1: Transpose the matrix
 2: Reverse each row
OR
 Used a temp matrix to understand  mapping: rotated[j][n - i - 1] = matrix[i][j]

#DSA #MatrixManipulation #cpp #LeetCode #CodingChallenge

๐Ÿš€ Day 54 of #100DaysOfCode: Solved the Rotate Matrix to Right problem! ๐Ÿ”„๐Ÿงฉ Improved my skills in matrix manipulation and algorithm design. Excited to keep progressing! #CodingJourney #MatrixManipulation #AlgorithmDesign #ProblemSolving #Consistency #HardWork

himanshu502061's tweet image. ๐Ÿš€ Day 54 of #100DaysOfCode: Solved the Rotate Matrix to Right problem! ๐Ÿ”„๐Ÿงฉ Improved my skills in matrix manipulation and algorithm design. Excited to keep progressing! #CodingJourney #MatrixManipulation #AlgorithmDesign #ProblemSolving #Consistency #HardWork

๐Ÿ‘‹ Hey Code Wizards! ๐Ÿ‘‹ ๐Ÿš€ Day 16 of my DSA journey! Today, I tackled two exciting matrix challenges: 1๏ธโƒฃ Print Matrix in Wave Form 2๏ธโƒฃ Print Matrix in Spiral Form #2DArrays #MatrixManipulation #ProblemSolving #LearnInPublic #TechCommunity #CodingChallenge

ujjwalP0807's tweet image. ๐Ÿ‘‹ Hey Code Wizards! ๐Ÿ‘‹

๐Ÿš€ Day 16 of my DSA journey! Today, I tackled two exciting matrix challenges:

1๏ธโƒฃ Print Matrix in Wave Form
2๏ธโƒฃ Print Matrix in Spiral Form

#2DArrays #MatrixManipulation #ProblemSolving #LearnInPublic #TechCommunity #CodingChallenge
ujjwalP0807's tweet image. ๐Ÿ‘‹ Hey Code Wizards! ๐Ÿ‘‹

๐Ÿš€ Day 16 of my DSA journey! Today, I tackled two exciting matrix challenges:

1๏ธโƒฃ Print Matrix in Wave Form
2๏ธโƒฃ Print Matrix in Spiral Form

#2DArrays #MatrixManipulation #ProblemSolving #LearnInPublic #TechCommunity #CodingChallenge
ujjwalP0807's tweet image. ๐Ÿ‘‹ Hey Code Wizards! ๐Ÿ‘‹

๐Ÿš€ Day 16 of my DSA journey! Today, I tackled two exciting matrix challenges:

1๏ธโƒฃ Print Matrix in Wave Form
2๏ธโƒฃ Print Matrix in Spiral Form

#2DArrays #MatrixManipulation #ProblemSolving #LearnInPublic #TechCommunity #CodingChallenge
ujjwalP0807's tweet image. ๐Ÿ‘‹ Hey Code Wizards! ๐Ÿ‘‹

๐Ÿš€ Day 16 of my DSA journey! Today, I tackled two exciting matrix challenges:

1๏ธโƒฃ Print Matrix in Wave Form
2๏ธโƒฃ Print Matrix in Spiral Form

#2DArrays #MatrixManipulation #ProblemSolving #LearnInPublic #TechCommunity #CodingChallenge

๐Ÿ’ก Day 41 of #geekstreak2024: Solved 'Set Matrix Zeroes' from #gfg160! Used O(n+m) space by storing zero positions in a vector, though optimization to O(1) space was possible.๐Ÿฅฒ ๐Ÿ’ปโœจ #MatrixManipulation #GeeksForGeeks #Day41 @geeksforgeeks

dbs01107's tweet image. ๐Ÿ’ก Day 41 of #geekstreak2024: Solved 'Set Matrix Zeroes' from #gfg160! 
Used O(n+m) space by storing zero positions in a vector, though optimization to O(1) space was possible.๐Ÿฅฒ ๐Ÿ’ปโœจ 
#MatrixManipulation  #GeeksForGeeks #Day41  
@geeksforgeeks

Nobody liked Hillary. Only thing keeping her afloat was illusion that people preferred her & that she was easy winner. That makes most Americans who know nothing of politics think she must be really good. #MatrixManipulation This if from 2015 Dems wanted Trump for easy win. oops

LibRehab's tweet image. Nobody liked Hillary.
Only thing keeping her afloat was illusion that people preferred her & that she was easy winner.

That makes most Americans who know nothing of politics think she must be really good. #MatrixManipulation
This if from 2015
Dems wanted Trump for easy win.
oops

Day 41 of #geekstreak2024 โ€“ #gfg160 ๐ŸŽฏ Problem Solved : Set Matrix Zeroes The challenge is to implement this transformation using constant space complexity while ensuring efficiency ๐Ÿ“‚ Solution Code: GitHub Link[github.com/MUKUNDKUMAR-G/โ€ฆ] ๐Ÿ”— #MatrixManipulation

MukundK3146's tweet image. Day 41 of #geekstreak2024 โ€“ #gfg160
๐ŸŽฏ Problem Solved : Set Matrix Zeroes

The challenge is to implement this transformation using constant space complexity while ensuring efficiency
๐Ÿ“‚ Solution Code: GitHub Link[github.com/MUKUNDKUMAR-G/โ€ฆ]
๐Ÿ”— #MatrixManipulation
MukundK3146's tweet image. Day 41 of #geekstreak2024 โ€“ #gfg160
๐ŸŽฏ Problem Solved : Set Matrix Zeroes

The challenge is to implement this transformation using constant space complexity while ensuring efficiency
๐Ÿ“‚ Solution Code: GitHub Link[github.com/MUKUNDKUMAR-G/โ€ฆ]
๐Ÿ”— #MatrixManipulation

๐Ÿ”„ Matrix Transposition ๐Ÿ”„ Transpose a matrix by interchanging rows and columns. Unveil the power of matrix manipulation! #Python #MatrixManipulation #LinearAlgebra

VellVoid's tweet image. ๐Ÿ”„ Matrix Transposition ๐Ÿ”„ Transpose a matrix by interchanging rows and columns. Unveil the power of matrix manipulation! #Python #MatrixManipulation #LinearAlgebra

๐Ÿ”ฅ Day 37 of #gfg160 & #geekstreak2024: Rotate Matrix by 90ยฐ ๐Ÿ“ Steps: 1๏ธโƒฃ Transpose: Swap mat[i][j] โ†” mat[j][i]. 2๏ธโƒฃ Column Flip: Reverse each column. Matrix magic made simple! ๐Ÿช„ #MatrixManipulation #CodingJourney #geeksforgeeks

debabrata2050's tweet image. ๐Ÿ”ฅ Day 37 of #gfg160 & #geekstreak2024: Rotate Matrix by 90ยฐ ๐Ÿ“

Steps:
1๏ธโƒฃ Transpose: Swap mat[i][j] โ†” mat[j][i].
2๏ธโƒฃ Column Flip: Reverse each column.
Matrix magic made simple! ๐Ÿช„

#MatrixManipulation #CodingJourney #geeksforgeeks

15/10/24 Day 82 of my DSA challenge: Today, I learned how to reverse each row of a matrix in an array.#DSA #MatrixManipulation #Coding #Learning #programming ๐ŸŒ Follow My Journey: - GitHub: [lnkd.in/etT5u-PM] - Linkedin : [lnkd.in/e5j5-N-2]www.lโ€ฆ]

RAKESHNISHAD22's tweet image. 15/10/24

Day 82 of my DSA challenge: Today, I learned how to reverse each row of a matrix in an array.#DSA #MatrixManipulation #Coding #Learning #programming 

๐ŸŒ Follow My Journey: 
- GitHub: [lnkd.in/etT5u-PM] 
- Linkedin : [lnkd.in/e5j5-N-2]www.lโ€ฆ]

Loading...

Something went wrong.


Something went wrong.


United States Trends