Skip to content

soniclr/leetcode-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

LeetCode Go Solutions

A collection of LeetCode problem solutions implemented in Go.

Current Status

This project is currently under development. We are actively working on adding solutions to various LeetCode problems. Contributions are welcome!

Project Structure

Solutions will be organized [Details TBD - e.g., by problem number, difficulty, or category]. Each solution should ideally include:

  • The Go source code for the solution.
  • Unit tests to verify correctness and cover edge cases.
  • A brief explanation of the approach if necessary.

(This section will be updated as the project evolves.)

How to Contribute

We welcome contributions to expand this collection of LeetCode solutions! If you'd like to contribute, please follow these general steps:

  1. Fork the repository.
  2. Create a new branch for your solution (e.g., feat/problem-name or solve/problem-123).
  3. Add your solution in Go, ensuring it's well-commented.
  4. Include unit tests for your solution in a corresponding _test.go file.
  5. Ensure your code is formatted using gofmt.
  6. Submit a pull request to the main branch for review.

Please make sure your contributions adhere to the project's coding standards (if any are established) and include clear commit messages.

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

About

Leetcode Coding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •