Explore tweets tagged as #DSAWithCpp
@mr_venkey_06
Mohan
1 year
🚀 Day 18 of #DSAwithCPP: Solved Bracket Numbers problem today using stacks! Passed 1115/1115 test cases ✅. Onwards and upwards with #DSA and #C++ 💻🔧. #CodingChallenge #ProblemSolving #GeeksforGeeks #100DaysOfCode
0
0
6
@mr_venkey_06
Mohan
1 year
Day 2/50: #DSAwithCPP Solved "Check if Array is Sorted and Rotated" on LeetCode today! 🔄 Learned about detecting sorted rotations and using logic to simplify conditions. 📊 #CPlusPlus #LeetCode #100DaysOfCode #CodingChallenge #DSA #Programming
0
0
7
@saketraj01227
Saket
2 years
2108. Find First Palindromic String in the Array #leetcode #code #dsa #dsawithcpp #dsausingcpp #cpp #coding #codeisfun #codewithme
0
0
0
@Mehendikhatun_
Mehendi Khatun
26 days
Day 3 of my #DSAJourney 🚀 Learned about Conditional Statements & Loops in C++ today. Covered: • if, else if, else • while, do-while, for loops Conditionals teach decision making. Loops teach discipline. Together — they build logic.💡 #Cplusplus #Consistency #DSAwithCpp
0
0
1
@mr_venkey_06
Mohan
1 year
🚀 Day 13/50 of #DSAwithCPP: Solved Majority Element (LeetCode #169) with an O(n) solution! 💻 It's all about efficiency in coding. On to the next! #LeetCode #CodingChallenge #Cpp #50DaysOfCode
0
0
5
@mr_venkey_06
Mohan
1 year
Day 11 of #DSAwithCPP 🔥 Solved Swap Nodes in Pairs on LeetCode with 0ms runtime, beating 100% of submissions! 💯 Linked lists are no match for me! 🚀 #100DaysOfCode #CodingChallenge #LeetCode #Cplusplus #DataStructures #ProblemSolving #DevLife
0
0
4
@mr_venkey_06
Mohan
1 year
Day 10/50 of #DSAwithCPP 💻 Solved Maximum Subarray using Kadane's Algorithm! 🧮 Key: O(n) time complexity to find the largest sum of a subarray. Super efficient! 🔥 #100DaysOfCode #CodingChallenge #C++ #DSA #Algorithm #TechTwitter
0
0
3
@AskeriJameel
Abdullah Jameel Askeri
5 months
🧵 Day 18 – #DSAwithCPP Entered the world of string algorithms 🔥 — Brute Force → basic but slow — KMP → pura brain fry — Rabin-Karp → hashing game strong 💡 📌 To-do: ▪️ KMP&Rabin-Karp code ▪️ Pending Qs KMP ne system hang kara diya — but maze aa rahe hain! 💪 #100DaysOfCode
0
1
5
@mr_venkey_06
Mohan
1 year
Day 5/50 of #DSAwithCPP 🔥 Solved problem 2419: “Longest Subarray With Maximum Bitwise AND” 💻 Bitwise ops can be a game-changer in optimizing code! 45 more days to go! #CodingChallenge #DSA #Cpp #letsconnect
0
0
2
@mr_venkey_06
Mohan
1 year
Day 25/50 of my #DSAwithCPP challenge ✅ Solved 'Permutation in String'! 🔄 Learned how to use sliding windows to check for permutations in strings. #letconnect #Coding #DSA #100DaysOfCode #CodeNewbie
0
0
4
@mr_venkey_06
Mohan
1 year
Day 12/50 of #DSAwithCPP: Solved the "Facing the Sun" problem today! 🌇 It’s all about figuring out which buildings can enjoy the sunset based on their heights. Loving the pattern recognition in DSA! 💡 #100DaysOfCode #CPP #DSA #coding
0
0
1
@itrajeevranja
Rajeev Ranjan Yadav
10 months
Should I also post whatever I solve on LeetCode or just maintain a GFG streak on X? #dsa #java6 #LeetCode #DSAwithCPP
0
0
1
@Vikanony790598
Rishabh
3 months
0
0
0
@aarav_m12
Aarav
1 month
Revised my basics of "Stacks- Queues" today & finally understood the magic of the **Monotonic Stack** 🚀 Perfect tool for problems like NSE, PSE, Stock Span & more! #100DaysOfCode #DSA #LeetCode #CodeNewbie #DevCommunity #CodingJourney #GeeksforGeeks #ProgrammersLife #DSAWithCPP
0
0
0
@arbazhaider0
Arbaz Haider
1 month
🗓️Day 6 of DSA with @takeUforward_ 📚Learned more about nested loops and symmetry, and Solved patterns 12 - 14: 1️⃣Symmetric number pyramid 2️⃣Increasing consecutive numbers per row 3️⃣Alphabet triangle (A➡️ABCDE) #TUFWinterArc #DSA #100DaysOfCode #dsawithcpp
@arbazhaider0
Arbaz Haider
1 month
🗓️Day 5 of DSA with @takeUforward_ after a short break. 📚Revisited and solved pattern problems (1 - 11) from Easy to Medium level & revised some key concepts. ➡️Started off the #TUFWinterArc will stay consistent this time. #TUFWinterArc #DSA #100DaysOfCode
0
0
2
@codewithdeepak0
Deepak Prajapati
6 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
0
0
1
@keshav0774
Keshav Mishra
3 months
0
0
7
@ChinmayRan24745
Chinmaya Ranjan Panigrahi
6 months
👉Learned Linked Lists today! #DSAWithCpp -> Singly LinkedList -> Insert/delete anywhere in LinkedList @ChaiCodeHQ @Hiteshdotcom @PrateekJain027
0
1
10
@sanju3139
Sanju
1 year
#Day10 of Learning DSA with C++ 💻 Today, I worked on #InsertionSort. 💡Problems Solved 1. Basic Insertion Sort: 2. Insertion Sort in Descending Order 3. Finding the Correct Insertion Position: #Day10 #DSAwithCPP #InsertionSort #SortingAlgorithms #CodingJourney
0
0
0
@sanju3139
Sanju
1 year
#Day12 of Learning DSA with C++ 💻** Today was another productive day of working through #BinarSearchproblems! **Binary Search Problems Solved** 1. Pivot Element in a Rotated Sorted Array: 2. Square Root of a Number: #Day12 #DSAwithCPP #BinarySearch #PivotElement
1
0
3