#dsaincpp risultati di ricerca
๐๐ฆ๐๐ฎ๐ฟ๐๐ถ๐ป๐ด ๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ณ Doubly Linked List Basics: ๐ Introduction to DLL & Node Representationโ ๐ Insert a Node in DLLโ ๐ Delete a Node in DLLโ @striver_79 @takeUforward_ #Programming #DSAinCPP #TUFWinterArc #60DaysOfCode #TechCommunity
๐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
๐๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฒ Linked List Basics: ๐ Deleting a Node in Linked List โ ๐ Finding the Length of the Linked List (Traversal) โ ๐ Searching an Element in Linked List โ #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
#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.
๐๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฑ String Problem: ๐ Count Palindromic Subsequences in a Stringโ Linked List Basics: ๐ Introduction to Linked Listโ ๐ Inserting a Node in Linked Listโ #๐ฃ๐ฒ๐ ๐๐๐ข๐ฏ๐ฏ #๐ณ๐ด๐ฅ๐ถ๐๐๐๐พ๐๐ ๐๐ผ #๐จ๐ข๐ฃ๐บ๐๐๐ฎ๐ฟ๐ขode
๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฐ ๐ฒ๐๐๐๐๐-๐๐๐๐ป๐ ๐พ๐๐: ๐ ๐ฒ๐๐๐๐๐พ๐๐ ๐ฏ๐บ๐ ๐๐๐ฝ๐๐๐๐พ โ ๐ ๐ซ๐๐๐๐พ๐๐ ๐ง๐บ๐๐๐ ๐ฏ๐๐พ๐ฟ๐๐ โ #๐ฏ๐๐๐๐๐บ๐๐๐๐๐ #๐ฃ๐ฒ๐ ๐๐๐ข๐ฏ๐ฏ #๐ณ๐ด๐ฅ๐ถ๐๐๐๐พ๐๐ ๐๐ผ #๐จ๐ข๐ฃ๐บ๐๐๐ฎ๐ฟ๐ข๐๐ฝ๐พ #๐ณ๐พ๐ผ๐๐ข๐๐๐๐๐๐๐๐
โ 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
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
๐๐ฆ๐๐ฎ๐ฟ๐๐ถ๐ป๐ด ๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ณ Doubly Linked List Basics: ๐ Introduction to DLL & Node Representationโ ๐ Insert a Node in DLLโ ๐ Delete a Node in DLLโ @striver_79 @takeUforward_ #Programming #DSAinCPP #TUFWinterArc #60DaysOfCode #TechCommunity
๐๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฒ Linked List Basics: ๐ Deleting a Node in Linked List โ ๐ Finding the Length of the Linked List (Traversal) โ ๐ Searching an Element in Linked List โ #Programming #DSAinCPP #TUFWinterArc #60DaysOfCode #TechCommunity
๐๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฑ 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
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โฆ
๐๐ฆ๐๐ฎ๐ฟ๐๐ถ๐ป๐ด ๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ณ Doubly Linked List Basics: ๐ Introduction to DLL & Node Representationโ ๐ Insert a Node in DLLโ ๐ Delete a Node in DLLโ @striver_79 @takeUforward_ #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
โ 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
๐๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฑ String Problem: ๐ Count Palindromic Subsequences in a Stringโ Linked List Basics: ๐ Introduction to Linked Listโ ๐ Inserting a Node in Linked Listโ #๐ฃ๐ฒ๐ ๐๐๐ข๐ฏ๐ฏ #๐ณ๐ด๐ฅ๐ถ๐๐๐๐พ๐๐ ๐๐ผ #๐จ๐ข๐ฃ๐บ๐๐๐ฎ๐ฟ๐ขode
๐๐ฒ๐ฌ๐๐ฎ๐๐๐ข๐ณ๐๐ผ๐ฑ๐ฒ - ๐๐ฎ๐ ๐ฒ Linked List Basics: ๐ Deleting a Node in Linked List โ ๐ Finding the Length of the Linked List (Traversal) โ ๐ Searching an Element in Linked List โ #Programming #DSAinCPP #TUFWinterArc #60DaysOfCode #TechCommunity
๐๐ฆ๐๐ฎ๐ฟ๐๐ถ๐ป๐ด 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. Falcons 12.9K posts
- 2. Drake London 2,270 posts
- 3. Max B 12.6K posts
- 4. Raheem Morris N/A
- 5. Kyle Pitts 1,247 posts
- 6. Alec Pierce 2,067 posts
- 7. #Colts 2,582 posts
- 8. Penix 2,626 posts
- 9. Bijan 2,396 posts
- 10. $SENS $0.70 Senseonics CGM N/A
- 11. $LMT $450.50 Lockheed F-35 N/A
- 12. Badgley N/A
- 13. $APDN $0.20 Applied DNA N/A
- 14. #ForTheShoe 1,441 posts
- 15. #Talus_Labs N/A
- 16. #AskFFT N/A
- 17. Zac Robinson N/A
- 18. Good Sunday 76.4K posts
- 19. #DirtyBirds N/A
- 20. Jessie Bates N/A