Nice job! 👏 I’m also planning to dive into Codeforces soon—right now, I’m focused on LeetCode and CodeChef. Let’s connect, share progress, and keep pushing each other to grow!
Day 12/365✅
Dear coding gods, if these small questions could become the big questions, I'd never complain again. 🙏😂POTD's of #LeetCode and #GeeksforGeeks✅ Python DSA practice on #tuf and #CodeChef✅
#365DaysOfCode
Day 1 🚀
Today, I solved 3 LeetCode problems: 🌀 Spiral Matrix
🔺 Pascal’s Triangle
🧩 Majority Element II
Next, I’m diving into the hard-level arrays from Striver’s DSA sheet. Let’s keep this momentum going! 💪✨
#DSA#LeetCode#CodeChef#StriverDSA#BuildInPublic#Day1
Back after end sem exams
📚 I kept pushing through with LeetCode ,CodeChef contests, and now I’m starting a 30-day posting challenge to keep my growth consistent. If you’re on similar path, let’s connect and grow together!
#DSA#CodeChef#LeetCode#BuildInPublic#30DayChallenge
Day 5 of #365DaysOfCoding
I have successfully completed 5 problems on #CodeChef within the 500 rating range, solved today's problem (potd) and 1 problem on #LeetCode, and finished some theory on #TakeUForward
Day 55 of coding 🚀
Solved Finding 3-Digit Even Numbers and Count Primes on LeetCode today. Learned and applied the Sieve of Eratosthenes for efficient prime counting 🧠
Also solved JavaScript and React MCQs on CodeChef to strengthen my fundamentals.
#100DaysOfCode
Day 160 learning in public 📘
Gave today’s CodeChef Div 3 contest — was only able to solve 2 questions.
Also built 2 very mini projects, a BMI Calculator and a Time Calculator, for DOM practice.
#LearningInPublic
Day 4 of #365DaysOfCoding
I have successfully completed 5 problems on #CodeChef within the 500 rating range, solved today's problem (potd) and 1 problem on #LeetCode, and finished some theory on #TakeUForward.
Day 10/365 ✅
I've accepted the fact that my brain only unlocks its full potential after the rest of the world goes to sleep. 🌙😌
LeetCode POTD ✔️
GFG POTD ✔️
TUF Python practice ✔️
CodeChef modules & tests ✔️
#365DaysOfCode#DSA#LeetCode#GeeksforGeeks#CodeChef#tuf
Today I realized that I need to register 5 minutes before contest starts in CodeForces 🥲.
No contest today unfortunately
Never experienced with other platforms like leetcode, codechef
Day 54 of coding
Solved the Open the Lock problem on LeetCode and a couple of CodeChef problems today
Also started learning Three.js. I've always been fascinated by 3D websites and interactive web experiences, so I'm excited to explore how they're built.
#100DaysOfCode
missed codechef contest
but later i solved 3 out 7 , which i feel is okeish considering im just getting started , lets see if i can solve the rest 4
but its a win 💪
TMI getting the approach/logic but still finding it hard to convert it to code
Yesterday , I gave Codechef starter 242 here ' s how it went :
Able to solve 4 q in the div - 4 rating
-->1st q (Seated Together) : Basic q in this we just have to check the row which can be simply done by x / 5 since 5 columns were there .
-->2nd q (Early Certificates) : In this q I started iterating the strings and until the chars were I kept adding them in ans string .
-->3rd q (Draft Picks) : In this I observed that no matter 1st person who picks card will win just applied that .
--> 4th q (Eventually Equal) : In this I observed that we will be able get them equal by increasing c and then checking gcd if not got equal at the first place . This q also was based on observation only .