Skip to content

Latest commit

 

History

History

helper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

helper

功能

  1. 按照程序中设置的模板,生成习题解答文件夹,包括:
    1. README.md
    2. [题目].go
    3. [题目]_test.go
  2. 统计已经解答题目,在LeetCode-in-Golang/README.md中生成
    1. 统计报表
    2. 已完成的题目的目录

使用方式

  1. 按照下方的说明,配置helper。
  2. 在命令行的本目录下,运行make

配置方法

  1. 设置main.go中的USER常量为你的leetcode.com的用户名。
  2. 把你的leetcode.com的cookie,保存到LeetCode-in-Golang目录下,文件名为leetcode.cookie
    1. 安装Chrome浏览器,及其扩展程序EditThisCookie
    2. 设置EditThisCookie,选项 → 选择cookies的导出格式 → "Netscape HTTP Cookie File"
    3. 登录leetCode.com,点击EditThisCookie扩展,点击"导出Cookies"按钮。
    4. 把剪切板中内容,保存到文件。