# leetcode_problems **Repository Path**: sky-wang/leetcode_problems ## Basic Information - **Project Name**: leetcode_problems - **Description**: python爬虫脚本,从leetcode网站下载所有题目(中英文) - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-04-01 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leetcode 题目列表 ## download ``` python3 ``` ``` python download.py ``` ## problems ## 性能测试 ### 独立线程 ``` python download.py 23.21s user 2.92s system 56% cpu 46.622 total ``` ### 4 ``` python download.py 25.27s user 1.10s system 27% cpu 1:37.40 total ``` ### 8 ``` python download.py 21.48s user 1.09s system 50% cpu 44.750 total ``` ### 16 ``` python download.py 20.38s user 1.20s system 74% cpu 28.895 total ``` ### 32 ``` python download.py 21.86s user 1.70s system 126% cpu 18.575 total ``` ### 64 ``` python download.py 23.35s user 2.23s system 135% cpu 18.865 total ``` ### 24 ``` python download.py 21.57s user 1.25s system 114% cpu 19.938 total ``` ### 28 ``` python download.py 21.21s user 1.51s system 131% cpu 17.291 total ``` ### 26 ``` python download.py 21.54s user 1.53s system 113% cpu 20.253 total ``` ### 30 ``` python download.py 21.10s user 1.41s system 117% cpu 19.172 total ```