Search results for #LeetcodeChallenge
Hit Day 40 on my #100DaysOfLeetCode! š Today's problem: "Find Closest Person" (3516). Loved this one for its simplicity. It's all about distance ā£zāx⣠vs ā£zāyā£. O(1) #Coding #Algorithms #DSA #SoftwareDevelopment #LeetCodeChallenge
Day - 5/200 Q ----> Next permutation Sol ----> all we have to do is to 1->find the point of maxima of the array 2-> Swap with next bigger number 3-> reverse from swapped index to the end #dsa #dsachallenge #100daysofcode #leetcode #leetcodechallenge
Today's #LeetCode Shortest Common Supersequence slayed! šµļøāāļø Unraveled this DP like a murder mysteryāstrings merged, case closed! Grindās relentless, letās keep it movin! š #CodingJourney #LeetCodeChallenge
Today's #LeetCode Edit Distance checked off! āļø Another DP winātweaked those strings like a wordsmith. One must imagine Sisyphus happy, right? Head down, grind on! š #CodingJourney #LeetCodeChallenge
Today's #LeetCode Longest Common Subsequence nailed! 𧬠Diving deeper into DPādrilled this one like striking oil in a coding rig. Letās keep pumping those solutions! š #CodingJourney #LeetCodeChallenge
Today's #LeetCode Coin Change II crushed! š¤ Had a blast with this DP gemācounting combos like a kid in a candy store. Zooming through DP, whatās next? š #CodingJourney #LeetCodeChallenge
Today's #LeetCode Coin Change sorted! šŖ Tackled it with DFS and memoization. DP grind keeps chugging along! š #CodingJourney #LeetCodeChallenge
Today's #LeetCode Partition Equal Subset Sum gave me a run for my money! š Needed some help to crack this DP puzzle, but the grind donāt quitāhereās to nailing it solo next time! #CodingJourney #LeetCodeChallenge
Today's #LeetCode Triangle tackled! šŗ Crushed this DP classicāzigzagged through the rows like a pro. The grindās unstoppable, onto the next summit! š #CodingJourney #LeetCodeChallenge
Today's #LeetCode Minimum Path Sum conquered! šŖ Another DP winānavigated that grid like a champ to find the cheapest path. Timelineās poppinā, letās keep the grind going! š #CodingJourney #LeetCodeChallenge
š§ DSA ā Day 19 ā Solved LeetCode 42 & 26 š” Trapping Rain Water was tough! Struggled with two-pointers. Remove Duplicates was easy! Tomorrow: Max Consecutive Ones & Subsets II š Your Recursive tip? #DSA #leetcodechallenge
Today's #LeetCode Unique Paths smashed! š¶āāļø Dove into DP to count all those grid paths. Grindās going strong, onto the next! š #CodingJourney #LeetCodeChallenge
Just nailed LeetCode 560! š Here's my solution: [rentry.co/lc560]. Excited to share and learn with you allālet's connect. š¤ #CodeLife #LeetCodeChallenge #Programming #TechJourney #CodingCommunity #LearnTogether
š Day 23 of LeetCode 30-Day Challenge:Remove Duplicates from Sorted Array š¤ Input Example: nums = [0,0,1,1,1,2,2,3,3,4] š„ Output: [0,1,2,3,4,...], return value: 5 #30DaysOfCode #30DaysLeetcode #LeetcodeChallenge #CodingChallenge #DailyDSA #CodeEveryday @LeetCode
Today's #LeetCode Most Stones Removed with Same Row or Column solved! šŖØ Used DFS to clear those stonesāleaving no stone unturned in my internship hunt too, but still no luck! š Grind keeps rolling, onto the next! šŖ #CodingJourney #LeetCodeChallenge
Today's #LeetCode Find the City problem crushed! Back on track with Floyd-Warshallāsurprisingly snappier than Dijkstra for this one. Grindās back, no stopping now! #CodingJourney #LeetCodeChallenge
Day 261 of #DailyCoding: Crushed "Divide Array into Arrays with Max Difference" on #LeetCode! š§ Sorted nums & grouped into triplets with max diff ⤠k in O(n log n). Clean Java code! #Programming #CodingJourney #LeetCodeChallenge #TechTwitter
Day 259 of #DailyCoding: Back on X after a 2-day break, but my #LeetCode streak stays strong! Crushed "Maximum Difference Between Increasing Elements" with a clean O(n) solution. Keep coding, keep growing! šŖ #Programming #LeetCodeChallenge #CodingJourney