Skip to content

Given a list of frequencies, generate a binary search search tree such that the average cost for a FIND operation is optimal. Give the worst case, best case, average case and standard deviation for a FIND operation on the generated tree.

Notifications You must be signed in to change notification settings

evanbell123/OptimalBinarySearchTrees

Repository files navigation

OptimalBinarySearchTrees

Given a list of frequencies, generate a binary search search tree such that the average cost for a FIND operation is optimal. Give the worst case, best case, average case and standard deviation for a FIND operation on the generated tree.

About

Given a list of frequencies, generate a binary search search tree such that the average cost for a FIND operation is optimal. Give the worst case, best case, average case and standard deviation for a FIND operation on the generated tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages