C学得不好,现在补习一下冒泡算法

    技术2022-05-11  103

    string[] myarray = new string[10] {"AA","CC","DD","AB","FF","XF","AD","CF","EF","MQ"};   string temp = "";   for(int i = 0; i    {    for(int j = 0; j     {     if(myarray[j].CompareTo(myarray[j 1])>0

    最新回复(0)