cuzfrog / dynamic-programming

dynamic-programming problems solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic-Programming

Dynamic programming algorithms and resolutions.

Why in Java? I am recently working on a golang data structure framework tgods, coding in golang is simple, fast, smooth, and fluent. Yet "languages are tools". It's time to have some "classic Java" taste. Also, Java is widely used in many textbooks and training courses, thus more friendly to audience.

Algorithms

  1. fibonacci sequence
  2. matrix paths Find how many paths are there to travel a matrix.
  3. sum from numbers If a sum can be achieved by adding up given numbers.
  4. string construction If a string can be constructed from provided words.

Above problems are from This Video

Author

Cause Chung (cuzfrog@gmail.com)

About

dynamic-programming problems solutions


Languages

Language:Java 99.9%Language:Batchfile 0.1%