a) make_heap(v.elements);
b) make_heap(v);
c) make_heap(v.end(), v.begin());
d) make_heap(v.begin(), v.end());
Which of the following is correct syntax of making heap from a vector v?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is correct syntax of making heap from a vector v?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!