数据结构—图的遍历
数据结构课程设计图的遍历 printf("\n"); printf("\t\t\t ~~~~~~~~ 功能菜单 ~~~~~~~ \n"); printf("\n"); printf("\t\t\t*********************************************\n"); printf("\t\t\t* 1.创建图 *\n"); printf("\t\t\t* *\n"); printf("\t\t\t* 2.深度优先遍历图 *\n"); printf("\t\t\t* *\n"); pr intf("\t\t\t* 3.广度优先遍历图 *\n"); printf("\t\t\t* *\n"); printf("\t\t\t* 4.退出系统 *\n"); printf("\t\t\t* *\n"); printf("\t\t\t*********************************************\n"); printf("\n\t\t\t请输入选择的功能编号(1-4):"); intf("\t\t\t* 3.广度优先遍历图 *\n"); printf("\t\t\t* *\n"); printf("\t\t\t* 4.退出系统 *\n"); printf("\t\t\t* *\n"); printf("\t\t\t*********************************************\n"); printf("\n\t\t\t请输入选择的功能编号(1-4):");
下载地址
用户评论