🚀 Day 39 of My 75-Day Coding Challenge 🚀 Hello LinkedIn community, Today marks another milestone in my #CrackYourInternship and #CrackYourPlacement journey, as I continue to push forward with my 75-day coding challenge. The journey has been intense, but every day brings new learnings and strengthens my resolve to achieve my goals. Here’s what I accomplished today: Valid Palindrome II: Tackling this problem was an excellent exercise in understanding string manipulation and optimization. The challenge was to determine if a given string could become a palindrome after deleting at most one character. This problem enhanced my ability to think through edge cases and optimize my solution. Minimum Swaps to Sort Array: This problem required a deep dive into sorting algorithms and the concept of cycles in permutations. It was a great way to revisit and apply my knowledge of sorting techniques while ensuring efficiency and accuracy in my approach. Make All Array Elements Equal with Minimum Cost: This was a fascinating problem that combined elements of array manipulation and cost optimization. It challenged me to devise a strategy that minimized the cost of making all elements in an array equal, testing my skills in dynamic programming and mathematical thinking. Consistency is tough, but I am committed to pushing through each day. The goal is not just to solve problems but to enhance my skills and prepare for a successful placement. Every problem solved is a step closer to becoming a better programmer and achieving my career aspirations. You can find my solutions to these problems on my GitHub: https://lnkd.in/gmGbKwJp Sharing my progress with all of you keeps me motivated and accountable. I appreciate all the support and encouragement from this amazing community. Let’s continue to strive for excellence and never stop learning. #CodingChallenge #75DayChallenge #DSA #ReviseWithArsh #PlacementPreparation #GitHub #Day39 #ConsistencyIsKey #ProblemSolving #CareerGoals
RACHITA NANGALIA’s Post
More Relevant Posts
-
🚀 Day 36 of My 75-Day Coding Challenge 🚀 I'm thrilled to share that I've successfully completed 5 more challenging problems today as part of my #CrackYourInternship and #CrackYourPlacement journey with Arsh Goyal. Tackling these coding problems has been a rewarding experience, and I'm excited to continue pushing my limits. 📚 Today's Problems: 1. Ceiling in a Sorted Array 📈 2. Excel Sheet Column Title 📊 3. Permute Two Arrays Such That Sum of Every Pair Is Greater or Equal to k ➕ 4. Create Permutations in an Array 🔄 5. Rotate Image 🔃 Each of these problems required different approaches and tested various aspects of my problem-solving skills. I've posted my solutions on my GitHub- https://lnkd.in/dhRCVtAv to share my progress and learnings with the community. 💡 Reflections: Challenges are not meant to be easy. They are designed to push us, to make us think harder, and to grow stronger. There were moments when I felt stuck, but giving up was never an option. Persistence and a positive mindset are key to overcoming obstacles. I'm also mindful of setting realistic goals for myself. Solving 4-5 problems a day is something I find manageable and effective for my learning pace. It's important to push ourselves, but equally important to stay realistic and consistent. Thank you to everyone who has been supporting and motivating me on this journey. Let's continue to strive for excellence and inspire each other to reach new heights. Feel free to check out my solutions and share your thoughts. Let's keep coding and learning together! #CodingChallenge #Day36 #75DaysOfCode #DSA #ReviseWithArsh #Persistence #GitHub #LinkedIn #NeverGiveUp
To view or add a comment, sign in
-
🚀 Did you graduate recently from a coding bootcamp, or still looking for a job since graduating from one? 🎓 Check out our latest blog post on VetsWhoCode's website for essential post-bootcamp tips! 💻 From building a killer portfolio to acing technical interviews, we've got you covered. Don't miss out on valuable insights to kickstart your programming career. Read more: https://buff.ly/3s1X3Gf #CodingTips #ProgrammingCareer #TechJourney #VetsWhoCode #Webdevelopment 🌐✨
To view or add a comment, sign in
-
🎉 Day 58 of my 100 Days Coding Challenge! 🚀 🔥💪 Submissions result of "Spiral-matrix-ii" #DAY58 :- #SpaceComplexity Beats 65.94% of users 💹 #TimeComplexity Beats 100.00% of users 💹 Today was another exciting day of coding as I delved deeper into #BST. 💻💡 I tackled some challenging problems, but the satisfaction of overcoming them made it all worth it! 💪🎉 One thing I learned today is #searchingAlgorithms. 🤓📚 It's incredible how each day brings new insights and growth, pushing me closer to my coding goals. 🌱🚀 Progress may sometimes feel slow, but every line of code written is a step forward. With each passing day, I'm becoming more confident and proficient in my coding skills. 💫👩💻 Looking ahead to tomorrow, I'm eager to continue building on what I've learned and exploring new concepts. The journey to mastery is ongoing, and I'm fully committed to seeing it through. 💯💻 To everyone else on their coding journey, keep pushing forward! Consistency is key, and every day counts. Let's code on and make Day 59 even more productive and rewarding! 💻🌟 #100DaysOfCode #CodeNewbie #ProgressInProgress #100DaysOfCode #LeetCode #Progress #CodeNewbie 🚀 #CodeLife #TechCommunity #100DaysOfCode #CodeNewbie #day58 #ProgressNotPerfection #CodingJourney
To view or add a comment, sign in
-
Day 17 of my #75dayDSAchallenge journey has been nothing short of exhilarating! 🚀 Today's coding session was a testament to perseverance and problem-solving prowess as I conquered not one, not two, but three challenging algorithmic problems. Here's a glimpse into my day: 1️⃣ **Median of 2 sorted arrays**: Imagine two sorted arrays of different lengths, and the task is to find the median of the combined array. It's not just about finding the middle element; it's about optimizing the solution for efficiency and handling various edge cases gracefully. After careful analysis and strategic implementation, I managed to crack this puzzle, achieving an elegant solution that balances both time and space complexities. Dive into the problem description here: https://lnkd.in/erp9aVTG 2️⃣ **Split array largest sum**: Instead of brute-forcing through all possible splits, I leveraged binary search to efficiently find the optimal split sum. By iteratively refining the search space based on the feasibility of a given split, I arrived at an efficient solution that minimizes the maximum sum of the resulting subarrays. Explore the problem statement here: https://lnkd.in/eGjwf9rF 3️⃣ **Minimum number of days to make M bouquets**: Transitioning from abstract algorithms to real-world applications, this problem challenged me to optimize the production of bouquets within a specified timeframe. Balancing constraints and requirements, I devised a strategy to minimize the number of days while meeting the bouquet quota. It was a fascinating exercise in algorithmic thinking and practical problem-solving, offering valuable insights into optimization and efficiency. Uncover the intricacies of this problem here: https://lnkd.in/eDPkuqcA As I reflect on today's accomplishments, I'm reminded of the boundless opportunities for growth and learning that the #DSAChallenge presents. Each problem solved is not just a step forward in my coding journey but also a testament to the power of determination and perseverance. With each challenge conquered, I emerge stronger, more confident, and more inspired to tackle the next hurdle that comes my way. Excited to continue this journey of discovery and mastery as I embark on Day 18 of the challenge! Stay tuned for more updates, insights, and coding adventures. Together, let's push the boundaries of what's possible in the world of #DataStructures and #Algorithms! 💡💻 #CodingChallenge #ProblemSolving #TechJourney #dsa #learinpublic #leetcode #striver #binarysearch #kiit #kiituniversity
Split Array Largest Sum - LeetCode
leetcode.com
To view or add a comment, sign in
-
CSE Student at IES College of Technology, Bhopal. JAVA || C || FRONTEND WEB DEVELOPER || MERN STACK DEVELOPER || TAILWIND || BOOTSTRAP || GSAP || GitHub ||FIGMA
📅 It's been 55 days since I embarked on my 75-day coding challenge journey! 💻✨ 👨💻 Throughout this incredible experience, I've tackled coding challenges, learned new languages, and pushed myself beyond limits! 🌟 📈 Progress update: I've mastered algorithms, enhanced problem-solving skills, and built several exciting projects! 🛠️💡 🎉 Only 20 days left, but the journey doesn't end here. Let's continue to code, learn, and grow together! 💪🌱 #CodingJourney #ChallengeAccepted #ProgrammingLife #LearningAndGrowing 🚀👨💻✨
To view or add a comment, sign in
-
Software Engineer 💻 | Frontend web developer | Proficient in Html/CSS, Advancing skill's in JavaScript | Learning MERN Stack development
If you're feeling discouraged and thinking about quitting coding, consider these tips that have helped me along the way ✨👩🏻💻: 1. Commit to Daily Practice: Dedicate a specific time each day to coding and problem-solving. Websites like LeetCode and HackerRank offer consistent challenges to enhance your skills. 2. Expand Your Knowledge Base: Don't hesitate to learn new programming languages and frameworks. This will broaden your expertise and provide new ways to approach problems. 3. Learn from Others: Open-source projects are a goldmine of knowledge. Analyzing code written by seasoned developers can improve your coding style and techniques. 4. Build Your Own Projects: Working on your own projects helps you apply your knowledge practically and builds a portfolio to impress potential employers. 5. Embrace Constructive Feedback: Always ask for feedback from peers or mentors. Constructive criticism is crucial for improvement and will help you write better code. Remember, coding is a journey, not a race. Stay curious, stay persistent, and keep going. "The expert in anything was once a beginner." #Coding #Programming #TechTips #LearnToCode #DevCommunity #CareerAdvice #StayMotivated #CodingJourney #TechGrowth #ContinuousLearning #LinkedIn #LinkedPost #coding #Learning #code
To view or add a comment, sign in
-
🚀 Day 38 of my #75DayCodingChallenge: Progress Amidst Challenges! 🚀 Today marks the 38th day of my coding journey with the #CrackYourInternship and #CrackYourPlacement challenges with Arsh Goyal. It's been a day filled with learning and perseverance, where I tackled three significant problems: Product Array Puzzle: Understanding the intricate workings of arrays and optimizing the product calculations without using division pushed my problem-solving skills to new heights. Print All Duplicate Characters in a String: This problem was a deep dive into string manipulations and hashing, honing my ability to identify and handle duplicates efficiently. Longest Common Prefix: A classic problem that reinforced my understanding of string comparisons and helped me implement effective solutions for common string patterns. Although I aimed to solve more, completing these three challenging problems has provided immense value. It's not always about quantity but the depth of understanding and the quality of learning that matters. As always, I've documented my solutions and thought processes. You can check out the code and detailed explanations on my GitHub: https://lnkd.in/dhRCVtAv Sharing my journey and progress on LinkedIn has been incredibly motivating. The support and feedback from this amazing community have been instrumental in keeping me on track and pushing me to strive for excellence. Feel free to connect and discuss these problems or any other coding challenges. Let's learn and grow together! #ReviseWithArsh #DSA #CodingChallenge #GitHub #LinkedInLearning #ProductArrayPuzzle #StringManipulation #LongestCommonPrefix #ProfessionalGrowth #CodingJourney
To view or add a comment, sign in
-
🚀 Join Me on a 75-Day Coding Adventure! 🚀 Hello LinkedIn Network, I'm thrilled to announce that today marks the beginning of my 75-day coding challenge! 🎉 Over the next 75 days, I’ll be diving deep into coding, tackling new projects, and pushing my boundaries to become a better developer. 🔥 Why This Challenge? 1. Growth: To evolve my coding skills and explore new technologies. 2. Consistency: Building a solid daily coding habit. 3. Impact: Creating projects that make a difference and showcase my abilities. 📅 What’s the Plan? - Daily Commitment: Dedicate at least 1 hour every day to coding. - Learning & Sharing: I’ll be sharing my journey, insights, and progress here with all of you. 💻 Technologies & Tools: - [List the technologies you’ll focus on, e.g., java, DSA ,etc.] 🌟 Join the Journey: I’ll be posting regular updates on my progress, challenges, and achievements. Feel free to follow along, give feedback, and share your experiences too! Let's connect, learn, and grow together. Here’s to 75 days of coding, learning, and development! 💪 #CodingChallenge #75DaysOfCode #LearningJourney #SoftwareDevelopment #TechCommunity
To view or add a comment, sign in
-
Aspiring to become a Software Engineer. DSA / CP | Java | MY-SQL | Node.js | Express | MongoDB | CS core Fundamentals
🌟 Completed the 75 Days Coding Challenge! 🌟 Today marks a special milestone in my tech journey: I've successfully completed the 75 Days Coding Challenge! 🎉 The past 75 days have been intense but incredibly rewarding. The challenge pushed me to face complex problems and tackle obstacles head-on. There were times when I felt stuck and doubted my abilities, but those moments only fueled my determination to improve. Each day was a chance to learn something new and strengthen my problem-solving skills. Working through 150 questions taught me valuable lessons about approaching problems from different angles and thinking creatively. These skills go beyond coding; they've made me more confident in solving challenges in any area of my life. 💪 This journey has also shown me the power of dedication and persistence. By staying committed and working consistently, I was able to grow my skills and achieve this goal. It's an incredible feeling to see how much I've learned and accomplished in just 75 days. While I've reached this milestone, my journey doesn't end here. This is just the beginning of my adventure in tech, and I'm excited to keep learning and growing. 🚀 I want to extend a huge thank you to my mentors and guides Shradha Khapra, Alisha Parveen, Ayushi Sharma, raj vikramaditya for their support and advice. Your guidance has been instrumental in my success. 🙏 Thank you for following along on this journey with me! I'm looking forward to applying these new skills and continuing to push myself to new heights. 🌈 #CodingChallenge #TechJourney #ProblemSolving #GrowthMindset #Persistence #CodingSkills #LearningJourney #75daysofcodechallenge #leetcodechallenge #leetcodejava #learningeveryday #techcommunity #datastructuresandalgorithms
To view or add a comment, sign in
-
🚀 Day 19 of the 90 Days Coding Challenge! 🚀 Today was all about reflecting on my progress and gearing up for new challenges! 💪 Here's a quick recap: 🌟 **Highlights of the Day:** 1. Reviewed and revised all my previous codes in C programming, solidifying my understanding of key concepts. 2. Delved into aptitude questions to enhance my problem-solving skills and preparation for future challenges. 3. Experienced an unexpected aptitude test at a college visit, scoring 27 out of 40, with 7 out of 10 for communication and 20 out of 30 for performance. 4. Recognized the importance of practicing aptitude tests for achieving higher scores and securing opportunities in dream companies. 💡 Each experience is a stepping stone toward achieving my goals! 🔥 👉 Stay tuned for more updates as I continue to learn, grow, and strive for excellence in coding and beyond! #90DaysOfCode #AptitudePreparation #DreamCompany #LearningJourney
To view or add a comment, sign in