#dsawithcpp zoekresultaten
๐ 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
#Day 8 of Learning DSA with C++ Today, I learnt about ๐ #SelectionSort algorithm ๐. This algorithm teaches you how to identify the smallest element and systematically arrange elements in ascending orderโone step at a time. #DSAwithCPP #SelectionSort #ProblemSolving
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
๐ 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
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
Happy Janamshtami To all.๐โโ๏ธ #coderarmy #dsawithcpp #mca #coding #computerscience #gfg #gfg160 #geeksforgeeks
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
๐ Day 10 of #DSAwithCPP โ Learned standard sorting techniques: Bubble Selection Insertion โ Practiced Binary Search (2 problems) โ Solved Single Element in a Sorted Array โ went from brute force โ optimized ๐ง Lesson: Start simple, then refine step by step. #100DaysOfCode
๐Learned Linked Lists today! #DSAWithCpp -> Singly LinkedList -> Insert/delete anywhere in LinkedList @ChaiCodeHQ @Hiteshdotcom @PrateekJain027
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
Day 6: Finished #lecture7 Miscellaneous concepts in #DSAwithcpp by @ShradhaKhapra_ Ma'am! Topics that I covered today: -Bitwise Operators -Operator precedence -Scope of variable -Data type Modifiers Looking forward to diving deeper! ๐ป #CodingJourney #coding #cpp #DSA
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
๐งต 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
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
๐ Day 9 of #DSAwithCpp ๐ฅ LC 206 โ Reverse LL ๐ฅ LC 876 โ Mid of LL ๐ฅ LC 1290 โ Binary โ Int (Sirโs OP logic!) โ DLL/CLL insert-delete ๐ Assignments: DLL & CLL code DLL โ Array Min pair removal @hiteshdotcom @PrateekJain027 @ChaiCodeHQ #Leetcode #Cpp #DSA
Today was good one, brute force was easy just compare all and check that is it subset by creating the 2 frequency array , but optimized was the good one we have to pre compute the frequency. #LeetCode #DSA #DSAwithCPP #Java #problem #problem_solver #consistency
Binary the language computers dream in!๐ปโจ Explore the Binary Number System and decode the essence of computing with Lecture 6 of @ShradhaKhapra_ Ma'am's DSA Series๐ #CodeInBinary #DSAWithCPP #ApnaCollege
๐ Cracked Linked Lists today! #DSAWithCpp โ Insert/delete anywhere โ Solved LC 243 ๐Writing articles on list types 3 fails โ 1 victory!๐ช Best advice: "Listen first" @PrateekJain027 Struggle? Mine: pointer errors ๐ What's yours? @Hiteshdotcom @ChaiCodeHQ #ChaiAurCode
๐ณ Day 12 of #DSAwithCpp โ LC 101 โ Symmetric Tree โ LC 104 โ Max Depth โ LC 112 โ Path Sum ๐ Started Level Order Traversal! ๐ Assignments: LC 404, 543, 98, 2974 @PrateekJain027 @ChaiCodeHQ @Hiteshdotcom @nirudhuuu #BinaryTree #Cpp #DSA #LearnInPublic #ChaiAurCode
๐ Day 17 of #DSAwithCPP via @ChaiCodeHQ With @PrateekJain027 & @Hiteshdotcom ๐ ๐ฅ Covered: Merge Sort Quick Sort Heap Sort (Priority Queue) Max/Min Heap Insertion & Heapify ๐ Assignments: LC 912, 1356, 1636, 2164, 1859 #100DaysOfCode #cpp #Sorting #DSA #ChaiAurCode
๐ Day 11 of #DSAwithCPP โ Solved 4 @LeetCode problems: 1. Painterโs Partition 2. Aggressive Cows 3. Peak Index in a Mountain Array 4. Reverse the String (Two Pointers) ๐ Studied Strings in C++ โจ #100DaysOfCode #CodeNewbie #LeetCode
๐ Day 10 of #DSAwithCPP โ Learned standard sorting techniques: Bubble Selection Insertion โ Practiced Binary Search (2 problems) โ Solved Single Element in a Sorted Array โ went from brute force โ optimized ๐ง Lesson: Start simple, then refine step by step. #100DaysOfCode
Day 9 of #DSAwithCPP Solved 4 @LeetCode problems today: ๐น 26. Remove Duplicates from Sorted Array ๐น 852. Peak Index in a Mountain Array ๐น 33. Search in Rotated Sorted Array ๐น 540. Single Element in a Sorted Array ๐ง Focus: Binary Search & its modifications.๐๐
Happy Janamshtami To all.๐โโ๏ธ #coderarmy #dsawithcpp #mca #coding #computerscience #gfg #gfg160 #geeksforgeeks
๐งต Day 8 of #DSAwithCPP Todayโs study menu ๐ฝ๏ธ ๐น Pointers (C++ fundamentals unlocked ๐) ๐น Binary Search โ both iterative & recursive flavors Daily grind still in progress -> 4 questions left to solve tonight ๐ป #100DaysOfCode #DSA
๐งต Day 7 of #DSAwithCPP Cracked 2 @LeetCode problems today: ๐น 50. Pow(x, n) ๐น 121. Best Time to Buy & Sell Stock Learnt: โ Two-Pointer Technique โ Binary Exponentiation (fast power) Hereโs my key insight ๐ #100DaysOfCode #LearnInPublic
REFLECTIONS๐ง Loved how: -Kadaneโs feels like magic once you dry run it - Mooreโs Algo gives majority element in O(n) with O(1) space - Target Sum taught me to think in terms of shifting indices Every day, a new lens to view problems ๐ #DSAwithCPP
#Day1 of #150days of my DSA journey begins! ๐ป Revised the basics of C++ โ variables, data types, loops & conditional statements. Feeling pumped to dive deeper from here! ๐ #DSAwithCPP #100DaysOfCode #CodingJourney
๐Learned Linked Lists today! #DSAWithCpp -> Singly LinkedList -> Insert/delete anywhere in LinkedList @ChaiCodeHQ @Hiteshdotcom @PrateekJain027
Weird C++ Facts โ #Day1 Continuing my DSA with C++ cohort journey. Todayโs insight: a[i] == i[a] is valid! Check the blog to learn why. Sharing gems from my #DSAwithCPP journey. Follow for more! Full blog: bit.ly/3Fi3j3c Thanks to @Hiteshdotcom @PrateekJain027
๐ Thatโs my learning journey so far โ and Iโm just getting started..! Next up: Arrays, Recursion, and STL ๐ If you're also learning C++, letโs grow together. Drop a โ๐ง โ if you're on the same path..! #CodeNewbie #BuildInPublic #DSAwithCpp
๐ Explored Vectors in C++ todayโan essential upgrade to arrays! Dynamic, flexible, and powerful for solving DSA problems. Lecture 9 of @ShradhaKhapra_ Ma'am's DSA Series truly delivered. ๐ Letโs keep the momentum going! ๐ปโจ #LearningJourney #DSAwithCPP #Array
Arrays: The OG of data structures!๐ Learn how to store, access, and manipulate elements like a pro in Array Data Structure - Part 1. A must-watch for every DSA beginner! ๐ Catch @ShradhaKhapra_ Ma'amโs DSA series now! #LearningJourney #DSAwithCPP #Arrays #CodeSmart
Unlock the magic of Bitwise Operators & master Data Type Modifiers! โ๏ธ Get ready to optimize your code like never before with Lecture 7 @ShradhaKhapra_ Ma'am's DSA Series. ๐ #BitwiseMastery #DSAWithCPP #ApnaCollege
Binary the language computers dream in!๐ปโจ Explore the Binary Number System and decode the essence of computing with Lecture 6 of @ShradhaKhapra_ Ma'am's DSA Series๐ #CodeInBinary #DSAWithCPP #ApnaCollege
๐งCracking the code with functionsโLecture 5 in @ShradhaKhapra_ Maโamโs DSA Series! Breaking problems into smaller, reusable blocks for elegant solutions. Coding just got smarter!๐ #DSAwithCPP #LearningJourney #ApnaCollege #FuntionsinCPP
Another morning and I did some string questions on Leetcode... Yesterday was kind of a mess so I revised some solidity basics and deployed my first L2 Smart Contract. #Web3 #DSA #DSAwithCPP #CodingJourney #LearnInPublic #zksync #Ethererum #LeetCode
๐ 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
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
๐ 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
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
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
#Day 8 of Learning DSA with C++ Today, I learnt about ๐ #SelectionSort algorithm ๐. This algorithm teaches you how to identify the smallest element and systematically arrange elements in ascending orderโone step at a time. #DSAwithCPP #SelectionSort #ProblemSolving
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
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
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
๐Learned Linked Lists today! #DSAWithCpp -> Singly LinkedList -> Insert/delete anywhere in LinkedList @ChaiCodeHQ @Hiteshdotcom @PrateekJain027
Day 6: Finished #lecture7 Miscellaneous concepts in #DSAwithcpp by @ShradhaKhapra_ Ma'am! Topics that I covered today: -Bitwise Operators -Operator precedence -Scope of variable -Data type Modifiers Looking forward to diving deeper! ๐ป #CodingJourney #coding #cpp #DSA
Binary the language computers dream in!๐ปโจ Explore the Binary Number System and decode the essence of computing with Lecture 6 of @ShradhaKhapra_ Ma'am's DSA Series๐ #CodeInBinary #DSAWithCPP #ApnaCollege
๐งต 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
Happy Janamshtami To all.๐โโ๏ธ #coderarmy #dsawithcpp #mca #coding #computerscience #gfg #gfg160 #geeksforgeeks
๐ณ Day 12 of #DSAwithCpp โ LC 101 โ Symmetric Tree โ LC 104 โ Max Depth โ LC 112 โ Path Sum ๐ Started Level Order Traversal! ๐ Assignments: LC 404, 543, 98, 2974 @PrateekJain027 @ChaiCodeHQ @Hiteshdotcom @nirudhuuu #BinaryTree #Cpp #DSA #LearnInPublic #ChaiAurCode
Another Morning with some string questions and Grindโ๏ธ... What you guys doing? #coding #programmer #DSAwithCPP #DSA #Web3Community #web3 #Smartcontracts
๐ Cracked Linked Lists today! #DSAWithCpp โ Insert/delete anywhere โ Solved LC 243 ๐Writing articles on list types 3 fails โ 1 victory!๐ช Best advice: "Listen first" @PrateekJain027 Struggle? Mine: pointer errors ๐ What's yours? @Hiteshdotcom @ChaiCodeHQ #ChaiAurCode
๐ Day 9 of #DSAwithCpp ๐ฅ LC 206 โ Reverse LL ๐ฅ LC 876 โ Mid of LL ๐ฅ LC 1290 โ Binary โ Int (Sirโs OP logic!) โ DLL/CLL insert-delete ๐ Assignments: DLL & CLL code DLL โ Array Min pair removal @hiteshdotcom @PrateekJain027 @ChaiCodeHQ #Leetcode #Cpp #DSA
Today was good one, brute force was easy just compare all and check that is it subset by creating the 2 frequency array , but optimized was the good one we have to pre compute the frequency. #LeetCode #DSA #DSAwithCPP #Java #problem #problem_solver #consistency
๐ข Day 13 of #DSAwithCpp โBig Brain Day! ๐ง ๐ฅ โ LC 404โ Sum of Left Leaves โ LC 543โ Diameter of Binary Tree BST finally clicked today! Now excited to explore AVL, B Tree & B+ Tree๐ณ @ChaiCodeHQ @Hiteshdotcom @PrateekJain027 #Leetcode #Cpp #DSA #ChaiAurCode #LearningInPublic
Something went wrong.
Something went wrong.
United States Trends
- 1. #WorldSeries 216K posts
- 2. Freddie Freeman 74.6K posts
- 3. Dodgers 271K posts
- 4. Klein 215K posts
- 5. Good Tuesday 24.4K posts
- 6. Grokipedia 92.6K posts
- 7. Ohtani 142K posts
- 8. Wikipedia 67.6K posts
- 9. #tuesdayvibe 1,518 posts
- 10. $PYPL 30.7K posts
- 11. #Worlds2025 13K posts
- 12. USS George Washington 21.6K posts
- 13. Kershaw 20.4K posts
- 14. Wordle 1,592 X N/A
- 15. Lauer 5,298 posts
- 16. Mookie 15.7K posts
- 17. Joe Davis 2,349 posts
- 18. Yamamoto 30.5K posts
- 19. 18 INNINGS 16.4K posts
- 20. Fuentes 50.3K posts