Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 522 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 522 Bytes

Goal

Solve 3-5 problems every week just for fun and to train neurons.

Leetcode Profile

https://leetcode.com/u/fc-arny/

How to start solving a problem

  1. One folder for one problem using make generate FOLDER=01-hello-world
  2. Copy function from Leetcode to generated FOLDER/FOLDER.go file
  3. Run tests go test ./path/to/file/with/solution.go ./path/to/file/with/solution_test.go

Toolset

  1. VS Code
  2. Golang
  3. Makefile
  4. Tabnine

Problems

  1. Link: https://leetcode.com/studyplan/top-interview-150/