摘要:
401.Which of the following are correct about block media recovery? (Choose all that apply.) A. Physical and logical block corruption is recorded autom 阅读全文
摘要:
利用char数组模拟bitmap排序。bitmap能够用来对数组的查重,也可用来排序,时间复杂度较为可观。 public class BitmapSort { public static void bitmapsort(int[] num){ if(num==null) return; int ma 阅读全文