billryan / algorithm-exercise

Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/
https://algorithm.yuanbin.me
3.44k stars 892 forks source link

Fix bug #104

Closed advpetc closed 7 years ago

advpetc commented 7 years ago

Modify _sink function.

advpetc commented 7 years ago

Also, note that it should have some way to overwrite the default comparator (or it won't support some customized instance comparison). I have completed code for MaxHeap written in C++, do you need me add/replace it here?

billryan commented 7 years ago

Great. You can add it here. 🍻

billryan commented 7 years ago

Thanks. 👍