How to use Priority Queues/MinHeaps/MaxHeaps in coding interviews when your coding language is C#.
Anonymous User
85

Hello All,
So I use C# for coding interviews. I know how to implement Min/MaxHeaps in C#. But sometimes a coding problem requires you to use MinHeap to solve it for optimal solution, but you may not have enough time to write code for MinHeap. How do you guys handle such questions?
Thanks in advance.

Regards,
Shalaka

Comments (2)