Study codes, tests and performance analysis.
It has 3 main folders:
analysis
: a benchmark toolchallenges
: code challenges and it's algorithm solutionsstructures
: implementation of data structures to solve the challenges
go install github.com/go-task/task/v3/cmd/task@latest
task run -- filename
(e.g. task run -- cards_slice
)
task run -- folder_name
(e.g. task run -- cards
)
task test