|
|
|
|
|
by DannyBee
1117 days ago
|
|
If you have a bubble sort and selection sort, and run them through IO, for either result, you can't tell if the original was bubble sort or selection sort. Roughly: VBB is the ability to take any program and make it indistinguishable from random. IO is the ability to take two programs that compute the same function and make them indistinguishable from each other. |
|
For example, if I plot how long both programs take at various scales, at some point I should be able to determine which one is O(n log(n)) right?