#200daysofcode search results
#200DaysofCode -> #102DaysofCode of DSA Today i solved one daily streak question at @LeetCode 1590. Make Sum Divisible by P
Day 105 #UntilPlacement 🚀 > Solved: Leetcode 1590 - Make Sum Divisible by P 🧮 #200DaysOfCode #MERN #Java #LearnInPublic #Coding
Day 141 of #200DaysOfCode Built a To-Do App using HTML5, CSS3, JS & LocalStorage: ✅ Add todo → UI + LocalStorage ✅ Edit todo → UI + LocalStorage ✅ Delete todo → UI + LocalStorage ✅ Page reload → LocalStorage shows todos 🔗 Live Link: arashad-to-do-list.netlify.app
Day 142 of #200DaysOfCode Built a Note App with HTML, CSS, JS & LocalStorage: ✅ Add note → Click button ✅ Delete note → Click Delete icon ✅ Auto/Manual save → Typing or save icon ✅ Reload → Notes persist 🔗 Live Link: arashad-note-app.netlify.app
Day 104 #UntilPlacement 🚀 > Solved: Leetcode 43 - Multiply Strings | 343 - Integer Break | 3512 - Minimum Operations to Make Array Sum Divisible by K ⛓️💥 #200DaysOfCode #MERN #Java #LearnInPublic #Coding
Day 151 of #200DaysOfCode Learning #ReactJS ✅ Topics Covered: • React Basics & Components • Virtual DOM • JSX & One-way Data Flow • SPA • Imperative vs Declarative Programming • Component-Based Architecture 💻 Apple Transfer Project | HTML + Tailwind CSS + JS
✅ Days 107-110 of #200DaysOfCode Built my first MERN stack app! 🥳 ➤ "Noteboard" - a full CRUD notes app ➤ 4 days, many bugs, endless learning 😅 ➤ Stack: React, Node.js, Express, MongoDB ➤ Backend-frontend integration is magical! ✨ #MERN #WebDev #BuildInPublic
Day 103 #UntilPlacement 🚀 > Solved: Leetcode 236 - Lowest Common Ancestor of a Binary Tree | 1448 - Count Good Nodes in Binary Tree 🌴 > Revised my self-made System Design Notes 📝 -Slowly leveling up for placements 📈 #200DaysOfCode #MERN #Java #LearnInPublic #Coding
Day 152 of #200DaysOfCode Learning #ReactJS ✅ Babel ✅ Import React using CDN ✅ React Library & ReactDOM ✅ Create & Render React Elements ✅ document.createElement vs React.createElement ✅ ReactDOM.createRoot().render(parent) ✅ React Without JSX ✅ React With JSX
Day 107 0f #200DaysOfCode - LeetCode POTD - Accounts Merge, beautiful problem btw - Number of islands 2 - Making a Large island JS: Callback hell, promises, async, await, APIs So js rev done finally :))
Day 101 #UntilPlacement 🚀 > Solved: Leetcode 735 - Asteroid Collision | 933 - Number of Recent Calls ☄️ > Enhanced the frontend of my project SumX – Tweet Summarizer 💻 -Open for feedback; any UI/UX or feature ideas? 🤔 #200DaysOfCode #MERN #Java #LearnInPublic
Day 90/200: Solved-“Next Greater Element II” 🔄 Used a monotonic stack and a 2-pass circular scan to find the next greater element for each value. #200DaysOfCode #LeetCode #Day90 #strivers #A2ZDsa
Day 122 of #200DaysofCode - LeetCode POTD - Palindrome partitioning 1d dp - Frog Jump - Frog jump with k distance - House Robber 2D dp - Ninja training - Falling path sum - min path sum in triangular grid
Day 115 of #200DaysOfCode - LC POTD. Honestly, I am traumatised BS on answers - Painter's partition - Median of two sorted arrays - Kth element of two sorted arrays - Also did these 3 qns from CP-31 sheet
Day 108 of #200DaysofCode - LeetCode POTD - Swim in rising water - Most stones removed with same row or col So graphs done finally from A2Z sheet I am down with fever today so this is all i could manage to do today and that's why wrapping up the day a bit early today.
Day 109 of #200DaysOfCode - LeetCode POTD - Upsolved 2 medium questions of weekly contest 452 - Started a new project and worked on it's frontend Missed a day because of fever, health is better today :)
Day 93/200: Solved-“Asteroid Collision” ☄️ Used a stack in C++ to simulate collisions. Learned how right-moving and left-moving asteroids interact and how to resolve them using absolute values. #200DaysOfCode #LeetCode #Day93 #strivers #A2ZDsa
Day 121 of #200DaysOfCode - LeetCode POTD backtracking: - generate valid parenthesis - subsets - subsets 2 - Letter combinations - Started studying oops: classes, objects, constructors, destructors, copy constructor, shallow copy, deep copy
Day 105 #UntilPlacement 🚀 > Solved: Leetcode 1590 - Make Sum Divisible by P 🧮 #200DaysOfCode #MERN #Java #LearnInPublic #Coding
#200DaysofCode -> #102DaysofCode of DSA Today i solved one daily streak question at @LeetCode 1590. Make Sum Divisible by P
Day 104 #UntilPlacement 🚀 > Solved: Leetcode 43 - Multiply Strings | 343 - Integer Break | 3512 - Minimum Operations to Make Array Sum Divisible by K ⛓️💥 #200DaysOfCode #MERN #Java #LearnInPublic #Coding
28.11.2025 Day 15 of #200DaysOfCode (yesterday) - did 1 Q on LC
27.11.2025 Day 14 of #200DaysOfCode - did 1 DP Q on gfg and 1 on LC - did stranger things all four episodes
Day 103 #UntilPlacement 🚀 > Solved: Leetcode 236 - Lowest Common Ancestor of a Binary Tree | 1448 - Count Good Nodes in Binary Tree 🌴 > Revised my self-made System Design Notes 📝 -Slowly leveling up for placements 📈 #200DaysOfCode #MERN #Java #LearnInPublic #Coding
Day 102 #UntilPlacement 🚀 > Solved: Leetcode 2461 - Maximum Sum of Distinct Subarrays With Length K 🚃 > Designed an Apple-inspired summary card for SumX, tweet summarizer 👨💻 #200DaysOfCode #MERN #Java #LearnInPublic #Coding
27.11.2025 Day 14 of #200DaysOfCode - did 1 DP Q on gfg and 1 on LC - did stranger things all four episodes
Day 93/200: Solved-“Asteroid Collision” ☄️ Used a stack in C++ to simulate collisions. Learned how right-moving and left-moving asteroids interact and how to resolve them using absolute values. #200DaysOfCode #LeetCode #Day93 #strivers #A2ZDsa
Day 92/200: Solved “Sum of Subarray Minimums” 📉 Used monotonic stacks to find previous and next smaller elements, then calculated each element’s contribution using the left * right formula. #200DaysOfCode #LeetCode #Day92 #strivers #A2ZDsa
Day 101 #UntilPlacement 🚀 > Solved: Leetcode 735 - Asteroid Collision | 933 - Number of Recent Calls ☄️ > Enhanced the frontend of my project SumX – Tweet Summarizer 💻 -Open for feedback; any UI/UX or feature ideas? 🤔 #200DaysOfCode #MERN #Java #LearnInPublic
26.11.2025 Day 13 of #200DaysOfCode - did 1 Q on LC
25.11.2025 Day 12 of #200DaysOfCode - did 1 Q on LC (less dsa these days due to practicals) - spent a few hours working on polishing some projects - studied a bit ML for tmrw's practical
Day 91/200: Solved -“Trapping Rain Water” 💧 Used the two-pointer approach. Once the idea clicks, it feels more like a Medium than a Hard Question. #200DaysOfCode #LeetCode #Day91 #strivers #A2ZDsa
25.11.2025 Day 12 of #200DaysOfCode - did 1 Q on LC (less dsa these days due to practicals) - spent a few hours working on polishing some projects - studied a bit ML for tmrw's practical
24.11.2025 Day 11 of #200DaysOfCode (yesterday) - did 1 Q on LC - had minor project practical, so most of the time spent in clg - worked a bit on a project later
24.11.2025 Day 11 of #200DaysOfCode (yesterday) - did 1 Q on LC - had minor project practical, so most of the time spent in clg - worked a bit on a project later
23.11.2025 Day 10 of #200DaysOfCode - did 4 Qs on LC - 1 hour work on minor project
Day 90/200: Solved-“Next Greater Element II” 🔄 Used a monotonic stack and a 2-pass circular scan to find the next greater element for each value. #200DaysOfCode #LeetCode #Day90 #strivers #A2ZDsa
Day 140 of #200DaysOfCode Built a Dark / Light Mode toggle using HTML, CSS, JavaScript & localStorage 🌙☀️ The theme now persists even after refreshing the page! #Frontend #WebDevelopment #HTML #CSS #JavaScript #100DaysOfCode #WebDev #CodingJourney #BuildInPublic
Day 141 of #200DaysOfCode Built a To-Do App using HTML5, CSS3, JS & LocalStorage: ✅ Add todo → UI + LocalStorage ✅ Edit todo → UI + LocalStorage ✅ Delete todo → UI + LocalStorage ✅ Page reload → LocalStorage shows todos 🔗 Live Link: arashad-to-do-list.netlify.app
Day 139 of #200DaysOfCode 🚀 Built a Sidebar 🛠 HTML, CSS & JavaScript 🎯 Highlights: Responsive design, toggle functionality #Frontend #WebDevelopment #HTML #CSS #JavaScript #WebDev #CodingJourney #100DaysOfCode
Day 151 of #200DaysOfCode Learning #ReactJS ✅ Topics Covered: • React Basics & Components • Virtual DOM • JSX & One-way Data Flow • SPA • Imperative vs Declarative Programming • Component-Based Architecture 💻 Apple Transfer Project | HTML + Tailwind CSS + JS
14.11.2025 Day 1 of #200DaysOfCode - did 2 Qs on LC
okay that's it. originally, my plan was to do this from 2026, after december exams, but no more waiting. and its time to raise the stakes as well. starting #200DaysOfCode from today.
Day 142 of #200DaysOfCode Built a Note App with HTML, CSS, JS & LocalStorage: ✅ Add note → Click button ✅ Delete note → Click Delete icon ✅ Auto/Manual save → Typing or save icon ✅ Reload → Notes persist 🔗 Live Link: arashad-note-app.netlify.app
Day 104 #UntilPlacement 🚀 > Solved: Leetcode 43 - Multiply Strings | 343 - Integer Break | 3512 - Minimum Operations to Make Array Sum Divisible by K ⛓️💥 #200DaysOfCode #MERN #Java #LearnInPublic #Coding
Day 105 #UntilPlacement 🚀 > Solved: Leetcode 1590 - Make Sum Divisible by P 🧮 #200DaysOfCode #MERN #Java #LearnInPublic #Coding
#200DaysofCode -> #102DaysofCode of DSA Today i solved one daily streak question at @LeetCode 1590. Make Sum Divisible by P
Day 144 of #200DaysOfCode Learning #npm Learned about: ✅ Node REPL ✅ npm basics & commands ✅ Dependencies vs DevDependencies ✅ package.json, package-lock.json & node_modules #JavaScript #NodeJS #WebDevelopment #CodingJourney
Day 152 of #200DaysOfCode Learning #ReactJS ✅ Babel ✅ Import React using CDN ✅ React Library & ReactDOM ✅ Create & Render React Elements ✅ document.createElement vs React.createElement ✅ ReactDOM.createRoot().render(parent) ✅ React Without JSX ✅ React With JSX
Day 103 #UntilPlacement 🚀 > Solved: Leetcode 236 - Lowest Common Ancestor of a Binary Tree | 1448 - Count Good Nodes in Binary Tree 🌴 > Revised my self-made System Design Notes 📝 -Slowly leveling up for placements 📈 #200DaysOfCode #MERN #Java #LearnInPublic #Coding
Day 85/200: Solved-“Count Primes” 🔍 Used the Sieve of Eratosthenes in C++ to count primes efficiently. Learned why the loop uses i <=(int)sqrt(n) and how it avoids extra work. #200DaysOfCode #LeetCode #Day85 #strivers #A2ZDsa
Day 101 #UntilPlacement 🚀 > Solved: Leetcode 735 - Asteroid Collision | 933 - Number of Recent Calls ☄️ > Enhanced the frontend of my project SumX – Tweet Summarizer 💻 -Open for feedback; any UI/UX or feature ideas? 🤔 #200DaysOfCode #MERN #Java #LearnInPublic
👨🏻💻 #Day111 of #200DaysOfCode 🔹 GFG, Leetcode POTD ✅ Nothing more, I'm sick... #connect🙌 #DevOps #DSA #gfg
16.11.2025 Day 3 of #200DaysOfCode - did 3 Qs on LC - 3 hours worked on minor project
15.11.2025 Day 2 of #200DaysOfCode - did 2 Qs on LC - 1 hour worked on a project ( cooking something, will share when it's done)
Day 148 of #200daysofcode ~ Solved POTD on leetcode ✅ ~ Solved 4 DP Stock problems and 1 DP string problem 🧠 ~ Changed a few things in partnr 🧑🏻💻 #dsa #learninpublic #codingjourney #codingchallenge #webdev
Day 122 of #200DaysofCode - LeetCode POTD - Palindrome partitioning 1d dp - Frog Jump - Frog jump with k distance - House Robber 2D dp - Ninja training - Falling path sum - min path sum in triangular grid
Day 107 0f #200DaysOfCode - LeetCode POTD - Accounts Merge, beautiful problem btw - Number of islands 2 - Making a Large island JS: Callback hell, promises, async, await, APIs So js rev done finally :))
Day 93/200: Solved-“Asteroid Collision” ☄️ Used a stack in C++ to simulate collisions. Learned how right-moving and left-moving asteroids interact and how to resolve them using absolute values. #200DaysOfCode #LeetCode #Day93 #strivers #A2ZDsa
Something went wrong.
Something went wrong.
United States Trends
- 1. Steelers 32.6K posts
- 2. Vikings 24.9K posts
- 3. Josh Allen 8,967 posts
- 4. Rodgers 10.3K posts
- 5. Bills 79.8K posts
- 6. Panthers 51.2K posts
- 7. Tomlin 5,982 posts
- 8. Ole Miss 105K posts
- 9. Howard 12.2K posts
- 10. Mason Rudolph 1,558 posts
- 11. Brosmer 9,087 posts
- 12. Rams 33.4K posts
- 13. Justin Jefferson 3,789 posts
- 14. Colts 34.5K posts
- 15. #HereWeGo 3,597 posts
- 16. Seahawks 20.2K posts
- 17. #Skol 2,733 posts
- 18. Falcons 14K posts
- 19. Jets 39.9K posts
- 20. Browns 47.8K posts