#100daysofcodesolved search results
Day 50: #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 1. (1108) Defanging an IP Address.
Day 91 : #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 1603. Design Parking System.
Day 94 : #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 1. Maximum Product Subarray.
Day 49: #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 1. (1021) Remove Outermost Parentheses
Day 92 : #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 2161. Partition Array According to Given Pivot.
Day 93 : #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 1. Find Indexes of a subarray with given sum.
Day 48: #100DaysOfCodeSolved problems on leetcode and geeks for geeks. 1. 121. Best Time to Buy and Sell Stock 2. Next large element.
🏁 Day 11 of #100DaysOfCodeSolved today’s LeetCode problem was a easy question brute force can be use to submit . #LeetCode #Coding #DSA #BuildInPublic
(13/100) #100DaysOfCodeSolved Problems: 1. Word Search II -> leetcode.com/problems/word-… Will again try the same problem with different approach. (Goal: Solve one problem at least a day) Complete folder -> github.com/igokhul/DSA-Bo…
✅ Day 26 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Longest Subsequence Repeated k Times (POTD) 2. Rising Temperature #LeetCode #DSA #ProblemSolving #greedy #vit #challenge #DrGVishwanathan #String #counting #algorithm #math #backtracking #enumeration #mysql #sql
✅Day 27 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Find Subsequence of Length K With the Largest Sum (POTD) 2. First Bad Version #LeetCode #DSA #ProblemSolving #hashmap #vit #challenge #DrGVishwanathan #greedy #sorting #Binary #search #algorithm #backtracking #Array
(18/100) #100DaysOfCodeSolved Problems: 1. Swapping Nodes in a Linked List -> leetcode.com/problems/rotat… (Goal: Solve one problem at least a day) Complete folder -> github.com/igokhul/DSA-Bo…
Day 15 ✅ | #100DaysOfCodeSolved 2 Hard & 2 Medium problems today! 🔥 Expression Add Operators (Hard) 🔥 Merge Sort: Inversions (Hard) ⚡ Beautiful Arrangement (Medium) ⚡ Permutations II (Medium) #Coding #Tech #ProblemSolving #100DaysChallenge #Algorithms #DataStructures
Day 24 of #100DaysOfCodeSolved Single Element in a Sorted Array🧩using binary search in O(log n) and O(1) space #CodeNewbie #LeetCode #CPP #problemSolving
✅ Day 23 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Find All K-Distant Indices in an Array (POTD) 2. Word Pattern #LeetCode #DSA #ProblemSolving #twopointer #vit #challenge #DrGVishwanathan #Array #hashmap #algorithm #math #hashtable
✅ Day 31 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Find the Original Typed String II (POTD) 2. Letter Combinations of a Phone Number #LeetCode #DSA #ProblemSolving #vit #challenge #DrGVishwanathan #String #algorithm #dfs #bfs #graph #Hashtable #counting #potd #array
🚀 Day 14 of #100DaysOfCodeSolved LeetCode #509:Fibonacci Number 📷 Runtime: 0ms Beats 100% submissions 📷 #LeetCode #CPlusPlus #DSA #WomenWhoCode #DevJourney
Day 35 of #100DaysOfCodeSolved LeetCode 78 – Subsets Used an iterative approach — no recursion, no backtracking, just clean logic leetcode: leetcode.com/u/eklavyaasingh #LeetCode #Coding #Cplusplus #DSA #100DaysOfCode
🏁 Day 11 of #100DaysOfCodeSolved today’s LeetCode problem was a easy question brute force can be use to submit . #LeetCode #Coding #DSA #BuildInPublic
🚀 Day 25 of #100DaysOfCodeSolved LeetCode 125: Valid Palindrome 🧩 Used two pointers to skip non-alphanumeric chars & compare lowercase letters — clean and fast ✅🧠 O(n) | ⚙ O(1) leetcode: leetcode.com/u/eklavyaasingh #LeetCode #Coding #DSA #Cplusplus #100DaysOfCode
Day 54 of #100DaysOfCodeSolved the POTD on #GFG — Remove BST keys outside given range Approach Used #DFS traversal in postorder (left, right, root) For each node checked if its value lies within the range based on that, returned the appropriate left or right child #DSA #LeetCode
🚀 Day 3 of #100DaysOfCodeSolved LeetCode 20: Valid Parentheses ✅ Used a stack → push opens, match closes, check empty at end.💡 Stacks make matching pairs easy & efficient! #LeetCode #DSA #CodingChallenge
🚀 Day 14 of #100DaysOfCodeSolved LeetCode #509:Fibonacci Number 📷 Runtime: 0ms Beats 100% submissions 📷 #LeetCode #CPlusPlus #DSA #WomenWhoCode #DevJourney
Day 24 of #100DaysOfCodeSolved Single Element in a Sorted Array🧩using binary search in O(log n) and O(1) space #CodeNewbie #LeetCode #CPP #problemSolving
✅ Day 32 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Find the K-th Character in String Game I (POTD) 2. Minimum Recolors to Get K Consecutive Black Blocks #LeetCode #DSA #ProblemSolving #vit #challenge #DrGVishwanathan #String #algorithm #dfs #graph #counting #3sum
✅ Day 31 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Find the Original Typed String II (POTD) 2. Letter Combinations of a Phone Number #LeetCode #DSA #ProblemSolving #vit #challenge #DrGVishwanathan #String #algorithm #dfs #bfs #graph #Hashtable #counting #potd #array
✅ Day 30 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Find the Original Typed String I (POTD) 2. Most Profitable Path in a Tree #LeetCode #DSA #ProblemSolving #vit #challenge #DrGVishwanathan #String #algorithm #dfs #bfs #graph #Hashtable #counting #tree #potd #array
✅Day 28 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Number of Subsequences That Satisfy the Given Sum Condition (POTD) 2. Count the Hidden Sequences #LeetCode #DSA #ProblemSolving #hashmap #vit #challenge #DrGVishwanathan #sorting #algorithm #backtracking #Array
✅Day 28 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Number of Subsequences That Satisfy the Given Sum Condition (POTD) 2. Count the Hidden Sequences #LeetCode #DSA #ProblemSolving #hashmap #vit #challenge #DrGVishwanathan #sorting #algorithm #backtracking #Array
✅Day 27 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Find Subsequence of Length K With the Largest Sum (POTD) 2. First Bad Version #LeetCode #DSA #ProblemSolving #hashmap #vit #challenge #DrGVishwanathan #greedy #sorting #Binary #search #algorithm #backtracking #Array
✅ Day 26 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Longest Subsequence Repeated k Times (POTD) 2. Rising Temperature #LeetCode #DSA #ProblemSolving #greedy #vit #challenge #DrGVishwanathan #String #counting #algorithm #math #backtracking #enumeration #mysql #sql
✅ Day 23 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Find All K-Distant Indices in an Array (POTD) 2. Word Pattern #LeetCode #DSA #ProblemSolving #twopointer #vit #challenge #DrGVishwanathan #Array #hashmap #algorithm #math #hashtable
✅ Day 30 of #100DaysOfCodeSolved “Search in Rotated Sorted Array” on @geeksforgeeks ! Implemented an efficient search even when the array is rotated. 📷 1116/1116 test cases passed 📷#Coding #Python #GeeksforGeeks #leetcode #devlo #DrGvishwanathanChallenge
✅ Day 30 of #100DaysOfCodeSolved “Search in Rotated Sorted Array” on @geeksforgeeks ! Implemented an efficient search even when the array is rotated. 📷 1116/1116 test cases passed 📷 #Coding #GeeksforGeeks #leetcode #devlo #DrGvishwanathanChallenge
Day 15 ✅ | #100DaysOfCodeSolved 2 Hard & 2 Medium problems today! 🔥 Expression Add Operators (Hard) 🔥 Merge Sort: Inversions (Hard) ⚡ Beautiful Arrangement (Medium) ⚡ Permutations II (Medium) #Coding #Tech #ProblemSolving #100DaysChallenge #Algorithms #DataStructures
🚀 Day 3 of #100DaysOfCodeSolved LeetCode 20: Valid Parentheses ✅ Used a stack → push opens, match closes, check empty at end.💡 Stacks make matching pairs easy & efficient! #LeetCode #DSA #CodingChallenge
Day 91 : #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 1603. Design Parking System.
Day 50: #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 1. (1108) Defanging an IP Address.
Day 15 ✅ | #100DaysOfCodeSolved 2 Hard & 2 Medium problems today! 🔥 Expression Add Operators (Hard) 🔥 Merge Sort: Inversions (Hard) ⚡ Beautiful Arrangement (Medium) ⚡ Permutations II (Medium) #Coding #Tech #ProblemSolving #100DaysChallenge #Algorithms #DataStructures
Day 94 : #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 1. Maximum Product Subarray.
Day 49: #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 1. (1021) Remove Outermost Parentheses
Day 92 : #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 2161. Partition Array According to Given Pivot.
Day 93 : #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 1. Find Indexes of a subarray with given sum.
Day 48: #100DaysOfCodeSolved problems on leetcode and geeks for geeks. 1. 121. Best Time to Buy and Sell Stock 2. Next large element.
🏁 Day 11 of #100DaysOfCodeSolved today’s LeetCode problem was a easy question brute force can be use to submit . #LeetCode #Coding #DSA #BuildInPublic
Day 24 of #100DaysOfCodeSolved Single Element in a Sorted Array🧩using binary search in O(log n) and O(1) space #CodeNewbie #LeetCode #CPP #problemSolving
✅ Day 26 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Longest Subsequence Repeated k Times (POTD) 2. Rising Temperature #LeetCode #DSA #ProblemSolving #greedy #vit #challenge #DrGVishwanathan #String #counting #algorithm #math #backtracking #enumeration #mysql #sql
🚀 Day 14 of #100DaysOfCodeSolved LeetCode #509:Fibonacci Number 📷 Runtime: 0ms Beats 100% submissions 📷 #LeetCode #CPlusPlus #DSA #WomenWhoCode #DevJourney
✅ Day 23 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Find All K-Distant Indices in an Array (POTD) 2. Word Pattern #LeetCode #DSA #ProblemSolving #twopointer #vit #challenge #DrGVishwanathan #Array #hashmap #algorithm #math #hashtable
✅ Day 31 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Find the Original Typed String II (POTD) 2. Letter Combinations of a Phone Number #LeetCode #DSA #ProblemSolving #vit #challenge #DrGVishwanathan #String #algorithm #dfs #bfs #graph #Hashtable #counting #potd #array
✅ Day 32 of #100DaysOfCodeSolved 2 LeetCode challenge today! 1. Find the K-th Character in String Game I (POTD) 2. Minimum Recolors to Get K Consecutive Black Blocks #LeetCode #DSA #ProblemSolving #vit #challenge #DrGVishwanathan #String #algorithm #dfs #graph #counting #3sum
Day 54 of #100DaysOfCodeSolved the POTD on #GFG — Remove BST keys outside given range Approach Used #DFS traversal in postorder (left, right, root) For each node checked if its value lies within the range based on that, returned the appropriate left or right child #DSA #LeetCode
Something went wrong.
Something went wrong.
United States Trends
- 1. New York 29.5K posts
- 2. New York 29.5K posts
- 3. New York 29.5K posts
- 4. Good Wednesday 20.7K posts
- 5. Virginia 568K posts
- 6. #hazbinhotelseason2 34.9K posts
- 7. Alastor 25.4K posts
- 8. #wednesdaymotivation 1,468 posts
- 9. AND SO IT BEGINS 14.9K posts
- 10. Hump Day 7,463 posts
- 11. #RadioStatic 7,776 posts
- 12. Talus Labs 20.3K posts
- 13. #questpit 9,271 posts
- 14. Van Jones 3,215 posts
- 15. Enhanced 10.9K posts
- 16. But the Lord 9,181 posts
- 17. The GOP 249K posts
- 18. Proverbs 6,830 posts
- 19. Jay Jones 114K posts
- 20. #XLOV_UXLXVE 15.1K posts