I want to use a priority queue in a problem. I think implementing a priority queue using array is easier than using a heap. What do you think and why?
SupportExpert
I want to use a priority queue in a problem. I think implementing a priority queue using array is easier than using a heap. What do you think and why?
Share