登录 注册
当前位置:主页 > 资源下载 > 5 > leetcodepdfpython-leetcode-question-generator:生成leetcode问题的pdf下载

leetcodepdfpython-leetcode-question-generator:生成leetcode问题的pdf下载

  • 更新:2024-07-27 22:29:44
  • 大小:452KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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); });