use Collections.sort() on both list. Then use the equals(). This is O(nlogn), because you do two sorts, and then an O( ...
確定! 回上一頁