#For anyone who’s done google, do they

1 messages · Page 1 of 1 (latest)

balmy abyss
#

Not most of them, they just want your thought process in arriving at top down dp from problem, most people have follow ups on the problem itself, more than next steps till tabulation and memory optimization

tardy bolt
#

Mine for one of them asked for bottom up, so I think you should at least generally know how to explain it/how you would do it, but I think most are fine with top down

umbral crag
#

They'd reject "@cache" solutions though right

sour dagger
#

They reject on cache? For me I can do tabulation but I need to do memoisation and then only I can do tabulation and space optimisation 🥲

#

Will it work?

stoic ermine
#

You could always use C++ to avoid the comfort of @cache 😭

sour dagger
#

I am a Java coder 😶‍🌫️

willow locust
#

i mean id probably just do the normal memo = {} type solution not @cache lol

dim grove
stoic ermine