Skip to content

Optimal binary search tree using dynamic programming.

Notifications You must be signed in to change notification settings

derekharrison/optimal-bst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

optimal-bst

The code determines an optimal binary seaarch tree. The problem is obtained from the CLRS book, Introduction to Algorithms.