Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 140 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 140 Bytes

optimal-bst

Optimal binary search tree using dynamic programming. The problem is obtained from the CLRS book, Introduction to Algorithms.