Tools/Standalone/Compilers: Setup GCC on Windows #256
Replies: 1 comment
-
There is a typo. The "correct result" isn't possible with that code. You're sorting an array with 4 values: 12, 8, 3, 7 but the result you're showing is 3, 7, 8, 13. The result is 3, 7, 8, 12 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tools/Standalone/Compilers: Setup GCC on Windows
Learn how to setup GNU C++ Compiler on Windows easily.
https://cpp-lang.net/tools/standalone/compilers/setup-gcc-windows/
Beta Was this translation helpful? Give feedback.
All reactions