#leetcodemedium ผลการค้นหา
Solved another problem which is based on sliding window technique. Leetcode 1004 - Max Consecutive Ones III Check reply to view my solution. #LeetcodeMedium #SlidingWindow #Arrays
Stop using arrays to solve linked list leetcode problems. Leetcode 92 - Reverse Linked List 2 - C++ #LeetcodeMedium #LinkedList
452. Minimum Number of Arrows to Burst Balloons. Leetcode problem solution in Golang. #Leetcode150 #LeetcodeMedium #Golang
This problem can be easily solved if you are familiar with sliding window technique. Leetcode 1456 - Maximum number of vowels in a substring of given length - Leetcode Medium. Problem link - leetcode.com/problems/maxim… #Leetcode #LeetcodeMedium #Arrays
I think this is the first medium level problem which I have solved using Go 🥳 Leetcode 2095 - Delete middle node of linked list - Solution in Go. #LeetcodeMedium #LinkedList #100DaysOfCode
I started my weekend by solving a Leetcode medium level problem. Leetcode 1493 - Longest subarray of ones after deleting one element - Solution in Go. #Leetcode #TwoPointers #LeetcodeMedium #Go #Golang
I spent some time to understand mathematical proof from editorial solution, this solution depends more on mathematical proof than coding skills for sure. Leetcode 179: Largest Number: Solution in Go. #LeetcodeMedium #DSA #Golang #Go
“Marked the numbers, flipped the signs, and caught the sneaky duplicates. Clean, fast, and memory-wise. ⚡ #LeetCodeMedium #JavaMastery #CodeSmart”
C++ developers love linked list based questions 😇 Leetcode 19 - Remove Nth node from end of the list. Problem link - leetcode.com/problems/remov… #LeetcodeMedium #LinkedList #cpp #LeetcodeSolution
🚧 #63 Unique Paths II Robot in m×n grid w/ obstacles (1). Only moves ⬇️➡️. Find unique paths to bottom-right! 📦 Ex: [[0,0,0],[0,1,0],[0,0,0]] → 2 ✅ 📊 DP: dp[i][j]=0 if obs; else dp[i-1][j]+dp[i][j-1] ⏱ O(mn), 🗂 O(mn) #UniquePathsII #DP #LeetCodeMedium #InterviewReady
🔢 #50 Pow(x, n) — Raise x to power n ⚡ Don’t multiply x again & again! Use Fast Power: 👉 If n even: xⁿ = (x²)ⁿ⁄² 👉 If n odd: xⁿ = x × (x²)ⁿ⁄² 👉 If n < 0: flip → x = 1/x, n = -n ⏱ Time: O(log n) 📦 Space: O(1) #SmartMath #BinaryPower #LeetCodeMedium
🛤️ #64 Minimum Path Sum Find the min path sum in an m×n grid, moving only ⬇️ or ➡️. Ex: [[1,3,1],[1,5,1],[4,2,1]] → 7 ✅ (path: 1→3→1→1→1) 💡 DP trick: dp[i][j] = grid[i][j] + min(top,left) ⏱ O(mn), 🗂 O(mn)/O(n). #DynamicProgramming #LeetCodeMedium #InterviewReady
🛣️ #71 Simplify Path Simplify a Unix-style absolute path. / separates dirs, . = current, .. = parent. Remove extra slashes. Ex: "/home/"→"/home", "/a/./b/../../c/"→"/c" ✅ ⏱ O(n) | 📦 O(n) #SimplifyPath #StringParsing #LeetCodeMedium #UnixPaths #EdgeCases
🔢 #57 Insert Interval You’ve got sorted, non-overlapping intervals & a new one barging in 🛬 💥 Slide it in! ✅ Add before it 🔄 Merge overlaps 🚀 Drop it in 📥 Add the rest! Ex: [[1,3],[6,9]], [2,5] → [[1,5],[6,9]] ⏱️ O(n) | 📦 O(n) #SmartMerge #GreedyMoves #LeetCodeMedium
#74 Search 2D Matrix Matrix sorted row-wise & first of each row > last of prev. Find target ✅ ⚡ Trick: treat it as 1D → Binary Search! row=mid/n, col=mid%n ⏱ O(log(mn)) | 💾 O(1) #Search2DMatrix #BinarySearch #LeetCodeMedium #InterviewReady
Sep day 18 Challenge is live, please do check it out ✅ youtu.be/_dKpo85-uSo?si… . . . . . . . . . . . . . #leetcodesolution #leetcodedaily #leetcodemedium #leetcodegrind #faangprep #startup #dsa #hashmap #priorityQueue #codeexplain #coderlife #codingchallenge #prepareinterview
Something went wrong.
Something went wrong.
United States Trends
- 1. #heatedrivalry 91.6K posts
- 2. Rams 79.5K posts
- 3. ilya 82.8K posts
- 4. Sam Darnold 20.8K posts
- 5. Puka 53.2K posts
- 6. svetlana 7,713 posts
- 7. Stafford 22.3K posts
- 8. Al Michaels 2,902 posts
- 9. SCOTT HUNTER 12.4K posts
- 10. #PowerForce 1,491 posts
- 11. Rose 173K posts
- 12. Ben Shapiro 47.9K posts
- 13. #zzzSpecialProgram 6,687 posts
- 14. jacob tierney 6,100 posts
- 15. connor storrie 17.9K posts
- 16. #TSTheEndOfAnEra 11.1K posts
- 17. McVay 8,335 posts
- 18. #TNFonPrime 6,813 posts
- 19. Portuguese 30.9K posts
- 20. Niners 3,110 posts