CS fundamentals and algorithmsAppleinterview report
Stacks and queues
What's the difference between a stack and a queue?
Stacks and queues
What's the difference between a stack and a queue?
CS fundamentals and algorithmsShort answerBasics
You want a stack, like an editor's undo stack, that returns the "current maximum" of the …
#stack
CS fundamentals and algorithmsShort answerBasics
You're designing an LRU cache that keeps only recently used items. To make get and put av…
#data-structure
CS fundamentals and algorithmsShort answerIntro
A Swift string mixes ()[]{} and you're checking with a stack whether they nest correctly.…
#stack
ArchitectureShort answerAdvanced
What problem is the Coordinator in MVVM-C meant to solve?
#navigation