Many things coming up in life, going to tone this down a little, but still, for journal's sake!
1. JS Quiz
- MON - Questions 11 - 20 in importance. Event Loop, this, event delegation
- TUE - all other questions. Closure, hooks
- THU - Top 10 Cross Browser Issues
- FRI -
useState
vsAnimated.View
for optimum progress bar animation rendering
2. Behaviour (3 daily)
MON | TUE | WED | THU | FRI |
---|---|---|---|---|
2 | 3 | 3 | 1 |
3. Leetcode
- MON - Hard question. Took quick look
- TUE - Maximum Candies You Can Get from Boxes Hard
Graph
, andBFS
question. - WED - Find the Lexicographically Largest String From the Box I Medium
Enumeration
question. That was tricky - THU - Lexicographically Smallest Equivalent String
Union Find
. Looks like I'm a bit rusty with implementation - FRI - Using a Robot to Print the Lexicographically Smallest String Medium
Stack
- SAT - Lexicographically Minimum String After Removing Stars completed a trivial solution of
Greedy
Medium question. My solution was O(N) space, O(N^2) time. Optimised answer is O(N^2) space, O(N) time. - SUN - Lexicographical Numbers Medium
DFS
with a twist. This required understanding of what lexicographical numbers meant, such as this being the sorting order...1,10,100,101,102,103,104,105,106,107,108,109,11,110,111,112,113,114...
4. JS Coding
- MON -
useSet
hook,mean
js - FRI -
useState
vsAnimated.View
for optimum progress bar animation rendering - SAT - seven questions on Edabit
- SUN - 10 / 10 questions on Binance's recommended JS questions
5. System Design
- MON - 🧩 Scenario: Build a Customizable Dashboard for Airline Crew
- TUE - 🛫 Design a Flight Booking Page (Multi-step Form System)
Top comments (0)