Stack of PlatesStacks and QueuesStack of PlatesProblem 🤔 Imagine a literal stack of plates. If the stack gets too high, it'll fall! So when stacks…Assaf ElovicJanuary 22, 2020 15 min
Min StackStacks and QueuesMin StackChallenge 🤔 Implement a stack that has a min function, that returns the minimum element. The…Omer GoldbergJanuary 22, 2020 13 min
Implement A Stack Using QueuesStacks and QueuesImplement A Stack Using QueuesChallenge 🤔 Implement a stack (LIFO) using only queues. The implemented stack should support all…Omer GoldbergJanuary 22, 2020 11 min
Design a Snake GameObject Oriented DesignDesign a Snake GameProblem 🤔 Design a Snake game that is played on a device with screen size height x width . The…Omer GoldbergJanuary 19, 2020 18 min
Design a Logger Rate LimiterObject Oriented DesignDesign a Logger Rate LimiterChallenge 🤔 Design a logger system that receives a stream of messages along with their timestamps…Omer GoldbergJanuary 19, 2020 14 min
Coin ChangeDynamic ProgrammingCoin ChangeProblem 🤔 You are given coins of different denominations and a total amount of money amount. Write…Omer GoldbergJanuary 17, 2020 16 min