Why halibut? It's just a random name ๐
1. JS Quiz
- MON - What is NodeJS. A runtime environment for JS
- WED -Compliance in Web3. How to enforce, in an open economy, sanctions and blocking funding of terrorists, and thorough code review? Memory leak from
useEffectandsetInterval.thisin traditional vs arrow functions - THU - โdisplay: none = None at all. Others = still takes space.โ, Reading layout (eg. offsetHeight) forces the browser to "flush the pipeline" to give you a correct value.
2. Behaviour (3 daily)
| MON | TUE | WED | THU | FRI |
|---|---|---|---|---|
| - | 2 | 2 (live) | 3 | 4 (live) |
3. Leetcode
- MON - K-th Smallest in Lexicographical Order Hard
Triequestion. Interesting to observe this data structure being used on numbers. I was only exposed to using it on letters (i.e word search) before. - TUE - Maximum Difference Between Even and Odd Frequency I Easy
Hashmapquestion. Revised "Three Sum"Two Pointerquestion! - WED - Maximum Difference Between Even and Odd Frequency II
Bitmask,Prefix Sum. Skipped the usual suspect (bitmask) part, but did 670 / 690 cases with the latter! - THU - Maximum Difference Between Adjacent Elements in a Circular Array Easy
Arrayquestion - FRI - Minimize the Maximum Difference of Pairs very interesting application of
Binary Search, Medium. - SAT - Maximum Difference by Remapping a Digit. An Easy
Greedyquestion but edge cases threw me off a little. - SUN - Max Difference You Can Get From Changing an Integer Medium
Greedyquestion.
4. JS Coding
- MON - another 7 questions on Edabit (to be honest, it's more like Leetcode than JS questions like flatten array, but let's take it for today)
- TUE -
Data MergingandHoly Grail. - WED -
Flattenin actual setting! andThrottle - THU -
Flatten,Debounce, andDeep Clone - FRI - (live) diff 2 objects
5. System Design
- WED - ๐ฆ System Design Prompt: Design a File Upload System with Preview
- FRI - (live) generic interface for a form
Top comments (0)