LogFAQs > #962346869

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/03/22 9:22:21 PM
#108:


Day 62

Completed two questions. Headbanging-free day today

First was Game of Life. Immediately went for the in-place solution. Not bad at all, a bit time-consuming. These questions scare me during interviews because grabbing the neighbours from surrounding cells can be easy to fuck up due to null pointers. Always need to triple check the code so you didn't mistakenly attempt to grab a cell that's out of bounds. https://leetcode.com/problems/game-of-life/

Second is https://leetcode.com/problems/partitioning-into-minimum-number-of-deci-binary-numbers/. Basically can you find the trick to the question. Yep, just find the largest single digit.
... Copied to Clipboard!
Topic List
Page List: 1