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:
- LLM generated solution based on file and method names and description. The solution was verified on leetcode.com - all generated solutions passed the test.
- Solution readability was manually improved (e.g. changes in variable names, use of Go idioms).
Use make
(GNU or BSD):
make
- install dependenciesmake preview
- preview bookletmake booklet
- creates booklet for distributionmake clean
- removes compilation artifactsmake test
- run source code testsmake check
- run unit tests of source codemake info
- print system info (useful for debugging).
0BSD (public domain)