Using Heaps to Solve problems
Heaps Overview
In many computer science applications, we only need to access the largest or smallest element in the dataset. We do not care about the order of other data in the data set. How do we efficiently access the largest or smallest element in...
shyamkunda.hashnode.dev8 min read