Posts by Gnana Prakash

Author Biographical Info: Not available

make_heap() in C++ STL

By Gnana Prakash

The make heap() is used to create a heap from a set of given values. A heap is a tree type of data structure made up of a complete binary tree. The make_heap() is an in-built funct.... Read More

Related Posts