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 an Underground SystemObject Oriented DesignDesign an Underground SystemProblem 🤔 Implement the Underground system class: checkIn(id, stationName, t) -> None A customer…Omer GoldbergJanuary 19, 2020 15 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 LeaderboardObject Oriented DesignDesign a LeaderboardProblem 🤔 Let's design a leaderboard which supports the follwing: addScore(playerId, score) Update…Omer GoldbergJanuary 19, 2020 13 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