#200daysofcode نتائج البحث
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 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 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 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
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 114 of #200DaysOfCode - LC POTD BS on answers: - Koko - min days to make m bouqets - Find smallest divisor - capacity to ship packages in D days - Kth missing +ve no. - Aggressive cows, book allocation -Split array largest sum -Continued with hitesh sir's backend playlist
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 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
✅ 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 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 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 146 of #200DaysOfCode Today I explored #TailwindCSS — learned & practiced 🎨 bg, text, padding, margin (default + custom + hover) 🔠 font size, weight (custom + responsive) 🧱 borders, border radius, shadow 📏 width, height (custom + responsive) 📦 flexbox & grid
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 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 89/200: Solved-“Next Greater Element I” 🔍 Used a stack to map each value in nums2 to its next greater element, then matched answers for nums1. #200DaysOfCode #LeetCode #Day89 #strivers #A2ZDsa
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 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 86/200: Solved- “Queue using Stacks” and “Stack using Queue” 🔁 Implemented both in C++ and understood how transferring elements between structures maintains correct order. #200DaysOfCode #LeetCode #Day86 #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
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 88/200: Solved-“Min Stack” 📦 Built a stack that can return the minimum in constant time using an extra stack in C++. #200DaysOfCode #LeetCode #Day88 #strivers #A2ZDsa
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 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
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
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 89/200: Solved-“Next Greater Element I” 🔍 Used a stack to map each value in nums2 to its next greater element, then matched answers for nums1. #200DaysOfCode #LeetCode #Day89 #strivers #A2ZDsa
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 87/200: Solved-“Valid Parentheses” ✔️ Used a stack in C++ to match brackets and check if the expression is balanced. Easy and quick solution. #200DaysOfCode #LeetCode #Day87 #strivers #A2ZDsa
Something went wrong.
Something went wrong.
United States Trends
- 1. Michigan 120K posts
- 2. Michigan 120K posts
- 3. Buckeyes 11.9K posts
- 4. Underwood 5,563 posts
- 5. Ryan Day 5,687 posts
- 6. Stoops 4,226 posts
- 7. Sherrone Moore 1,853 posts
- 8. #TheGame 4,253 posts
- 9. Sayin 93.4K posts
- 10. #GoBucks 7,069 posts
- 11. Jeremiah Smith 7,817 posts
- 12. #GoBlue 8,954 posts
- 13. Bo Jackson 2,305 posts
- 14. Clemson 6,567 posts
- 15. Fortnite 190K posts
- 16. Vicario 2,842 posts
- 17. Malachi Toney 2,849 posts
- 18. Mr. Brightside N/A
- 19. Kentucky 19.9K posts
- 20. Touchback 9,042 posts