This is an object oriented programming project which can simulate six different types of dynamic programming based problems.The project was built using JavaFX in jdk 9.0.4 .It can simulate the following problems
- 0-1Knapsack
- Coin Change
- Longest Increasing Subsequence
- Longest Common Subsequence
- Matrix Chain Multiplication
- Edit Distance
- Speed controller of simulation
- Play/Pause the simulation
- Results of every state available right below the node of that state
- Simulation details and details of the states in a new window
- Appearing the visited node in a different color