Counting Duplicates: CBDupSearch.java: Quadratic comparison CBHash.java "Linear" hash solution Execute with size of list of random ints as argument. e.g. java CBDupSearch 1000 java CBHash 15900 Notes CB inherited the otherSearch() code in Orig_Hash.java, but didn't like it much... Compare with CBHash.java --- what do you think? Also note there's still a big strategic bug in both hashing algorithms!