📄 illustration.cpp
字号:
void illustration()
{
printf("Illustration:\n\n");
printf("From the statistics above ,the conclusion is that though the Quicksort is deemedas one of the most optimal algorithm in sorting .it isn't precise everywhere andeverytime,especially say, when the items which is to be sorted are few,say no more than 100.The reason is the expense comsumed in excursion by Quicksort may offset that of superiority or be more than the expense by other one.Moreover,other algorithm can overwhelm the Quicksort if the table is more or less sorted\n\n-------------------------------------------------------------------------------\n----------------------------------THE END----------------------------------------------------------------------------------------------");
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -