Skip to content

LanguageisSimple/Leetcode-Problems

Repository files navigation

LeetCode Problems

Welcome to the LeetCode Problems repository of the "Language is Simple" organization! This repository is dedicated to providing solutions to various LeetCode problems, serving as a resource for problem solving, college or school assignments, and learning new programming languages.

Table of Contents

  1. Introduction
  2. Problem List
  3. How to Use
  4. Contributing
  5. License

Introduction

This repository contains solutions to popular LeetCode problems. Each solution is implemented with clear and concise code, aiming to help learners understand and solve these problems effectively. The repository will be regularly updated with new problems and solutions.

Problem List

Here are the LeetCode problems currently covered in this repository:

  1. Two Sum
  2. Add Two Numbers
  3. Roman to Integer
  4. Palindrome Number
  5. Longest Common Prefix
  6. Merge Two Sorted Lists
  7. Remove Duplicates from Sorted Array

How to Use

Each problem has its own dedicated file in the solutions directory. The file includes:

  • The solution in one programming language.
  • Explanations and comments to enhance understanding.

To view the solutions to the problems, navigate to the required directory according to the name of the LeetCode Problem and open the corresponding file for the problem you are interested in.

Contributing

We welcome contributions from the community! If you would like to contribute:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -am 'Add new solution for XYZ problem')
  4. Push to the branch (git push origin feature-branch)
  5. Create a new Pull Request

Please ensure your code follows the repository's style guidelines and includes comments and explanations.

License

This project is licensed under the MIT License. See the LICENSE file for more details.