LogFAQs > #962541993

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
02/10/22 6:26:33 PM
#117:


Day 69

The specially numbered day.

I completed 3 questions today. First is a leetcode easy. Somehow how my space complexity increased when I removed commented code. That makes no sense. https://leetcode.com/problems/number-of-recent-calls/.

Second is a leetcode medium. https://leetcode.com/problems/single-element-in-a-sorted-array/. The question basically tells you to use binary search. Figuring out the concept wasn't too bad. I hate dealing with the edge cases on binary search. I'll need to remember to have the while loop condition be left <= right, and not left < right, just to make things easier for me.

Third is another leetcode medium. This was similar to some question I answered before. I don't remember what that question was, but the same concept/pattern applied. https://leetcode.com/problems/number-of-smooth-descent-periods-of-a-stock/.

12 more to go.
... Copied to Clipboard!
Topic List
Page List: 1