I came across an interesting puzzle to solve via interviewcake: Suppose we could access yesterday's stock prices as an array, where:The values are the...
Here's another challenge that I came across recently:Given an array of integers greater than zero, find if it is possible to split it in two (without reordering...
When I first saw this challenge I thought it would be a lot more difficult than it turned out to be. Here is the challenge:Here's a list with numbers...