# 算法题库 **Repository Path**: gitkunkun/tiku ## Basic Information - **Project Name**: 算法题库 - **Description**: 爬虫http://go.helloworldroom.com:50080/problems,一个noip刷题网站。这个仓库一共收录了2000+道题目。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-11-14 - **Last Updated**: 2022-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 算法题库 #### 介绍 爬虫http://go.helloworldroom.com:50080/problems,一个noip刷题网站。这个仓库一共收录了2000+道题目。 你可以直接解压tiku.zip来获取题目列表,或者使用python运行main.py爬下来,注意运行前pip安装一下requests模块。 题目为HTML形式,直接用浏览器打开。 #### 参与贡献 你可以在ans文件夹下写一些题解。