This repository contains my solutions to LeetCode problems implemented in Go.
Getting Started
To run the solutions locally, you'll need to have Go installed on your machine. You can download the latest version from the official website.
git clone https://github.com/begenov/leetcode.git
Each solution is contained in its own directory named after the problem number. To run a solution, navigate to its directory and run the go run command:
cd /
go run main.go
Feel free to contribute your own solutions or improve existing ones. To contribute, fork this repository and submit a pull request with your changes
Thanks to LeetCode for providing the platform to practice algorithm and data structure problems!