LogFAQs > #960922573

LurkerFAQs, Active DB, DB1, DB2, DB3, DB4, DB5, DB6, DB7, DB8, DB9, Database 10 ( 02.17.2022-12-01-2022 ), DB11, DB12, Clear
Topic List
Page List: 1
TopicAnother day, another rejection from a software developer position. Time to grind
BIueJay
12/14/21 9:20:57 PM
#31:


Day 12

Questions were a bit easier today. First was https://leetcode.com/problems/design-linked-list/. Thanks to the power of question patterns (fuck leetcode), this problem was extremely similar to the LRU Cache question, where creating a doubly linked list with a dummy head and dummy tail helped me with not dealing with null pointers and edge cases.

Second questions was https://leetcode.com/problems/path-with-maximum-gold/. I kinda hate these questions because I never knoew if my proposed solution is the quickest. So I kinda took a hint where I thought of a potentially slow algorithm, and looked at the hint to see if it would be fast enough. Seemed like it was fast enough.

I'll do a bit more reading of system design in bed.
... Copied to Clipboard!
Topic List
Page List: 1