Explore tweets tagged as #gfg160daysofcode
π Day2of #GFG160DaysOfCode.π Problem: Reverse an Array.π¨βπ» Language: Java.π‘ Logic: Two-pointer technique β swap from both ends till middle.π Lesson: Efficient in-place array manipulation without extra space!.#Java #DSA #100DaysOfCode
0
0
4
β
Day 2 of #GFG160DaysOfCode.π Problem: Move All Zeroes to End.π Status: Solved using in-place logic in Java.π Learned how to maintain relative order without extra space. Practicing daily to improve array manipulation skills!.#100DaysOfCode #Java #CodingChallenge. Screenshot
0
0
4
Day 4 of #GFG160DaysOfCode β
.Solved Left Rotate an Array by d Places (In-Place) π.π No extra space used, mastered array reversal trick! π‘.Every day, a new level unlocked! π .#gfg160Day .@geeksforgeeks
0
0
3
Day 6 of #GFG160DaysOfCode β
.Solved Majority Element II π.π Found all elements appearing more than βn/3β times using Boyer-Moore Voting Algorithm π‘.Loving the algorithmic depth! π.#gfg160Day.@geeksforgeeks
0
0
1
Day 5 of #GFG160DaysOfCode β
.Solved Next Permutation π’.π Implemented in-place algorithm to rearrange numbers into the next lexicographical order! π‘.Getting better at mastering tricky logic! π.#gfg160Day.@geeksforgeeks
0
0
4
π Day 53 of #gfg160DaysOfCode #GFG #DSA.β
Solved: Find the Pair with Sum Closest to Target.π§ Logic: Sorted array, used two-pointer approach.π Time: O(n log n) | Space: O(1).π» Python | π§ͺ 1115/1115.β‘ 0.22 sec | π― 1/1 | π― 2/2.π Total Score: 189.@geeksforgeeks
0
0
2
DAY 98.Approach : Find median in a stream.TC:O(n logn).SC:O(n).#gfg160 #GFG #gfg160daychallenge #gfg160daysofcode
1
0
24
Day 92 of #GFG160DaysOfCode π³.Problem: Find LCA of two nodes in BST.π Traverse down based on node values.First split point = LCA!.#BST #LCA #Python #DSA
0
0
0
Day 42 /160 π¨βπ» @geeksforgeeks #160days .Questionπ. Two Sum Pair with Given Sum. Easyβ
. #gfg160 #geeksstreak2025 #GFG2025 .#DSA #CPP25 #CodingChallenge .#gfg160daysofcode
0
0
1
Day 4/160β
@geeksforgeeks .Problem: Rotate Array .Test Cases Passed: 1115/1115.Time Taken: 0.19s.#gfg160 #GFG160DaysOfCode #DSA #CodeDaily
0
0
2
Day 3/160β
@geeksforgeeks .Problem: Reverse an Array.Test Cases Passed: 1115/1115.Time: 0.08s.#gfg160 #GFG160DaysOfCode #DSA #CodeDaily
0
0
2
Day 1/160 β
@geeksforgeeks .Problem: Second Largest.Test Cases Passed: 1120/1120.Time: 0.29s.#GFG160DaysOfCode #DSA #CodeDaily
0
0
2
Day 2/160β
@geeksforgeeks .Problem: Move All Zeros to End.Test Cases Passed: 1115/1115.Time: 0.2s.#GFG160DaysOfCode #gfg160 #DSA #CodeDaily
0
0
4
Day 81 of #GFG160DaysOfCode π².Problem: Height of a Binary Tree.#BinaryTree #TreeHeight #Recursion #DSA #Python #GFGPractice #100DaysOfCode
0
0
0
Day 83 of #GFG160DaysOfCode π².Problem: Construct Binary Tree from Inorder & Preorder Traversal.#BinaryTree #TreeConstruction #Python #DSA #GFGPractice #100DaysOfCode
0
0
0
Day 82 of #GFG160DaysOfCode π³.Problem: Diameter of a Binary Tree.#BinaryTree #DFS #TreeDiameter #DSA #Python #GFGPractice #100DaysOfCode
0
0
0
Day 86 of #GFG160DaysOfCode π³.Problem: Maximum Path Sum in Binary Tree.βοΈ Finds the max sum of any path (can start & end at any node).βοΈ Uses recursion & post-order traversal.Classic tree DP problem!.#BinaryTree #MaxPathSum #DSA #Python #GFGPractice #100DaysOfCode
0
0
1
Day 87 of #GFG160DaysOfCode π².Problem: Count Paths with Sum K in Binary Tree.βοΈ Uses Prefix Sum + HashMap.βοΈ Efficient O(N) solution with recursion.A classic path sum counting trick!.#BinaryTree #PrefixSum #DSA #Python #GFGPractice #100DaysOfCode
0
0
1
Day 85 of #GFG160DaysOfCode πΏ.Problem: Boundary Traversal of Binary Tree.πΈ Left Boundary β‘οΈ Leaves β‘οΈ Right Boundary (in reverse).πΈ Avoids duplicate leaves.πΈ Classic tree interview question.#BinaryTree #BoundaryTraversal #Python #DSA #GFGPractice #100DaysOfCode
1
0
1