Explore tweets tagged as #MatrixManipulation
@codewithdeepak0
Deepak Prajapati
2 months
Day 46 of #gfg160 – #geekstreak2025.Solved: Union of Arrays with Duplicates.Strategy: Use HashSet to store all unique elements from.both arrays.Time: O(n+m) | Space: O(n+m).#CodeNewbie #DSAwithCPP #LeetCodeStyle #MatrixManipulation #CodingDaily #TechWithPurpose #ProblemSolving
Tweet media one
0
0
1
@debabrata2050
Debabrata Halder
7 months
πŸ”₯ 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
Tweet media one
0
0
1
@ChetanS04065015
Chetan Singh
2 months
πŸš€ Day 41 of #gfg160. Solved "Set Matrix Zeroes in Constant Space" today! 🧠.The tricky part was modifying rows and columns in-place using the first row and column as markers.βš™οΈ Time: O(n Γ— m).πŸ’Ύ Space: O(1). #geekstreak2025 #DSA #CPP #MatrixManipulation #Day41Strong
Tweet media one
0
0
0
@debabrata2050
Debabrata Halder
7 months
πŸ”₯ Day 41 of #gfg160 & #geekstreak2024: Set Matrix Zeroes πŸ’‘. πŸš€ Logic:.1️⃣ Use the first row & column as a zero tracker. 2️⃣ Cleverly set rows & columns to zero w/o extra space. #CodingChallenge #MatrixManipulation #DSA @geeksforgeeks #gfg #geeksforgeeks #programming
Tweet media one
0
0
4
@iem_labs
IEMLabs
1 year
Unlock the power of matrices in Python!. Learn how to effortlessly transpose matrices with our step-by-step guide. #IEMLabs #PythonProgramming #DataScience #CodingTips #MatrixManipulation #PythonDev #TechSkills #ProgrammingLife #DataAnalysis #CodeNewbie #LearnPython
Tweet media one
0
0
0
@AmishaShaw88170
Amisha Shaw
10 months
#Day9 of #100DaysOfCode πŸ₯³:Just solved 'Set Matrix Zeros' and 'Rotate Matrix by 90 Degrees' from Striver's A2Z DSA sheet on LeetCode! πŸš€ #DSA #LeetCode #StriverSheet #ProblemSolving #Coding #MatrixManipulation #TechJourney
Tweet media one
Tweet media two
1
0
11
@keshav_awa93041
Keshav Awasthi
2 months
βœ… Day 41 – #gfg160.πŸ”§ Problem: Set Matrix Zeroes.πŸ” Approach: Mark rows and columns with zeroes using HashSets.πŸ“ˆ Time-efficient & avoids extra space for full matrix copy. #geekstreak2025 #gfgPractice #JavaDSA #MatrixManipulation #CleanCode #ProblemSolving #CodeStreak
Tweet media one
0
0
0
@ShristiRawat137
Shristi Rawat
7 months
πŸš€ Day 24 of #gfg160 Challenge: Rotated a square matrix 90Β° anti-clockwise in-place! πŸ’‘ . No extra space, just pure logic! 🧠 . #Coding #MatrixManipulation #geekstreak2024 #womenintech
Tweet media one
3
0
33
@Ravindra_uk01
Ravindra Singh Rayal
8 months
Day 220 βœ….πŸ”Ή Row-Wise Matrix Search.πŸ”Ή Median in Row-Wise Sorted Matrix. Diving deeper into efficient matrix searches! 🌊 #100DaysOfCode #MatrixManipulation #BinarySearch #CodeJourney #dsa #SoftwareDevelopment
Tweet media one
0
0
8
@arshpreet_000
Arshpreet Singh
7 months
πŸš€ Hello, everyone!.#Day212 of my coding streak is done! Here’s what I tackled today:. 1. Maximum Number of K-Divisible Components (Hard). 2. Rotate by 90 Degrees (Easy). #LeetCode #GFG160 #GeekStreak2024 #GraphTheory #MatrixManipulation #ProblemSolving #KeepLearning
Tweet media one
Tweet media two
1
0
12
@tanish_dwivedii
Tanish Dwivedi
1 year
πŸš€ Thrilled to share my solution to the "Spiral Order Matrix" challenge for Day 37 of #365daysofcode! πŸŽ‰. πŸ” Problem Statement:.The task was to traverse a 2D matrix in a spiral order and collect the elements in a list. #CodingChallenge #Java #Algorithm #MatrixManipulation #Tech
Tweet media one
0
0
0
@arshpreet_000
Arshpreet Singh
7 months
πŸš€ Hello, everyone!.#Day216 of my coding streak is done! Here’s what I solved today:. 1. Find Largest Value in Each Tree Row (Medium). 2. Set Matrix Zeroes (Medium). #LeetCode #GFG160 #GeekStreak2024 #TreeTraversal #MatrixManipulation #ProblemSolving #KeepLearning
Tweet media one
Tweet media two
0
0
10
@arshpreet_000
Arshpreet Singh
7 months
πŸš€ Hello, everyone!.#Day211 of my coding streak is complete, and here are today’s problems:. 1. Reverse Odd Levels of Binary Tree (Medium). 2. Spirally Traversing a Matrix (Medium). #LeetCode #GFG160 #GeekStreak2024 #TreeTraversal #MatrixManipulation #ProblemSolving
Tweet media one
Tweet media two
0
0
3
@himanshu502061
Himanshu Kumar
1 year
πŸš€ 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
Tweet media one
0
0
3
@saxenajahnvi7
Jahnvi Saxena
3 months
Day 41 of #geekstreak2025 βœ….Tackled the Set Matrix Zeroes problem today!.#gfg160 #100DaysOfCode #DSA #MatrixManipulation
Tweet media one
1
0
27
@ujjwalP0807
Ujjwal Patel
10 months
πŸ‘‹ 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
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
1
@ShagunSharmaIT
Shagun Sharma
6 months
Day 35 of #100DaysOfCode.βœ… LeetCode 118: Pascal’s Triangle.πŸ’‘ Solved using a nested loop to build rows by summing adjacent values in the previous row. Visualized recursion in action!.#Java #LeetCode #Coding #DSA #MatrixManipulation #StudyInPublic #ProblemSolving #Programming
Tweet media one
Tweet media two
0
0
2
@CodeCraft28
Code Craft
11 months
πŸš€πŸ’»Day 31 of #100DaysOfCode: Learned to rotate a matrix 90Β° counterclockwise today! πŸŒ€ First, I used a column-wise reverse and then a row-wise reverse to get the job doneπŸ§‘β€πŸ’» #CodingJourney #DSA #MatrixManipulation #codecraft28 #learntocode
Tweet media one
Tweet media two
0
0
2
@arshpreet_000
Arshpreet Singh
10 months
πŸš€ Hello everyone,.#Day110 of my @LeetCode journey is complete! Today, I tackled two engaging problems:. 1. Spiral Matrix IV (Medium). 2. Count Square Submatrices with All Ones (Medium). #LeetCode #CodingJourney #DynamicProgramming #MatrixManipulation #ContinuousLearning
Tweet media one
Tweet media two
0
0
3
@ShagunSharmaIT
Shagun Sharma
6 months
Day 33 of #100DaysOfCode.βœ… LeetCode 54: Spiral Matrix.πŸ’‘ Solved using boundary traversal to extract elements in spiral order!.Another challenge conquered πŸ†.#Java #LeetCode #Coding #DSA #MatrixManipulation #StudyInPublic #ProblemSolving #Programming
Tweet media one
Tweet media two
1
0
3