Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Add Optimal binary serach tree

Open MeenuyD opened this issue 2 years ago • 0 comments

The runtime complexity of constructing an optimal binary search tree using dynamic programming is O(n^3), where n is the number of keys. Optimal Binary Search Trees are particularly useful when the keys have different probabilities of being accessed during searches. I would like to work on this please assign it to me under SSOC'23

MeenuyD avatar Jun 09 '23 13:06 MeenuyD