General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
disgruntledtoons
Creel
comments
Comments by "disgruntledtoons" (@disgruntledtoons) on "Creel" channel.
Previous
1
Next
...
All
OOP is simply a language paradigm that forces better organization for your code.
6
But a radix sort requires an iteration for each digit in n, so a radix sort is ultimately n log n complexity. It's easy to miss this because the implementation will often assume the highest possible value of log n for the sake of coding simplicity and hard code it.
2
Sounds to me like CPUs could be cheaper and simpler if they simply didn't do branch prediction, and let the developer and/or compiler optimize away branches.
1
Previous
1
Next
...
All