And it's 200 of #365daysofcode streak on leetcode. Day by learning new skills and trying to apply new techniques. I would specially like to thank Shriram R and PAT Team of VIT Bhopal for inspiring me to maintain streaks and follow a daily routine to solve problems. #VITBhopal #VITBhopalLion #365daysofcode #leetcode #continuouslearning #streaks #DrGViswanathan challenge
Chirasmita Ghosh’s Post
More Relevant Posts
-
✨ Day 03 of #50DaysOfCode Challenge #MissonMarch5 • 𝗖𝗵𝗮𝗹𝗹𝗲𝗻𝗴𝗲 : Find Smallest Letter Greater Than Target • 𝗘𝘅𝗽𝗹𝗼𝗿𝗲 𝘁𝗵𝗲 𝗤𝘂𝗲𝘀𝘁𝗶𝗼𝗻 𝗛𝗲𝗿𝗲 : https://lnkd.in/dw3BeSVu From this challenge I am more concentrated in my coding skills than before. Thanks to Shriram R sir and VIT Bhopal University for this opportunity Hashtags: #MissonMarch5 #DrGVishwanathanChallenge #LeetCodeChallenge #50DaysOfCode #ProgrammingJourney #DataStructuresAndAlgorithms #CodingCommunity #JavaDSA #VITBhopal #VITBhopalLion
To view or add a comment, sign in
-
🚀 Hey Connections!! 🚀 🔥 Day 77 of my #100DaysOfCode journey! 🔥 🌟 Every step counts toward the dream! 🌟 👨💻 Today's Challenge: 🔎 The Plus One Problem 🔍 We’re tackling a problem where: ➡️ You're given a large integer represented as an array of digits. ➡️ Your mission? Increment that number by 1! 💡 No leading zeroes, just pure problem-solving fun! 📚 Here's the Plan: 👉 Break down the problem. 👉 Write clean, efficient code. 👉 Test, debug, and celebrate the win! 💻 Platform: LeetCode 🚀 🏛️ Proudly representing: VIT Bhopal 💜 Your support and ideas inspire me every day! Drop your thoughts, approaches, or challenges below—let’s learn together. 🌟 #CodingJourney #100DaysOfCodeChallenge #DrGViswanathanChallenge #LeetCode #CodingGoals #VITBhopal #NeverStopLearning 💪
To view or add a comment, sign in
-
#Day7 of my #51DaysCodingJourney with #DrGVishwanathan Challenge at VIT Bhopal University Today, I tackled the problem of merging two sorted linked lists on LeetCode. The task was to combine both lists in sorted order into a single list. Key Learnings: 1. Enhanced my understanding of linked list operations, particularly how to traverse and manipulate nodes in C++. 2. Sharpened my skills in using pointers to efficiently manage linked lists. 3.. Gained better insights into handling edge cases, such as lists of different lengths, while ensuring minimal space complexity. Excited to keep pushing through these challenges! 🚀 #LeetCode #CPP #MergeLinkedLists #CodingChallenge #VITBhopalUniversity #DrGVishwanathanChallenge
To view or add a comment, sign in
-
🚀 Day 1 of #DrGViswanathan Challenge! 🚀 I’m excited to announce that I’ve started the #DrGViswanathan 100 Days of Coding Challenge, organized by VIT Bhopal University! 🎉 Today, I tackled Leetcode Problem 1: Two Sum 🧩 🔧 Today's Focus: - Solving the "Two Sum" problem, honing my problem-solving skills and understanding of efficient algorithms in C++. 🛠 Tech Stack/Tools: - C++ 🔥 Follow my journey as I share my daily progress, projects, and key learnings. Your feedback and suggestions are always welcome—let’s grow together! #100DaysOfCode #VITBhopal #VITBhopalLion #LeetCode #CodingJourney #ChallengeAccepted #CodingChallenge
To view or add a comment, sign in
-
#Day9 of my #51DaysCodingJourney with #DrGVishwanathan Challenge VIT Bhopal University Today, I worked on removing duplicates from a sorted linked list on LeetCode. The goal was to ensure each element appears only once and the list remains sorted after removing duplicates. Key Learnings: Strengthened my grasp on linked list manipulation and traversal techniques. Enhanced my understanding of working with pointers to manage and modify list nodes. Learned how to efficiently handle duplicate values without additional space. Feeling accomplished and excited for more coding adventures ahead! 💻🔥 #LeetCode #CPP #LinkedList #RemoveDuplicates #CodingChallenge #VITBhopalUniversity #DrGVishwanathanChallenge #ProblemSolving 🚀
To view or add a comment, sign in
-
Day 4 of my #51DaysCodingJourney with #DrGVishwanathan Challenge at VIT Bhopal University Today, I tackled the Palindrome Number problem on LeetCode. The goal was to determine if an integer reads the same backward as forward. Approach: Implemented a C++ solution that checks for negative numbers and potential overflow. Ensured correct integer reversal without overflow issues. What I Learned: ✒ Improved my understanding of integer manipulation in C++. ✒ Enhanced my algorithm design skills. Excited to keep moving forward on this coding journey! 🚀 #LeetCode #CodingChallenge #CPP #Palindrome #VITBhopalUniversity #Accepted ##DrGVishwanathanChallenge
To view or add a comment, sign in
-
"Participated in Code Clash 3.0, organized by Technocrats Institute of Technology, Bhopal, and gained invaluable experience. Cleared the 1st round and made it to the finals! Received the certificate of participation. Looking forward to applying my learnings in future coding challenges! #CodeClash #CodingCompetition #LearningAndGrowth"
To view or add a comment, sign in
-
🚀 Day 46/100: #100DaysOfCode Challenge! 🚀 🔥 Ready to take coding to the next level with today's challenge! 🔥 🔍 Problem: #CombinationSum 💡 Goal: Given a list of unique integers, return all combinations that sum up to a target. 🎯 📊 Platform: #LeetCode 🧠 Skills: Backtracking, Recursion, Problem Solving! Pushing forward in the #DrGViswanathanChallenge with determination! 💪 VIT Bhopal students, let’s crush it together! 💻✨ Any insights or tips? Drop them below! ⬇️ Let’s keep the momentum going! 🚀 #CodingJourney #ChallengeAccepted #VITBhopal #TechGoals
To view or add a comment, sign in
-
#Day10 of my #51DaysCodingJourney with #DrGVishwanathan Challenge at VIT Bhopal University Today, I worked on a problem that required me to remove all occurrences of a specific value from an array on LeetCode. Key Learnings: 1. Improved my understanding of array manipulation using two-pointer techniques. 2. Gained insight into how to efficiently modify arrays in place without using extra space. 3. Enhanced my ability to manage and track elements during iterations. Every day brings a new challenge, and I’m feeling more confident in my coding skills! Looking forward to tackling more problems. 💻🔥 #LeetCode #CPP #ArrayManipulation #RemoveElement #CodingChallenge #VITBhopalUniversity #DrGVishwanathanChallenge #ProblemSolving 🚀
To view or add a comment, sign in
-
#Day17 of my #51DaysCodingJourney with #DrGVishwanathan Challenge at VIT Bhopal University Today, I tackled the Plus One problem on LeetCode using C++. Key Learnings: 1. Deepened my understanding of array manipulation and carry handling, particularly when dealing with edge cases like overflow. 2. Improved my skills in resizing and shifting elements within a vector without relying on predefined functions. 3. Enhanced my ability to write clear and efficient code by focusing on logical flow and problem-solving techniques. Excited to continue refining my C++ skills and take on more challenging problems! 💻🔥 #LeetCode #CPP #ArrayManipulation #CodingChallenge #VITBhopalUniversity #DrGVishwanathanChallenge #ProblemSolving 🚀
To view or add a comment, sign in