Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 668 Bytes

Dynamic Programming Simulator

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

Available Problems

  • 0-1Knapsack
  • Coin Change
  • Longest Increasing Subsequence
  • Longest Common Subsequence
  • Matrix Chain Multiplication
  • Edit Distance

Available Features

  • 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