📄 displaymenu.cpp
字号:
void displaymenu()
{
printf("1.press 'a' to select THE BUBBLE SORT\n");
printf("2.press 'b' to select THE SELECTION SORT\n");
printf("3.press 'c' to select THE INSERTION SORT\n");
printf("4.press 'd' to select THE SHELL SORT\n");
printf("5.press 'e' to select THE QUICK SORT\n");
printf("6.press 'f' to select THE HEAP SORT\n");
printf("7.press 'q' to select nothing\n");
printf("8.To acquire for more ,press 'h' to skip README\n");
printf("Enter your choice:\n");
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -