Finally got my heap (min-heap) implementation working in Go, complete with resizable array. Now I can use this to write a priority queue or heapsort.
Finally got my heap (min-heap) implementation working in Go, complete with resizable array. Now I can use this to write a priority queue or heapsort.