#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

mr_venkey_06's tweet image. ๐Ÿš€ 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

sanju3139's tweet image. #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
sanju3139's tweet image. #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
sanju3139's tweet image. #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

mr_venkey_06's tweet image. 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

mr_venkey_06's tweet image. ๐Ÿš€ 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

mr_venkey_06's tweet image. 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

Vikanony790598's tweet image. 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

mr_venkey_06's tweet image. 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

ChinmayRan24745's tweet image. ๐Ÿ‘‰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

mr_venkey_06's tweet image. 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

Hrithik_Dhondi's tweet image. 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

mr_venkey_06's tweet image. 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

AskeriJameel's tweet image. ๐Ÿงต 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

mr_venkey_06's tweet image. 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

AskeriJameel's tweet image. ๐Ÿ” 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

DheerajCoder's tweet image. 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

saransh_dutta's tweet image. 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

AskeriJameel's tweet image. ๐Ÿš€ 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

AskeriJameel's tweet image. ๐ŸŒณ 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

AskeriJameel's tweet image. ๐Ÿ“˜ 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

Vikanony790598's tweet image. 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

ChinmayRan24745's tweet image. ๐Ÿ‘‰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

saransh_dutta's tweet image. 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

Suryansh_Porwal's tweet image. 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

Geen resultaten voor "#dsawithcpp"

๐Ÿš€ 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

mr_venkey_06's tweet image. ๐Ÿš€ 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

mr_venkey_06's tweet image. 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

mr_venkey_06's tweet image. ๐Ÿš€ 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

mr_venkey_06's tweet image. 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

mr_venkey_06's tweet image. 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

sanju3139's tweet image. #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
sanju3139's tweet image. #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
sanju3139's tweet image. #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

mr_venkey_06's tweet image. 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

mr_venkey_06's tweet image. 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

mr_venkey_06's tweet image. 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

ChinmayRan24745's tweet image. ๐Ÿ‘‰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

Hrithik_Dhondi's tweet image. 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

saransh_dutta's tweet image. 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

AskeriJameel's tweet image. ๐Ÿงต 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

Vikanony790598's tweet image. 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

AskeriJameel's tweet image. ๐ŸŒณ 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

Suryansh_Porwal's tweet image. Another Morning with some string questions and Grindโ˜„๏ธ...

What you guys doing?

#coding #programmer #DSAwithCPP #DSA #Web3Community #web3 #Smartcontracts
Suryansh_Porwal's tweet image. 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

AskeriJameel's tweet image. ๐Ÿš€ 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

AskeriJameel's tweet image. ๐Ÿ” 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

DheerajCoder's tweet image. 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

AskeriJameel's tweet image. ๐Ÿ”ข 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

Loading...

Something went wrong.


Something went wrong.


United States Trends