1. 22
    Minimum / Maximum Maintenance algorithm implementation using JavaScript / TypeScript
    4m

Minimum / Maximum Maintenance algorithm implementation using JavaScript / TypeScript

Share this video with your friends

Send Tweet

How can you most efficiently maintain the lowest value in a list of items. How about maintaining the largest value?

In this lesson we cover a naïve solution to this problem followed by an efficient solution that utilizes a data structure we have already covered before.