Day 33/100 🌟
Crazy college days but still managed to stay consistent — solved problems on Code360 & created a Number Guessing Game in C 🔥
Progress is progress, no matter how small! #100DaysOfCode#CodingJourney#BuildInPublic
Day 30/100 of #100DaysOfCode
Last 3 days weren’t very productive, but I still kept my streak alive on Code360 by solving a few questions. Not my best phase, but I’m learning to stay consistent.
Will push harder and do better in the coming days. 🚀💪
Day 27/100 💻
Spent the last 3 days learning game development basics in pure C — super interesting stuff! 🎮
Solved 2 LeetCode problems kept my Code360 streak alive.
Steady progress! 💪
#100DaysOfCode
Today I solved the “Sum of Two Arrays” problem on Code360 🚀.
Key learnings:
Used carry handling while adding arrays digit by digit.
Practiced writing a custom reverse function to handle results.
#DSA#Cplusplus#day54#100DaysOfCode
Today I solved the “Sum of Two Arrays” problem on Code360 🚀.
Key learnings:
Used carry handling while adding arrays digit by digit.
Practiced writing a custom reverse function to handle results.
#DSA#Cplusplus#day54#100DaysOfCode
بقالى كام يوم بمشي ايدي على موقع StrataScratch وبصراحة جامد
وبيتيح ليك اتك تحل SQL أو MySQL او اوراكل أو حتى Python والأسئلة جاية من شركات تقيلة زي Google وMeta وكمان فيه أكتر من 1000 سؤال بيتجددوا وأول شوية أسئلة ببلاش و متدرجين مشي ايدك stratascratch.com
Its paid to solve , not to refer to question. See the question, search it up online if not available on leetcode. Use GFG, Code360 if question not found on leetcode.
just completed 222 question across 3 platfrorms
Leetcode - 130
Gfg - 79
code360 - 13
seeing myself rise and level up feels good but never enough...
On to more
💥 Day 36/100 DSA x Dev 💥
(5 hour session)
> revised more pattern concepts & formulae 🏎️ (1.5hrs)
> solved 22 pattern questions on code360 & gfg 🏎️ (1.5hrs)
> started a freelance client proj. 🏎️ (2 hrs)
@Waliilaww stole your song
#100DaysOfCode#DSA#Java#gfg
➕ Code360: Add Two Numbers as Linked Lists
💡 Added numbers stored as linked lists
Handled carry & created a new linked list
✅ TC: O(max(n, m)), SC: O(max(n, m))
Loved how this built upon previous patterns I learned
#LinkedList#100DaysOfCode#DSA#Cplusplus#BuildInPulbic
➕ Solved: Add One to Linked List [Code360]
📌 Problem: Add 1 to number in a linked list
💡 Used recursion to reach the last node and propagate carry
✅ TC: O(n), SC: O(n) [stack space]
🙌 Felt stuck > watched few videos > learned the beauty of recursion
#DSA#100DaysOfCode