A Dropbox Challenge - Solving The Subset Sum Problem Via Dynamic Programming
Lately I've slowly been trying to grok the fullness of dynamic programming . It is an algorithmic technique that the vast majority of developers never master, which is unfortunate since it can help you come up with viable solutions for seemingly intractable problems. The issue with dynamic programming (besides the totally misleading name), is that it can be very difficult to see how to apply it to a particular problem and even when you do, it is a real pain to get it right. Anyway, I don't want to expound on this, I have something more interesting in mind. The Dropbox Challenges I was surfing the web the other day and in the course of my random wanderings I ended up at the Dropbox programming challenges page. Apparently, the Dropbox guys have posted up some coding challenges for people who want to apply to work there (and everyone else, I guess, since it's on the internet and all :)).Read full article from A Dropbox Challenge - Solving The Subset Sum Problem Via Dynamic Programming
No comments:
Post a Comment