changaolee / LeetCode-Contest

LeetCode 周赛题解

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode-Contest

LeetCode 周赛题解

已完成比赛

周赛

比赛场次 【A】题 【B】题 【C】题 【D】题
weekly-contest-152 1175 1176 1177 1178
weekly-contest-153 1184 1185 1186 1187
weekly-contest-154 1189 1190 1191 1192
weekly-contest-155 1200 1201 1202 1203
weekly-contest-156 1207 1208 1209 1210

双周赛

比赛场次 【A】题 【B】题 【C】题 【D】题
biweekly-contest-12 1244 1243 1245 1246

初始化脚本

这里通过脚本的方式抓取 LeetCode 题目信息,并初始化 Markdown 文档。

格式:python3 init_contest.py <weekly/biweekly> <number>

Example

$ python3 init_contest.py weekly 155

输出:

saved 最小绝对差.
saved 丑数 III.
saved 交换字符串中的元素.
saved 项目管理.

License

The MIT License (MIT)

About

LeetCode 周赛题解

License:MIT License


Languages

Language:Python 100.0%