Skip to content

This repository contains my solutions to LeetCode problems implemented in Go. Getting Started

Notifications You must be signed in to change notification settings

begenov/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions in Go

This repository contains my solutions to LeetCode problems implemented in Go.
Getting Started

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.

Clone this repository:

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

Contributing

Feel free to contribute your own solutions or improve existing ones. To contribute, fork this repository and submit a pull request with your changes

Acknowledgments

Thanks to LeetCode for providing the platform to practice algorithm and data structure problems!

About

This repository contains my solutions to LeetCode problems implemented in Go. Getting Started

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages