Explore tweets tagged as #TwoPointers
@JeetKumarD35856
Jeet Kumar Dash
1 month
Just finished a power-packed session on the Two Pointer technique! πŸ’₯ Solved 1 GFG, 2 LeetCode & 1 InterviewBit problem. Massive shoutout to@CoderArmy & Rohit Negi Bhaiya for the crystal-clear explanations! Concepts Pura chamak gaiya bhaiya! πŸ”₯🧠 #DSA #TwoPointers #CoderArmy
2
1
8
@Iram57238
Iram Shahzadi
2 months
πŸš€ Day 12 of my #DSA journey Solved Container With Most Water πŸͺ£ βœ” Brute Force – O(nΒ²) βœ” Optimal Two Pointer – O(n) Lesson: Efficiency comes from smarter strategies πŸ’»βœ¨ #DSA #CodingJourney #ProblemSolving #TwoPointers
1
0
11
@DPrakash90053
Diwakar Prakash
6 hours
Revision mode still on πŸ” Solved LeetCode #142 β€” Linked List Cycle II πŸ” Finding the exact starting point of the cycle always feels elite 😀 #LeetCode #DSA #Revision #LinkedList #TwoPointers #Java #CodingJourney #100DaysOfCode #ProgrammerLife #TechGrind
0
0
1
@Yash_623
Yash
2 months
πŸ”₯ Day 364 of DSA Series πŸš€ Solved 1 LeetCode problem! 1️⃣ Container With Most Water πŸ’§πŸ“ β€” Classic two-pointer problem to maximize water storage between lines. Elegant mix of math & greedy! πŸ’‘βš‘πŸ’ͺπŸ”₯ #Day364 #DSA #LeetCode #TwoPointers #Greedy #100DaysOfCode #ProblemSolving
0
0
2
@HarshChauh12662
Harsh Chauhan
2 months
Day 149 of #365DaysOfCode As part of my Two Pointers revision, I solved 3Sum on LeetCode today. Really enjoyed tackling this classic problem and I’m looking forward to solving more! #LeetCode #DSA #TwoPointers #ProblemSolving #CodingChallenge #KeepCoding #ProgrammerLife
0
0
1
@M_Codes6
Muzamil Naik
6 months
Day 55 βœ… | #gfg160 Challenge @geeksforgeeks Solved: Count the Number of Possible Triangles πŸ”Ί 🧠 Logic: Sort + Two Pointers + Triangle Inequality πŸ“ˆ Time: O(nΒ²) | πŸ“¦ Space: O(1) πŸ‘‰ Check ALT. #DSA #Python #TwoPointers #Triangle #100DaysOfCode #geekstreak2025
2
2
16
@M_Codes6
Muzamil Naik
6 months
Day 54 βœ… | #gfg160 Challenge @geeksforgeeks Solved β†’ Pair with Given Sum in Sorted Array 🧠 Approach: Two Pointers + Freq. Counting πŸ“ˆ Time: O(n) | πŸ“¦ Space: O(1) πŸ‘‰More in ALT. #DSA #Python #TwoPointers #100DaysOfCode #Sorting #geekstreak2025
0
0
16
@Mohd_Saqib_
Mohd Saqib
4 months
πŸš€Β Day 375 of CodeΒ πŸš€ Solved : βœ…Β 2106. Maximum Fruits Harvested After at Most K Steps #Day375 #LeetCode #DSA #SlidingWindow #PrefixSum #TwoPointers #ProblemSolving #DataStructures #Algorithms #100DaysOfCode
1
1
10
@Zaryab_005
Zaryab Zubair
1 month
Day 51 of DSA Started the Two Pointer & Sliding Window module today! Solved 3 problems πŸ‘‡ 1: Two Sum 2: Two Sum II 3: Is Subsequence Loving how efficient two-pointer patterns make problem solving feel! #100DaysOfCode #DSA #LeetCode #JavaScript #TwoPointers #CodingJourney
0
0
10
@HarshChauh12662
Harsh Chauhan
2 months
Day 152 of #365DaysOfCode of #DSA Solved a classic #TwoPointers problem β€” Q11 on #LeetCode. The biggest hurdle was truly understanding the problem statement, once that clicked, the solution flowed smoothly. #buildinginpublic #techtwitter #algorithms #Consistency
0
0
4
@Mohd_Saqib_
Mohd Saqib
5 months
πŸš€Β Day 344 of CodeΒ πŸš€ Solved : βœ…Β 3333. Find the Original Typed String II (POTD) #Day344 #LeetCode #POTD #DSA #TwoPointers #StringManipulation #CodingChallenge #ProblemSolving #100DaysOfCode
0
1
12
@MohitPr7987101
Mohit
9 months
LeetCode POTD βœ… | Easy Two-Pointer Approach πŸ‘‡ Smooth and efficient! Just a simple two-pointer trick to solve it in O(n) time. Sometimes, the simplest techniques are the most powerful! πŸš€ #LeetCode #TwoPointers #Coding
0
0
10
@Mohd_Saqib_
Mohd Saqib
4 months
πŸš€Β Day 355 of CodeΒ πŸš€ Solved : βœ…Β 2410. Maximum Matching of Players With Trainers #Day355 #LeetCode #GreedyAlgorithm #TwoPointers #ProblemSolving #DSA #100DaysOfCode #CodingPractice #TechJourney #DailyCoding
1
0
8
@Kushal_Koradia
Kushal Koradia
1 month
βœ… Day 121 of #150DaysOfDSA πŸ“ LC 392: Is Subsequence πŸ”Ž Used a simple two-pointer scan β€” iterate through t and match characters of s in order. If all chars of s are found sequentially β†’ it’s a subsequence βœ… O(n) time | O(1) space #TwoPointers #StringMatching
0
0
6
@pranav_hegde80
Pranav Hegde
4 months
πŸ”€ Day 176/365 #365DaysOfCode βœ… πŸ”₯ Solved LeetCode 345: Reverse Vowels #LeetCode Approach: Two Pointers + Swap ⏱️ T.C:O(n) | πŸ’ΎS.C:O(1) πŸ’‘ Key Insight: - Left/right pointers meet β†’ swap vowels -Skip consonants efficiently #DSA #TwoPointers #StringManipulation
3
0
18
@Mohd_Saqib_
Mohd Saqib
4 months
πŸš€Β Day 376 of CodeΒ πŸš€ Solved: βœ…Β 904. Fruit Into Baskets #Day376 #LeetCode #DSA #SlidingWindow #TwoPointers #CodingChallenge #AlgorithmPractice #TechJourney #100DaysOfCode #ProblemSolving
0
0
3
@M_Codes6
Muzamil Naik
6 months
Day 53 βœ… | #gfg160 Challenge @geeksforgeeks Solved β†’ Sum Pair Closest to Target 🎯 Approach: Two Pointers + Minimum Difference Tracking πŸ“ˆTime: O(n log n) | πŸ“¦Space: O(1) πŸ‘‰ More in ALT ! #DSA #Python #TwoPointers #Sorting #100DaysOfCode #geekstreak2025
0
2
5
@Zaryab_005
Zaryab Zubair
1 month
Day 56 of DSA πŸš€ βœ… Solved 3Sum problem today! Brushed up on sorting + two-pointer technique β€” still one of the most satisfying patterns to use 😎 #100DaysOfCode #DSA #LeetCode #TwoPointers #CodingJourney #ProblemSolving
1
0
14
@Mohd_Saqib_
Mohd Saqib
2 months
πŸš€Β Day 441 of CodeΒ πŸš€ Solved : βœ…Β 2300. Successful Pairs of Spells and Potions #Day441 #LeetCode #DSA #BinarySearch #TwoPointers #ProblemSolving #Algorithms #DataStructures #CodingJourney #100DaysOfCode
0
0
1