A simple Go repository focused on solving algorithmic challenges and small exercises for learning and practicing purposes. Each problem is solved in standalone Go files for quick execution and testing.
- Solves specific algorithmic challenges
- Each exercise is a standalone Go file for ease of testing
- Focus on simplicity and readability
- Exploring the possibilities and tools of the programming language
- Go 1.22+ (or higher)
- Library
testify
to run the testsgo get github.com/stretchr/testify go mod tidy
- Clone the repository.
- Navigate to the directory of the exercise you want to run.
- Execute the file:
go run <filename>.go