Algoteka

Heap - All languages

Problem by oml1111

Problem description:

Implement a max-heap data structure. Insert an element into it, then fetch the maximum element, then delete said maximum element.

Verified languages:

# Language Count
1 C++ 2

Unverified languages:

# Language Count
No unverified languages ...
View problem discussion (0 comments)