Skip to content

我的go语言工程化力扣刷题仓库。Engineering-oriented LeetCode solutions in Go (tests, benchmarks, and notes).

License

Notifications You must be signed in to change notification settings

YuehaoDai/leetcode-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

leetcode-go

Engineering-oriented LeetCode solutions in Go.

Principles

  • One problem, one package
  • Test-first development
  • Benchmarks for performance comparison
  • Notes for every problem

Structure

  • problems/lcXXXX_xxx
    • solution.go
    • solution_test.go
    • bench_test.go (optional)
    • README.md

About

我的go语言工程化力扣刷题仓库。Engineering-oriented LeetCode solutions in Go (tests, benchmarks, and notes).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages