-
leetcodepdfpython-leetcode-question-generator:生成leetcode问题的pdf下载
资源介绍
leetcode
pdf
Python一个文件中的所有
Leetcode
问题
我想在
Kindle
上用纸笔练习
Leetcode
问题。
因此,我编写了一个脚本,它复制所有
Leetcode
算法问题并将其格式化为单个文件
(txt,
pdf,
mobi)
。
用法
您可以从此存储库下载“.txt”、“.pdf”或“.mobi”文件,并根据需要查看它。
更新问题
在文件question_links.txt添加新的问题链接并运行export_all_questions.py
python
脚本。
要获取所有问题链接列表,请访问此
URL
'',打开开发控制台并运行以下代码:
var
links
=
document.getElementsByTagName('a');
var
all_links
=
Array.prototype.slice.call(links);
all_links.forEach(function(val){
console.log(val.href);
});