/algorithm

Algorithm Source test.

Primary LanguageCGNU General Public License v2.0GPL-2.0

Algorithm

Algorithm Source test.

Test environment:windows VScode

result:

Before ordering array[] = { 5 8 9 6 0 1 3 4 7 2 }

After orderingarray[] = { 0 1 2 3 4 5 6 7 8 9 }

The Algorithm execution time is 0.000000S.

add the graph structure

graph