This folder contains solutions to various LeetCode interview practice problems. Each problem is implemented in Go and can be run using the main.go file in this directory.
Structure
main.go: The main entry point for running LeetCode problems.
problems/: A directory containing individual problem solutions.
How to Run
Navigate to the leetcode directory.
Run the main.go file using the Go command: go run main.go.
Contributing
Feel free to add new solutions or improve existing ones. Make sure to follow the existing structure and naming conventions.