Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions in Go

This repository contains my solutions to LeetCode problems implemented in Go (Golang).

Overview

I'm using this repository to practice and improve my Go programming skills by solving LeetCode problems. Each solution is designed to demonstrate my approach to problem-solving using Go.

Structure

  • /problems : Contains directories named after each LeetCode problem number.
  • Each problem directory includes a README.md with the problem statement.
  • A *.go file contains the Go implementation of the solution.

Usage

To explore the solutions:

  1. Clone the repository:

    git clone https://github.com/lntvan166/leetcode.git
  2. Navigate to a specific problem directory:

    cd leetcode/problems/{problem-number}
    
  3. Read the problem description in README.md and review the solution in solution.go.

  4. Run and test the solution locally, if applicable.

Contributing

Contributions are welcome! If you have improvements to the existing solutions or want to add new ones, feel free to open a pull request.

License

This repository is licensed under the Apache license.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages