Appending to list s has O (N) complexity, while appending to arrays has O (N^2) (besides different memory use). The proper way should be, ...
確定! 回上一頁