readme.cpp

来自「排序算法的内部复杂度分析,有八个算法,有时间和空间的分析,比较完整」· C++ 代码 · 共 5 行

CPP
5
字号
void readme()
{
	printf("------------------------------------README-------------------------------------------");
	printf("\nthis software is designed for sorting in order to compare the natural capacity of the 6 method of sorting algorthm\nyou can select one of the method to sort ,pressing proper key which is prompted in the selection menu.\nEach step will be with the hint.so you may not lose in the monochromatic ,dully,ugly interface\n");
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?