#dsaincpp search results
๐๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฑ String Problem: ๐ Count Palindromic Subsequences in a Stringโ Linked List Basics: ๐ Introduction to Linked Listโ ๐ Inserting a Node in Linked Listโ #๐ฃ๐ฒ๐ ๐๐๐ข๐ฏ๐ฏ #๐ณ๐ด๐ฅ๐ถ๐๐๐๐พ๐๐ ๐๐ผ #๐จ๐ข๐ฃ๐บ๐๐๐ฎ๐ฟ๐ขode
๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฐ ๐ฒ๐๐๐๐๐-๐๐๐๐ป๐ ๐พ๐๐: ๐ ๐ฒ๐๐๐๐๐พ๐๐ ๐ฏ๐บ๐ ๐๐๐ฝ๐๐๐๐พ โ ๐ ๐ซ๐๐๐๐พ๐๐ ๐ง๐บ๐๐๐ ๐ฏ๐๐พ๐ฟ๐๐ โ #๐ฏ๐๐๐๐๐บ๐๐๐๐๐ #๐ฃ๐ฒ๐ ๐๐๐ข๐ฏ๐ฏ #๐ณ๐ด๐ฅ๐ถ๐๐๐๐พ๐๐ ๐๐ผ #๐จ๐ข๐ฃ๐บ๐๐๐ฎ๐ฟ๐ข๐๐ฝ๐พ #๐ณ๐พ๐ผ๐๐ข๐๐๐๐๐๐๐๐
๐๐ฆ๐๐ฎ๐ฟ๐๐ถ๐ป๐ด 60DaysOfCode - ๐๐ฎ๐ 1 String-problems: ๐ Sort Characters by Frequency โ ๐ Maximum Nesting Depth of Parenthesis โ ๐ Roman Number to Integer and vice versa โ ๐ Implement Atoi โ ๐ Count No. of Substrings โ @striver_79 @takeUforward_ #Programming #DSAinCPP
Update on DSA: Did problem no. 852 on leet code Peak index in mountain array bala problem sikha .. Important note: dry running your code in your notebook by yourself is very important to fully understand how your code works ๐ #DSA #CPP #DSAINCPP
๐Day 18 of learning DSA in C++ journey with @rohit_negi9 Bhaiya ! ๐กTodayโs grind: Time & Space Complexity, Big O/ฮ/ฮฉ, and 10 real examples (O(1) โ O(nยฒ)) โกTime & Space Complexity took me way longer to grasp than any other topic so far #100DaysOfDSA #DSAinCPP #BigONotationโฆ
โ Completed 100 Lectures! ๐ DSA in C++ โ Coder Army Learning step by step, from Stack to Dequeue. Still 63 lectures to go, but I'm proud of this progress. #CoderArmy #100LecturesDone #DSAinCPP #LearningJourney
๐๐ฆ๐๐ฎ๐ฟ๐๐ถ๐ป๐ด 60DaysOfCode - ๐๐ฎ๐ 3 String-problems: ๐ Rabin Karp โ ๐ Z-Function โ ๐ KMP Algorithm / LPS (pi) Array โ #TUFWinterArc #Programming #DSAinCPP #60DaysOfCode #TechCommunity
#coding #DSAinCpp Day 15th of my coding journey today's lecture is amazing and little heavy but I am completed from DSA series by @ShradhaKhapra_ mam topic covered in this lecture is memory address, pointers, dereferencing and many more thanks to mam to provide quality content.
Day 24 of learning DSA in C++ โ Learnt Binary Search Algorithm โ such a powerful tool! โ Solved Search in Rotated Sorted Array on LeetCode This one was really hard to understand at first, but I finally cracked it after 2 hours of thinking, trying, and learning! #DSAinCPP ๐ฅ๐
๐ Next Greater Element โ Solved using a monotonic stack for O(n) efficiency. This pattern shows up in countless problems. Understand it once, use it forever. Clean logic. Crisp code. #Stack #DSAinCPP #Leetcode #LearningJourney
Iโm officially on the run. 100 Days of Code starts now. โ๏ธ DSA in C++ ๐ Web Dev grind No hacks. No chill. Just me vs the compilerโdaily. Letโs see how far I can pull it. #100DaysOfCode #DSAinCPP #WebDevJourney #GrindModeOn #CodeOrDieTrying
๐ Previous Smaller Element โ Solved optimally in O(n) using a Monotonic Stack. A foundational pattern for problems like Histogram, Stack Span (in reverse), and more. ๐LeetCode-style approach #MonotonicStack #Leetcode #DSAinCPP #LearningJourney
๐ Largest Rectangle in Histogram โ A fundamental stack-based approach to find the maximum area in a histogram in O(n) time. Master this patternโitโs the backbone of many monotonic stack problems. #Stack #Leetcode #DSAinCPP #LearningJourney
๐ Next Greater Element II โ Circular array twist on a classic! Leetcode 503 explores how to efficiently find the next greater element using a monotonic stack in O(n). Think beyond linear โ simulate the circle smartly. #Leetcode #DSAinCPP #Stack #Queue #LearningJourney
๐งฎDesign a Min Stack โ Support push, pop, top, and get Min in O(1) time. Elegant space-optimized approaches using auxiliary stacks or encoded values. ๐A LeetCode classic for mastering stack design. #MinStack #DSAinCPP #Leetcode #LearningJourney
Unfolded complexity in style ๐งฉ Solved Flatten a Doubly Linked List using recursion + pointer magic. Cleaned up nested chaos into a smooth linear structure. #Leetcode Question - 430 #DSAinCPP #LearningJourney #DoubleLinkedList
Wrapped my head around pointer puzzles to solve Reverse Nodes in K-Group ๐ก A tricky yet elegant Linked List challenge that teaches you precision and pattern in pointer manipulation. #Leetcode #LinkedList #DSAinCPP #LearningJourney
๐ Cracked the Stock Span Problem with an optimal stack-based approach! Mastering such patterns not only sharpens problem-solving but builds real market intuition too. Every line of code counts. #StockSpan #DSAinCPP #Leetcode #Stack #LearningJourney
Just kicked off my DSA journey in C++! Time to flex those brain muscles and conquer one algorithm at a time. #100DaysOfCode #DSAinCPP
๐๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฑ String Problem: ๐ Count Palindromic Subsequences in a Stringโ Linked List Basics: ๐ Introduction to Linked Listโ ๐ Inserting a Node in Linked Listโ #๐ฃ๐ฒ๐ ๐๐๐ข๐ฏ๐ฏ #๐ณ๐ด๐ฅ๐ถ๐๐๐๐พ๐๐ ๐๐ผ #๐จ๐ข๐ฃ๐บ๐๐๐ฎ๐ฟ๐ขode
๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฐ ๐ฒ๐๐๐๐๐-๐๐๐๐ป๐ ๐พ๐๐: ๐ ๐ฒ๐๐๐๐๐พ๐๐ ๐ฏ๐บ๐ ๐๐๐ฝ๐๐๐๐พ โ ๐ ๐ซ๐๐๐๐พ๐๐ ๐ง๐บ๐๐๐ ๐ฏ๐๐พ๐ฟ๐๐ โ #๐ฏ๐๐๐๐๐บ๐๐๐๐๐ #๐ฃ๐ฒ๐ ๐๐๐ข๐ฏ๐ฏ #๐ณ๐ด๐ฅ๐ถ๐๐๐๐พ๐๐ ๐๐ผ #๐จ๐ข๐ฃ๐บ๐๐๐ฎ๐ฟ๐ข๐๐ฝ๐พ #๐ณ๐พ๐ผ๐๐ข๐๐๐๐๐๐๐๐
๐๐ฆ๐๐ฎ๐ฟ๐๐ถ๐ป๐ด 60DaysOfCode - ๐๐ฎ๐ 3 String-problems: ๐ Rabin Karp โ ๐ Z-Function โ ๐ KMP Algorithm / LPS (pi) Array โ #TUFWinterArc #Programming #DSAinCPP #60DaysOfCode #TechCommunity
๐ Hashing in Strings(Theory)โ #Programming #DSAinCPP #TUFWinterArc #60DaysOfCode #TechCommunity
๐๐ฆ๐๐ฎ๐ฟ๐๐ถ๐ป๐ด 60DaysOfCode - ๐๐ฎ๐ 1 String-problems: ๐ Sort Characters by Frequency โ ๐ Maximum Nesting Depth of Parenthesis โ ๐ Roman Number to Integer and vice versa โ ๐ Implement Atoi โ ๐ Count No. of Substrings โ @striver_79 @takeUforward_ #Programming #DSAinCPP
๐Day 18 of learning DSA in C++ journey with @rohit_negi9 Bhaiya ! ๐กTodayโs grind: Time & Space Complexity, Big O/ฮ/ฮฉ, and 10 real examples (O(1) โ O(nยฒ)) โกTime & Space Complexity took me way longer to grasp than any other topic so far #100DaysOfDSA #DSAinCPP #BigONotationโฆ
Update on DSA: Did problem no. 852 on leet code Peak index in mountain array bala problem sikha .. Important note: dry running your code in your notebook by yourself is very important to fully understand how your code works ๐ #DSA #CPP #DSAINCPP
๐ Next Greater Element II โ Circular array twist on a classic! Leetcode 503 explores how to efficiently find the next greater element using a monotonic stack in O(n). Think beyond linear โ simulate the circle smartly. #Leetcode #DSAinCPP #Stack #Queue #LearningJourney
๐ Largest Rectangle in Histogram โ A fundamental stack-based approach to find the maximum area in a histogram in O(n) time. Master this patternโitโs the backbone of many monotonic stack problems. #Stack #Leetcode #DSAinCPP #LearningJourney
๐งฎDesign a Min Stack โ Support push, pop, top, and get Min in O(1) time. Elegant space-optimized approaches using auxiliary stacks or encoded values. ๐A LeetCode classic for mastering stack design. #MinStack #DSAinCPP #Leetcode #LearningJourney
๐ Previous Smaller Element โ Solved optimally in O(n) using a Monotonic Stack. A foundational pattern for problems like Histogram, Stack Span (in reverse), and more. ๐LeetCode-style approach #MonotonicStack #Leetcode #DSAinCPP #LearningJourney
๐ Next Greater Element โ Solved using a monotonic stack for O(n) efficiency. This pattern shows up in countless problems. Understand it once, use it forever. Clean logic. Crisp code. #Stack #DSAinCPP #Leetcode #LearningJourney
๐ Cracked the Stock Span Problem with an optimal stack-based approach! Mastering such patterns not only sharpens problem-solving but builds real market intuition too. Every line of code counts. #StockSpan #DSAinCPP #Leetcode #Stack #LearningJourney
โ Just tackled the Valid Parentheses problem using Stack โ a classic for understanding balanced expressions & stack logic. Clean, structured, and a must-know! #DSAinCPP #Stack #LearningJourney
๐ Started with Stacks today โ a powerful LIFO data structure with endless real-world use cases. From undo features to syntax parsing, itโs all stacked up here. #Stacks #DSAinCpp #LearningJourney
Tackled Swap Nodes in Pairs in Linked List today ๐ง A great hands-on with pointer logic and node manipulation. Clean swaps, cleaner logic. #LinkedList #DSAinCPP #LearningJourney
Wrapped my head around pointer puzzles to solve Reverse Nodes in K-Group ๐ก A tricky yet elegant Linked List challenge that teaches you precision and pattern in pointer manipulation. #Leetcode #LinkedList #DSAinCPP #LearningJourney
Unfolded complexity in style ๐งฉ Solved Flatten a Doubly Linked List using recursion + pointer magic. Cleaned up nested chaos into a smooth linear structure. #Leetcode Question - 430 #DSAinCPP #LearningJourney #DoubleLinkedList
Tackled Flatten a Doubly Linked List today ๐๐ง Unfolded nested structures into a single linear, doubly linked list using recursion and careful pointer manipulation. A great exercise in mastering linked list traversal! #Leetcode430 #DSAinCPP #DoubleLinkedList #LearningJourney
Explored Circular Linked List today ๐ No NULLs, just a perfect loopโwhere the last node connects back to the first. Efficient for round-robin tasks & buffering systems. #DSAinCPP #CircularLinkedList #LearningJourney
Update on DSA: Did problem no. 852 on leet code Peak index in mountain array bala problem sikha .. Important note: dry running your code in your notebook by yourself is very important to fully understand how your code works ๐ #DSA #CPP #DSAINCPP
๐๐ฆ๐๐ฎ๐ฟ๐๐ถ๐ป๐ด 60DaysOfCode - ๐๐ฎ๐ 1 String-problems: ๐ Sort Characters by Frequency โ ๐ Maximum Nesting Depth of Parenthesis โ ๐ Roman Number to Integer and vice versa โ ๐ Implement Atoi โ ๐ Count No. of Substrings โ @striver_79 @takeUforward_ #Programming #DSAinCPP
๐๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฑ String Problem: ๐ Count Palindromic Subsequences in a Stringโ Linked List Basics: ๐ Introduction to Linked Listโ ๐ Inserting a Node in Linked Listโ #๐ฃ๐ฒ๐ ๐๐๐ข๐ฏ๐ฏ #๐ณ๐ด๐ฅ๐ถ๐๐๐๐พ๐๐ ๐๐ผ #๐จ๐ข๐ฃ๐บ๐๐๐ฎ๐ฟ๐ขode
๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฐ ๐ฒ๐๐๐๐๐-๐๐๐๐ป๐ ๐พ๐๐: ๐ ๐ฒ๐๐๐๐๐พ๐๐ ๐ฏ๐บ๐ ๐๐๐ฝ๐๐๐๐พ โ ๐ ๐ซ๐๐๐๐พ๐๐ ๐ง๐บ๐๐๐ ๐ฏ๐๐พ๐ฟ๐๐ โ #๐ฏ๐๐๐๐๐บ๐๐๐๐๐ #๐ฃ๐ฒ๐ ๐๐๐ข๐ฏ๐ฏ #๐ณ๐ด๐ฅ๐ถ๐๐๐๐พ๐๐ ๐๐ผ #๐จ๐ข๐ฃ๐บ๐๐๐ฎ๐ฟ๐ข๐๐ฝ๐พ #๐ณ๐พ๐ผ๐๐ข๐๐๐๐๐๐๐๐
๐Day 18 of learning DSA in C++ journey with @rohit_negi9 Bhaiya ! ๐กTodayโs grind: Time & Space Complexity, Big O/ฮ/ฮฉ, and 10 real examples (O(1) โ O(nยฒ)) โกTime & Space Complexity took me way longer to grasp than any other topic so far #100DaysOfDSA #DSAinCPP #BigONotationโฆ
โ Completed 100 Lectures! ๐ DSA in C++ โ Coder Army Learning step by step, from Stack to Dequeue. Still 63 lectures to go, but I'm proud of this progress. #CoderArmy #100LecturesDone #DSAinCPP #LearningJourney
๐๐ฆ๐๐ฎ๐ฟ๐๐ถ๐ป๐ด 60DaysOfCode - ๐๐ฎ๐ 3 String-problems: ๐ Rabin Karp โ ๐ Z-Function โ ๐ KMP Algorithm / LPS (pi) Array โ #TUFWinterArc #Programming #DSAinCPP #60DaysOfCode #TechCommunity
#coding #DSAinCpp Day 15th of my coding journey today's lecture is amazing and little heavy but I am completed from DSA series by @ShradhaKhapra_ mam topic covered in this lecture is memory address, pointers, dereferencing and many more thanks to mam to provide quality content.
๐ฅ Kadane's Algorithmโthe ultimate hack for finding the Maximum Subarray Sum! ๐ง Mastered this game-changing approach in @ShradhaKhapra_ Ma'am's DSA Series. Simplifying complex problems, one lecture at a time. ๐ปโจ #DSAinCPP #LearningJourney #Array
Something went wrong.
Something went wrong.
United States Trends
- 1. Marshawn Kneeland 29.1K posts
- 2. Nancy Pelosi 36K posts
- 3. #MichaelMovie 45.6K posts
- 4. #NO1ShinesLikeHongjoong 31.2K posts
- 5. #์์ํ_๋๋ฒ์์บกํด์ญ_์์ผ 30.7K posts
- 6. ESPN Bet 2,617 posts
- 7. Baxcalibur 4,491 posts
- 8. Chimecho 6,518 posts
- 9. Madam Speaker 1,638 posts
- 10. Gremlins 3 3,610 posts
- 11. Joe Dante N/A
- 12. #LosdeSiemprePorelNO N/A
- 13. VOTAR NO 28.2K posts
- 14. #thursdayvibes 3,240 posts
- 15. Jaafar 13.5K posts
- 16. Chris Columbus 3,197 posts
- 17. Diantha 1,899 posts
- 18. Rest in Peace 20.1K posts
- 19. Korrina 5,660 posts
- 20. Unplanned 8,324 posts