#100daysofcodesolved نتائج البحث
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…
(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 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 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 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
✅ 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 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 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 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
(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 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 35/100 #100DaysOfCodeSolved 2 easy Java problem on @LeetCode revise binary search from @kunalstwt youtube channel #Nodejs #JavaScript #BackendDevelopment #100DaysOfCodeChallenge #webdev #Connect #buildinpublic #letsconnect #buildinpublic #java
✅ 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 25 #100DaysOfCodeSolved question @LeetCode (Even Odd Tree). POTD #GFG (Sum of bit differences), and yet another great month #DSA .
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
(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…
Something went wrong.
Something went wrong.
United States Trends
- 1. #DWTS 35.1K posts
- 2. Virginia 415K posts
- 3. New York 762K posts
- 4. New York 762K posts
- 5. Andy 60.9K posts
- 6. Jay Jones 74.9K posts
- 7. Maxey 6,450 posts
- 8. #Election2025 12.3K posts
- 9. Whitney 10.4K posts
- 10. Alix 6,811 posts
- 11. Louisville 116K posts
- 12. Cuomo 354K posts
- 13. Danielle 8,989 posts
- 14. ELAINE 59.4K posts
- 15. #WWENXT 12.5K posts
- 16. Mikie Sherrill 73.4K posts
- 17. WOKE IS BACK 14.9K posts
- 18. RIP NYC 8,803 posts
- 19. Abigail Spanberger 58.7K posts
- 20. Desmond Bane 1,355 posts