Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.15 KB

File metadata and controls

39 lines (24 loc) · 1.15 KB

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.