Nomad

@wally

Every (10*page)+1 post may or may not have been missing for the last month or so. This is no longer the case. Welcome back, posts.

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.

Today's gym session brought to you by Nightbringers by The Black Dahlia Murder.

Slowly getting the idea of heaps and heapsort. It's neat to visual an array as a binary tree with a little simple math. Been learning a lot in this class.