How many different kinds of DP problems can you enumerate if prompted to do so?
-
It was a smooth journey solving simple variations of classical DP problems... Whenever i encountered a string, i made a dp table storing 1 if the string met the specifications of the problem and 0 otherwise. Few similar easy problems didn't hurt much, all i had to do was to figure out a recursive idea and code it off. But soon i started encountered "weird" problems that literally blew my mind. One of them was minimizing (max-min) of elements of 'n' given sets by storing them into an array and doing complex operations on the array. It didn't even involve recursion! All this baffled me, i wished i could get subjective enumeration and description of all the dp problems you have ever encountered in your programming career, that can help in better understanding of dp domains. Related links to similar problems are welcome. Hoping to see an enthusiastic response covering all most all areas and variations of "D" "P". Though there are infinite variations possible in programming , yet there are certainly few must-do problem on any domain of programming. Any voluntary desire to enumerate problems of other topics besides DP, like greedy, amortized analysis, game theory, graph theory, probability, computational geometry or max flow are appreciated!
-
Answer:
I was trying to build a list of algorithms used in programming contests Here's the result http://translate.google.com/translate?hl=en&sl=ro&tl=en&u=http%3A%2F%2Finfoarena.ro%2Ftraining-path
Cosmin Negruseri at Quora Visit the source
Related Q & A:
- How many different squares can be found on a chess board?Best solution by answers.yahoo.com
- How many different career fields do human relations and interpersonal skills affect?Best solution by Yahoo! Answers
- How many different types of caviar are there?Best solution by Yahoo! Answers
- How many different B vitamins are there? And what do they do?Best solution by answers.yahoo.com
- How many different guitar heroes are there and what are they called?Best solution by answers.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.