
Raunak Sachdeva
@RaunakSachdeva_
Followers
3
Following
102
Media
83
Statuses
84
Joined February 2023
Day 65/160 - GFG Challenge ๐ Problem: Longest Subarray with Given Sum ๐ง Approach: Prefix Sum + HashMap โ
Passed 1115/1115 test cases ๐ฏ Accuracy: 100% โก Time Taken: 1.3s #100DaysOfCode #DSA #Java #GFG #Day65 #CodingChallenge
0
0
0
Day 64/160 - GFG Challenge ๐ Problem: Product Array Puzzle ๐ง Approach: Prefix & Suffix Product (no division used) โ
Passed 1112/1112 test cases ๐ฏ Accuracy: 100% โก Time Taken: 0.81s #100DaysOfCode #DSA #Java #GFG #Day64 #CodingChallenge
0
0
1
Day 63/160 - GFG Challenge ๐ Problem: Largest Subarray with Equal 0s and 1s ๐ง Approach: Transform 0โ-1 + Prefix Sum + HashMap โ
Passed 1111/1111 test cases โ ๏ธ Accuracy: 50% (got it right in 2nd try) ๐ Time: 0.86s #100DaysOfCode #DSA #Java #GFG #Day63 #CodingJourney
0
0
0
Day 62/160 - GFG Challenge โ๏ธ Problem: Find Equilibrium Point in an Array ๐ Prefix sum trick: Efficient O(n) solution โ
1115/1115 test cases passed ๐ฏ 100% accuracy | โฑ๏ธ Time: 0.8s ๐ Balanced logic, clean math. #100DaysOfCode #DSA #Java #GFG #Day62 #CodingChallenge
0
0
0
Day 61/160 - GFG Challenge ๐งฌ Problem: Clone a Linked List with Random Pointers ๐ ๏ธ 3-pass approach using in-place clone nodes โ
1111/1111 test cases passed ๐ฏ 100% accuracy | โฑ๏ธ Time: 0.6s ๐ฏ 8/8 points #100DaysOfCode #Java #DSA #LinkedList #GFG #Day61
0
0
0
Day 60/160 - GFG Challenge ๐ Problem: Reverse Nodes in k-Group ๐งต Tackled tricky linked list pointer updates โ
Passed 1115/1115 test cases ๐ฏ 100% accuracy | โฑ๏ธ Time: 0.88s ๐ฏ 8/8 points | Precision and logic aligned! #100DaysOfCode #Java #DSA #LinkedList #GFG #Day60
0
0
0
Day 58/160 - GFG Challenge ๐ Problem: Detect loop in a linked list ๐ข๐ฆ Used Floyd's Cycle Detection (Tortoise & Hare) ๐ง 1 retry but finally passed 1115/1115 cases! โ
4/4 pts | โก Time: 0.59s #100DaysOfCode #DSA #Java #LinkedList #GFG #Day58
0
0
0
Day 57/160 - GFG Challenge ๐งฎ Problem: Add two numbers represented by linked lists ๐ Used reversal to simplify addition & handled leading 0s ๐ฎโ๐จ Took 4 attempts, but finally nailed all 1111/1111 test cases! โ
4/4 pts | ๐ 1.57s #100DaysOfCode #Java #DSA #LinkedList #GFG #Day57
1
0
2
Day 57/160 - GFG Challenge ๐งฎ Problem: Add two numbers represented by linked lists ๐ Used reversal to simplify addition & handled leading 0s ๐ฎโ๐จ Took 4 attempts, but finally nailed all 1111/1111 test cases! โ
4/4 pts | ๐ 1.57s #100DaysOfCode #Java #DSA #LinkedList #GFG #Day57
0
0
0
Day 56/160 - GFG Challenge ๐ Problem: Merge two sorted linked lists โจ Smooth logic with dummy node + pointer juggling ๐ง 1st attempt AC! โ
1110/1110 Passed | ๐ 0.64s | ๐ข 4/4 pts #100DaysOfCode #Java #DSA #LinkedList #GFG #Day56
1
0
3
Day 55/160 - GFG Challenge ๐ Problem: Rotate a linked list by K nodes ๐ง Got it in 3 attempts โ the logic needed edge case handling! ๐ง Used modulo + pointer redirection โ
1115/1115 Passed | ๐ 1.56s | ๐ข 4/4 pts #100DaysOfCode #Java #DSA #LinkedList #GFG #Day55
0
0
1
Day 54/160 - GFG Challenge ๐ Problem: Find the first node of a loop in a linked list ๐ Approach: Floydโs Cycle Detection (Tortoise & Hare) โ
1115/1115 Passed | โก 0.79s | ๐ข 2/2 pts Elegant & efficient. Constant space, linear time. #100DaysOfCode #Java #DSA #GFG #Day54
0
0
2
Day 53/160 - GFG Challenge ๐ง Problem: Count subarrays with XOR equal to K ๐ Used prefix XOR with HashMap for optimal solution โ
1115/1115 Passed | โก 0.55s | ๐ข 4/4 pts Brute force? Too slow. Optimization wins! #100DaysOfCode #Java #DSA #GFG #Day53
0
0
0
Day 52/160 - GFG Challenge ๐ Problem: Reverse a Linked List โจ Classic pointer reversal in action โ
1115/1115 Passed | โฑ๏ธ 1.1s | ๐ข 2/2 pts 100% accuracy on 1st go! โก๏ธ Next: Rotate a Linked List #100DaysOfCode #Java #DSA #GFG #Day52
0
0
0
Day 51/160 - GFG Challenge ๐ Problem: Subarrays with Sum K ๐ง Used prefix sum + HashMap to track counts โ
Passed 1111/1111 | โฑ๏ธ 0.63s | ๐ข 4/4 pts ๐ฏ 100% Accuracy in 1st attempt #100DaysOfCode #Java #GFG #DSA #Day51
1
0
1
โ
Day 49/160 GFG Challenge Complete! ๐ฏ Problem: Longest Consecutive Subsequence ๐ Approach: Sorted the array and used a linear pass to count consecutive elements #DSAWithJava #100DaysOfCode #Day49Done #GeeksForGeeks #ConsecutiveStreaks #CleanCode
0
0
0
โ
Day 48/160 GFG Challenge Complete! ๐ฏ Problem: Find the Union of Two Arrays ๐ Approach: Used a single HashSet to merge both arrays and eliminate duplicates #DSAWithJava #100DaysOfCode #HashSetMagic #Day48Done #GeeksForGeeks #UnionOperation
0
0
1
โ
Day 47/160 GFG Challenge Complete! ๐ฏ Problem: Intersection of Two Arrays with Duplicate Elements ๐ Approach: Utilized two HashSets โ one to store elements of the first array, another for the result #DSAWithJava #gfg160 #gfg #SetOperations #Day47Done #GeeksForGeeks
0
0
0