Why does Heap's algorithm work? (2016)
ruslanledesma.com
Why does Heap's algorithm work? (2016)
1–6 of 6 posts
Re: Why does Heap's algorithm work? (2016)
#2Nice explanation!
Re: Why does Heap's algorithm work? (2016)
#3Reminds me of bell ringing.
Re: Why does Heap's algorithm work? (2016)
#4I have converted the presented algorythm to a non-recursive yielding version for what its worth:
https://gist.github.com/8BitPimp/fb182d04f6c31cabdceb20f714b...
Re: Why does Heap's algorithm work? (2016)
#5Nice explanation!
Thank you!
Re: Why does Heap's algorithm work? (2016)
#6I have converted the presented algorythm to a non-recursive yielding version for what its worth: https://gist.github.com/8BitPimp/fb182d04f6c31cabdceb20f714b...
Hey, thanks for sharing. I put a reference to your gist in the post for posterity's sake.