Day 9/100: Solved Valid Anagram! 🚀 Today, I tackled the "Valid Anagram" problem on LeetCode. If two strings contain the same characters but in a different order, they can be said to be anagrams. The challenge was given two strings s and t, return true if t is an anagram of s, and false otherwise. Excited to keep pushing forward on this coding journey! #LeetCode #CodingJourney #100DaysOfCode #ProblemSolving #LearningEveryDay
Pranav Mehunkar’s Post
More Relevant Posts
-
Day 19/30 Coding Challenge 🎉 Today I tackled LeetCode 83: Remove Duplicates from Sorted List. It was interesting to work through how to manage pointers and remove those duplicates efficiently! 🔄📋 Here's a quick breakdown of the approach I used: Step 1: Traverse the linked list. Step 2: If two consecutive nodes have the same value, skip the duplicate node. Step 3: Return the modified list without duplicates. A great problem to sharpen Linked List skills! 🧠💻 Big thanks to Yadagiri Lavanya and Prasanna Devapujyula for being consistent with me throughout this challenge! 🙌 What code are you working on today? Let’s keep pushing each other to stay strong until Day 30! 💪🚀 #100DaysOfCode #CodingChallenge #LeetCode #Day19 #LinkedList #ConsistencyIsKey
To view or add a comment, sign in
-
"Thrilled to crack the challenge of Minimum Falling Path Sum II on LeetCode! 💡🚀 This problem pushed me to think critically and optimize my code for efficiency. Always up for a coding challenge! 💻 #LeetCode #CodingChallenge #ProblemSolving #TechSkills" Problem Link : https://lnkd.in/gWtRCsbu
To view or add a comment, sign in
-
Leveling up my coding skills! 💪 Solved 2 out of 4 problems in this week's LeetCode Weekly Contest (#399). The first and third problems were similar problem statement, but with different constraints. The first one could be tackled with two loops (LeetCode accepted!), but the third one required a more optimized approach. 🧠 During the contest, I tried using a map, and it worked for the provided examples. However, it failed some hidden test cases. 🤔 Afterward, I checked and saw it only passed 682 out of 687 testcases. I plan to revisit this problem soon and figure out the optimal solution. Challenges like this only fuel my motivation to learn and improve!💡 #LeetCode #LeetCodeWeeklyContest #CodingChallenge #AlgorithmicThinking #ProblemSolving
To view or add a comment, sign in
-
Today, I tackled a medium-level LeetCode question on Simplify Path and successfully solved it! 🎉💻 Simplify Path is a problem that involves manipulating strings to simplify a file system path. It's a great exercise for understanding string manipulation and algorithmic thinking. I'm really enjoying the progress I'm making in this challenge. Each day brings new learnings and improvements in my coding skills. 💪 #100daysofcodexnst #nstcodingsprint
To view or add a comment, sign in
-
🌟 Day 77 of #100DaysofCode 🌟 Solved the 𝐑𝐞𝐯𝐞𝐫𝐬𝐞 𝐖𝐨𝐫𝐝𝐬 𝐢𝐧 𝐚 𝐒𝐭𝐫𝐢𝐧𝐠 𝐈𝐈𝐈 problem on Leetcode! 🔄✨ This problem focused on reversing individual words in a sentence while maintaining the word order. A great exercise in string manipulation, showcasing the importance of efficient iteration and in-place transformations. Coding every day keeps the momentum going! 🚀💡 #CodingJourney #ProblemSolving #LeetCode #AlgorithmDesign #StringManipulation #100DaysOfCoding #LearnToCode #ProgrammingChallenges #CodeEveryday
To view or add a comment, sign in
-
Just solved a 𝟮. 𝗔𝗱𝗱 𝗧𝘄𝗼 𝗡𝘂𝗺𝗯𝗲𝗿𝘀 problem on LeetCode! 💡 If you're diving into coding challenges, check out my solution 𝙌𝙪𝙚𝙨𝙩𝙞𝙤𝙣: https://lnkd.in/dTBE6Vn7 𝙎𝙤𝙡𝙪𝙩𝙞𝙤𝙣: https://lnkd.in/dwH77sNc #LeetCode #CodingChallenge #ProblemSolving
To view or add a comment, sign in
-
🚀 **Day 48 #100daysofcodingchallenge by Asharib Ali 🚀 "I have started the 100 Days of Coding challenge from Day 16 since I have already completed the questions from the previous 15 days." Question 142: Create a Promise that resolves with "Hello, World!" after 2 seconds. Question 143: Show how to use the .then() and .catch() methods to handle Promise resolution and rejection. Question 144: Explain the use of the Promise.all() method with an example. source code https://lnkd.in/guyHA7aw Hamzah Syed | Ameen Alam #coding #typescript #100daysofcodechallenge #codechallenge #100daysofcode #challengeaccepted
To view or add a comment, sign in
-
🔍✨ Today’s Daily LeetCode Challenge: Finding the Kth Bit in a Binary String! I tackled this problem by constructing the full binary string and directly accessing the Kth bit. It was quite easy and a great exercise in string manipulation and binary representation. 💡 Key takeaway: Sometimes, building the complete string simplifies the solution. Anyone else working on daily coding challenges? Let’s connect! #LeetCode #CodingChallenge #ProblemSolving
To view or add a comment, sign in
-
🚀 Day 85/100: #100DaysOfCode Challenge Today, I worked on problem #1813 on LeetCode: Sentence Similarity III. This problem tested my ability to handle string comparisons efficiently. 🔍 Key learnings: Enhanced my understanding of string manipulation and how to compare sentences for similarity. Practiced using two-pointer techniques to compare words while accounting for different sentence lengths. Focused on optimizing performance for edge cases, such as partial sentence matches. 💡 Takeaway: String problems continue to be a rewarding challenge, helping me sharpen both logic and efficiency. Only 15 days left to complete this exciting coding journey! #LeetCode #CodingChallenge #Day85 #BTechIT #ProblemSolving #StringManipulation #SentenceSimilarity #TwoPointerTechnique #KeepLearning #TechJourney
To view or add a comment, sign in
-
Question :kth distinct string in an Array . Simple approach of counting frequency of string by hash table. "🌟 Just submitted my solution for today's LeetCode challenge and feeling accomplished! 🚀💻 If you love solving coding problems and sharpening your skills, check out my approach and let's discuss! 💬✨ #LeetCode #CodingChallenge #ProgrammingJourney"
To view or add a comment, sign in