Solve 3-5 problems every week just for fun and to train neurons.
https://leetcode.com/u/fc-arny/
- One folder for one problem using
make generate FOLDER=01-hello-world
- Copy function from Leetcode to generated FOLDER/FOLDER.go file
- Run tests
go test ./path/to/file/with/solution.go ./path/to/file/with/solution_test.go
- VS Code
- Golang
- Makefile
- Tabnine