Skip to content

A program for visualizing dynamic programming and recursive algorithms

Notifications You must be signed in to change notification settings

WardBrian/DPViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

DPViz - A Visualizer Program for Comparing Recursion and Dynamic Programming

This project was completed for the final portion of CS338301 Algorithms, taught by Lewis Tseng. It is primarily a Python/Tk program, DP_Visualizer.py, which can visualize the computation of various problems in both their recursive and dynamic programming formulations. This repository also houses the dpviz.py module, which can be used more generally to inspect the run of DP methods in Python.

Created by Brian Ward, Jay Agrawal, Eric Wang, and Lurein Perera

For more information, please consult the full report.

About

A program for visualizing dynamic programming and recursive algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages