Skip to content

plh97/leetcode

Repository files navigation

codeCov Build Status images images

刷题原则

  • 广度优先
  • 人的注意力只有半小时,所以
  • 测试覆盖率 100%

vscode-debug-for-golang

{
  "name": "debug",
  "type": "go",
  "request": "launch",
  "mode": "test",
  "program": "${fileDirname}"
}