You are viewing a single comment's thread. Return to all comments →
It can be more simple as below
Set set = new HashSet(); for (int i =0 ; i<t ;i++){ set.add(pair_left[i]+"_"+pair_right[i]); System.out.println(set.size()); }
Seems like cookies are disabled on this browser, please enable them to open this website
Java Hashset
You are viewing a single comment's thread. Return to all comments →
It can be more simple as below