#75daysofdsa Suchergebnisse
๐Day 06 of #75DaysOfDSA Challenge!๐ #Connection I'm excited to report my achievements from today's challenges! ๐ Today, I revised previous topic like-Array, Sorting, LinkedList , Recursion, and String.
๐Day 04 of #75DaysOfDSA Challenge!๐ Hello, #connectivity 'm excited to report my achievements from today's challenges! ๐ Today, I solved @codechef problem. I solved 3 problems.
๐Day 06 of #75DaysOfDSA Challenge!๐ I'm excited to report my achievements from today's challenges! ๐ Today, I learned Sorting Algorithm. @striver_79
DAY 11 of #75daysofdsa: 11/75 โ #coderarmy #dsa Things I learned today: - -Time and space complexity in C++
DAY 9 of #75daysofdsa: 9/75 โ #coderarmy #dsa Things I learned today: -Got introduced to arrays in C++
๐ Day 67 of 75: Completed a project focused on mastering Fetch API, Promises, and Async/Await! ๐๐ป Introducing the "freeCodeCamp Forum Leaderboard". Huge thanks to @freecodecamp for their resources! #CodeJourney #JavaScript #75DaysofDSA #AsyncAwait #APIs
๐ Day 64 of 75: Successfully completed my Cash Register Project! ๐ผ๐ป Hard work pays off! #CodeJourney #JavaScript #75DaysofDSA #ProjectCompletion
2/75 hard coding challenge So this is day 2 where I solve problems related to Array #75daysofcodechallenge #75dayschallenge #75daysofdsa #75dayhardchallenge
DAY 3 of #75daysofdsa: 3/75 โ #coderarmy #dsa Things I learned today: -Advance usage of For loops in C++ -Solved 15 questions using for loop which included problems like-Prime Numbers, Factorial, Fibonacci Series, Sum of n Numbers
Day 57 of #75DaysofDSA ๐ Solved LeetCode 2574: Left & Right Sum Differences ๐งฎ โ Used prefix sums for O(n) solution โ Quick left/right sum calculation โ Strengthened array problem-solving #75DaysOfDSA #LeetCode #Java #DSA #ProblemSolving
Day 55/75 โ Combination Sum II Used recursion + backtracking to find all unique combos ๐ Key trick: skip an element if itโs equal to the previous one โ avoids duplicates โ Small condition, big impact ๐ #75DaysOfDSA #LeetCode #Recursion #Backtracking
@striver_79 Day 65/75 of #75DaysOfDSA ๐ป๐ฅ Solved โMaximum Points You Can Obtain from Cardsโ on #LeetCode Pick k cards from either end to maximize points. Trick? Find the min subarray sum of size (nโk) using a sliding window and subtract it from total ๐ก 10 days to go ๐ช #DSA
Something shifted today. When I began DSA, recursion felt like dark magic. But on Day 56/75, while solving Roman to Integer & Combination Sum III, the logic formed in my head before I typed a line. Thatโs the quiet power of showing up daily. #75DaysOfDSA #LeetCode #DSA
Day 55/75 โ Combination Sum II Used recursion + backtracking to find all unique combos ๐ Key trick: skip an element if itโs equal to the previous one โ avoids duplicates โ Small condition, big impact ๐ #75DaysOfDSA #LeetCode #Recursion #Backtracking
Day 54/75 โ Merge K Sorted Lists (Hard) ๐ป First merged by creating new nodes โ worked but heavy. Then switched to dummy + tail pointer ๐ reused nodes โ clean & fast! Smart linking > extra logic ๐ #75DaysOfDSA #LeetCode #DSA #LinkedList
๐ฅ #75DaysOfDSA - Day 8 ๐งฉ Solved: Is Subsequence (LC 392 - Easy) ๐ Topic: Two Pointers โ๏ธ Used two pointers to check if one string is a subsequence of another ๐ป GitHub: lnkd.in/gVvP4Rf4 #Java #DSA #LeetCode #100DaysOfCode #CodingChallenge #FAANG #CodeNewbie #TechTwitter
DAY 13 of #75daysofdsa: 13/75 โ #coderarmy #dsa Things I learned today: -Bubble Sort -Implementations of Bubble sort and their theory
DAY 12 of #75daysofdsa: 12/75 โ #coderarmy #dsa Things I learned today: -Selection sort algorithm -Sort arrays in ascending/descending order
DAY 11 of #75daysofdsa: 11/75 โ #coderarmy #dsa Things I learned today: - -Time and space complexity in C++
DAY 10 of #75daysofdsa: 10/75 โ #coderarmy #dsaThings I learned today: -Linear search in C++ -Reverse of an array -Fibonacci series in C++ -Passing arrays in a functions
DAY 9 of #75daysofdsa: 9/75 โ #coderarmy #dsa Things I learned today: -Got introduced to arrays in C++
DAY 8 of #75daysofdsa: 8/75 โ #coderarmy #dsa Things I learned today: -Functions in C++ -Pass by Value -Pass by reference Also completed lecture number 13 of the playlist. Will be trying to complete more than one lecture from next week to increase the pace
DAY 7 of #75daysofdsa: 7/75 โ #coderarmy #dsa Things I learned today: -Binary to Decimal Conversion -Decimal to Binary Conversion -Decimal to octal Conversion -Binary to octal Conversion
#75DaysOfDSA DAY 32/75 Solved @LeetCode POTD Circular tour on @geeksforgeeks #dsa #consistency #potd #problemsolving
#75DaysOfDSA Day 13/75: Did one question on @LeetCode : Max consecutive ones #DSA #problemsolving #consistency #array
#75DaysOfDSA DAY 2: Just did one question: Reverse Linked list in K groups on @CodingNinjasOff . . . . . #DSA #Day2 #Linkedlist
#75DaysOfDSA Busy preparing for college exams so I am not able to do much problems Day 11/12 Day 11: Did an easy level question on @geeksforgeeks on Find duplicates in an sorted array Day 12 : Merge sort in a linked list P.S following @lovebabbar3 playlist #DSA #problem
#75DaysOfDSA Day 19/75 2 questions: Redundant bracket Minimum bracket reversal (both @CodingNinjasOff) Following @lovebabbar3 's DSA series #DSA #consistency #ProblemSolving
#75DaysofDSA day 8 (last two days i was ill) Did 1 question: -> check if the LL is palindrome or not #DSA #linkedlist #problemsolving
#75DaysOfDSA Day 20/75 Day 20: 2 questions ->Next greater element ->Next smallest element Was planning to do more questions, but debugging took longer ( Next greater element) due to different IDEs of both the question. Stopping here for today. #DSA #consistency #problemsolving
#75DaysOfDSA Day 5/75 Studied about maps in Cpp Did a question on GFG : Sort a given liked list of 0s 1s 2s #dsa #ProblemSolving #day5 #consistency #linkedlist
#75DaysOfDSA Day 26/75: Studied about circular queue and did a medium level question on @LeetCode which was Design Circular Queue #DSA #consistency #queue #problem #problemsolving
#75DaysOfDSA Day 2/3: Day 2: Reverse of LL in K group Day 3 : Did two questions: 1) Merge two LL in sorted order 2) Check if LL is circular or not . . . . . #DSA #ProblemSolving #consistency #leetcode
Starting #75DaysOfDSA with my college mates I am on the topic linked lists , so I am starting my challenge from there. Today I revised the concept of LL and did 2 questions: 1) Reverse of a L.L 2) Finding middle of L.L . . @itsPragya028 @kinston_18 @Dhanu0208 @Gaurav_0771
#75DaysOfDSA DAY 10: Did just one question on @LeetCode: -> find the starting point of the loop of the LL Concept of slow and fast pointer is so cool to use though ๐คand makes the code concise and easy to understand #DSA #linkedlist #ProblemSolving #leetcode #consistency
DAY 11 of #75daysofdsa: 11/75 โ #coderarmy #dsa Things I learned today: - -Time and space complexity in C++
DAY 9 of #75daysofdsa: 9/75 โ #coderarmy #dsa Things I learned today: -Got introduced to arrays in C++
๐Day 04 of #75DaysOfDSA Challenge!๐ Hello, #connectivity 'm excited to report my achievements from today's challenges! ๐ Today, I solved @codechef problem. I solved 3 problems.
๐Day 06 of #75DaysOfDSA Challenge!๐ #Connection I'm excited to report my achievements from today's challenges! ๐ Today, I revised previous topic like-Array, Sorting, LinkedList , Recursion, and String.
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Sunday 56K posts
- 2. Klay 24.4K posts
- 3. McLaren 102K posts
- 4. #sundayvibes 4,379 posts
- 5. Lando 134K posts
- 6. #FelizCumpleaรฑosNico 3,038 posts
- 7. #FelizCumpleaรฑosPresidente 2,884 posts
- 8. #AEWFullGear 72.7K posts
- 9. Ja Morant 11.1K posts
- 10. Oscar 126K posts
- 11. #LasVegasGP 229K posts
- 12. Piastri 74.9K posts
- 13. Max Verstappen 66.2K posts
- 14. Childish Gambino 2,578 posts
- 15. Tottenham 39.7K posts
- 16. South Asia 37.5K posts
- 17. Arsenal 161K posts
- 18. God Bless America 6,868 posts
- 19. Samoa Joe 5,581 posts
- 20. Hangman 10.8K posts