Skip to content

Cheetsheet with Go solutions for updated Blind 75 problems.

License

Notifications You must be signed in to change notification settings

macie/goleet-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Leetcode in Go - Cheet Sheet

Booklet with Go solutions for Yangshun Tay's updated Blind 75 Leetcode list.

All problem descriptions are taken from LeetCode.

Solutions were prepared in 2 steps:

  1. LLM generated solution based on file and method names and description. The solution was verified on leetcode.com - all generated solutions passed the test.
  2. Solution readability was manually improved (e.g. changes in variable names, use of Go idioms).

Development

Use make (GNU or BSD):

  • make - install dependencies
  • make preview - preview booklet
  • make booklet - creates booklet for distribution
  • make clean - removes compilation artifacts
  • make test - run source code tests
  • make check - run unit tests of source code
  • make info - print system info (useful for debugging).

License

0BSD (public domain)

About

Cheetsheet with Go solutions for updated Blind 75 problems.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published