#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 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 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 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 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 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 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 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 94 : #100DaysOfCodeSolved Problems on leetcode and geeks for geeks. 1. Maximum Product Subarray.
🏁 Day 11 of #100DaysOfCodeSolved today’s LeetCode problem was a easy question brute force can be use to submit . #LeetCode #Coding #DSA #BuildInPublic
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 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 48: #100DaysOfCodeSolved problems on leetcode and geeks for geeks. 1. 121. Best Time to Buy and Sell Stock 2. Next large element.
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 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 14 of #100DaysOfCodeSolved LeetCode #509:Fibonacci Number 📷 Runtime: 0ms Beats 100% submissions 📷 #LeetCode #CPlusPlus #DSA #WomenWhoCode #DevJourney
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 20.8K posts
- 2. New York 20.8K posts
- 3. $TAPIR 1,638 posts
- 4. Virginia 521K posts
- 5. Texas 219K posts
- 6. Prop 50 178K posts
- 7. #DWTS 40.7K posts
- 8. Clippers 9,414 posts
- 9. Cuomo 406K posts
- 10. Harden 9,796 posts
- 11. TURN THE VOLUME UP 18.2K posts
- 12. Ty Lue N/A
- 13. Sixers 12.9K posts
- 14. Jay Jones 101K posts
- 15. Bulls 36K posts
- 16. #Election2025 16.1K posts
- 17. Embiid 6,121 posts
- 18. Van Jones 2,238 posts
- 19. Isaiah Joe N/A
- 20. WOKE IS BACK 35.3K posts