The set will give much better performance ( O(n) vs O(n^2) for the list), and that's normal because set membership (the contains operation) is the very ...
確定! 回上一頁