#BuildInPublic#3DaysOfCode
Today I locked in the complete scope of this website I’m building for my client:
- Shopify hybrid (subdomain custom marketing site)
Here’s the v1 landing page for a sneak peak. It’s a background vid, not image btw!
#buildthebase
Day 4 of #3DaysOfCode
I couldn't do much today just added the contact page for the portfolio.
Exams are starting soon so I will be on break for sometime but I should still share my progress on freecode camp while on break.
#WebDev#BuildingInPublic#HTML#CSS
Both problems teach grid traversal, queues, and graph thinking 🔁
1. 🍊 Rotten Oranges
→ BFS from all rotten at once.
→ Track time as BFS level
2. 🎨 Flood Fill
→ DFS/BFS to paint all connected cells
#FloodFill#Leetcode#DFS#BFS#3DaysOfCode