Блог пользователя KingOfAlgorithms

Автор KingOfAlgorithms, 9 лет назад, По-английски

Hi I am From Syr and I am New at programming and I've Trained on some subjects like : graph , dfs, bfs , dijkstra , and more . but I dont Now What Is the best Way to be good at Dynamic Programming can you help me and I will be thankful .......

Теги dp
  • Проголосовать: нравится
  • -5
  • Проголосовать: не нравится

»
9 лет назад, # |
Rev. 3   Проголосовать: нравится +13 Проголосовать: не нравится

The best way to be good at some topic is to solve a lot of problems of that topic.

Update: You can try to solve some problems under DP tag from timus or lightoj. I like those problems very much!

»
9 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

I'm not expert but I can say that the best way to be good at dynamic is solving lots of problems and in codeforces there are lots of problems about dynamic programming

»
9 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

if you don't now .. join liberland

»
9 лет назад, # |
Rev. 2   Проголосовать: нравится +3 Проголосовать: не нравится

I learned by this method first we write complete search with recursion and convert to memorization. I think this method is good for beginners

»
9 лет назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

I think this is a good DP introduction. There are videos + nice explanation

http://people.cs.clemson.edu/~bcdean/dp_practice/

  • »
    »
    9 лет назад, # ^ |
    Rev. 2   Проголосовать: нравится +3 Проголосовать: не нравится

    hmm.. good classical problems about DP , do you know a similar site (not necessarly the same author) that contains classical problems of other topics (graphs, geometry etc ..)