Nibble Sort
hanshq.net
Nibble Sort
1–10 of 16 posts
Re: Nibble Sort
#2Thanks for sharing though, very interesting
Re: Nibble Sort
#3Re: Nibble Sort
#4How does it scale?
Re: Nibble Sort
#5Re: Nibble Sort
#6How does it scale?
what do you mean ? the task asks to sort 4bit nibbles in 64bit words, so you optimize for that problem space...
Re: Nibble Sort
#7I was a bit disappointed to see no code in this blog post for the algorithms used to generating the pairs. Is there are templated C++ library for this?
Re: Nibble Sort
#8http://blog.regehr.org/archives/1242
The other two are:
Re: Nibble Sort
#9This kind of blog posts are super interesting and depressing at the same time :) makes me question my programing skills. Almost all of the things mentioned here are over my head. Thanks for sharing though, very interesting
https://www.coursera.org/course/algs4partI
edit: found another one, also happening now (can't believe I missed it): https://www.coursera.org/course/algo
Re: Nibble Sort
#10This kind of blog posts are super interesting and depressing at the same time :) makes me question my programing skills. Almost all of the things mentioned here are over my head. Thanks for sharing though, very interesting
I'm thankful at least, in contrast to several friends who suffer from depression and are not prone to nerd sniping, that, for me, these two states are almost mutually exclusive.