So I put this together. It’s a comparison of various Big-O running times. It was an exercise in a book I’m reading: Introduction to Algorithms, 3rd Edition, which is obsolete now as the 4ed is out.
Comparison of algorithm running times
Reply
So I put this together. It’s a comparison of various Big-O running times. It was an exercise in a book I’m reading: Introduction to Algorithms, 3rd Edition, which is obsolete now as the 4ed is out.
Today I learned about Booth’s multiplication algorithm. I will have to circle back and read closely.
This is the Joel Spolsky article with the good old Shlemiel the painter’s algorithm: Back to Basics.
15 Sorting Algorithms in 6 Minutes is quite cool…
Found an interesting article: About Secure Password Hashing.