博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Leetcode刷题神器,妈妈再也不担心我刷题后Solution同步到Github的问题了
阅读量:6470 次
发布时间:2019-06-23

本文共 405 字,大约阅读时间需要 1 分钟。

概述

Leetcode的题目还没刷多少,写了个Solution的下载器,自己刷的题方便下载下来同步到Github上

详情见我的Repo:

主要的代码在 leetcode_generate.py

如何使用

安装依赖:

pip install requestspip install pyquery

修改Config:

Edit your own username, password, language and repo in the config.cfg file

[leetcode]username = usernamepassword = passwordlanguage = pythonrepo = https://github.com/bonfy/leetcode

运行

python3 leetcode_generate.py

无图无真相

各位看官,如果觉得还“阔以”的话,还请点个Star呗~~

转载地址:http://akjko.baihongyu.com/

你可能感兴趣的文章
集合异常之List接口
查看>>
Softmax回归
查看>>
紫书 习题11-11 UVa 1644 (并查集)
查看>>
App工程结构搭建:几种常见Android代码架构分析
查看>>
使用openssl进行证书格式转换
查看>>
ZOJ 3777 Problem Arrangement
查看>>
虚拟机类加载机制
查看>>
Callable和Future
查看>>
installshield12如何改变默认安装目录
查看>>
少用数字来作为参数标识含义
查看>>
ScrollView中嵌套ListView
查看>>
JAVA虚拟机05--面试必问之JVM原理
查看>>
Algs4-2.3.1如何切分数组
查看>>
uva 10815 - Andy's First Dictionary(快排、字符串)
查看>>
观察者模式
查看>>
SQL性能优化:如何定位网络性能问题
查看>>
在properties.xml中定义变量,在application.xml中取值问题
查看>>
js 数组
查看>>
Linux scp命令详解
查看>>
struct和typedef struct
查看>>