#

小方法

  • Java求最大值、平均值、折半查找和冒泡排序

    public class Practice5_19{public static int max(int[] array){int max=0;for(int i=0;i

    作者:王果果ooo
    2020-07-10 14:02:04
  • 列表中的小方法

    本博文涉及到的方法有:index()、append()、insert()、remove()、sort()。1.index():接受一个值,如果此值在列表中,就会返回它的下标;如果此值出现多次,只返回第

    作者:v_fanyunxiao
    2020-06-06 15:29:25