Quantum BogoSort is the fastest algorithm for sorting elements. That's all you need to know! I made a video for 3blue1brown summer of math exposition 2 on Quantum BogoSort, so I thought I should share it here.
# | User | Rating |
---|---|---|
1 | Radewoosh | 3759 |
2 | orzdevinwang | 3697 |
3 | jiangly | 3662 |
4 | Benq | 3644 |
5 | -0.5 | 3545 |
6 | ecnerwala | 3505 |
7 | tourist | 3486 |
8 | inaFSTream | 3478 |
9 | maroonrk | 3454 |
10 | Rebelz | 3415 |
# | User | Contrib. |
---|---|---|
1 | adamant | 174 |
2 | awoo | 168 |
3 | nor | 165 |
4 | SecondThread | 163 |
5 | maroonrk | 162 |
5 | BledDest | 162 |
5 | Um_nik | 162 |
8 | -is-this-fft- | 150 |
9 | Geothermal | 146 |
10 | TheScrasse | 143 |
Quantum BogoSort is the fastest algorithm for sorting elements. That's all you need to know! I made a video for 3blue1brown summer of math exposition 2 on Quantum BogoSort, so I thought I should share it here.
I recently found about the asm
keyword in c++ that allows us to write inline assembly in c++. Is there any way to cheese solutions by it? I googled but they say "constants don't matter, focus on complexity.." I KNOW, THANK YOU. I want to know will it make my n^3 pass in n<=1000
asm reference
Name |
---|