firattamur / leetcode-python

Leetcode Problems' Solutions in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“š LeetCode Solutions in Python

Welcome to repository of LeetCode solutions in Python! This repository contains my solutions for LeetCode problems between 21 and 40. All solutions are optimized for readability and performance.

πŸ“˜ Introduction

This repository contains my personal solutions for LeetCode problems. All solutions are written in Java and are optimized for readability and performance.

πŸ“ Table of Contents

# Problem Name Level Status
0001 Two Sum Easy βœ… Completed
0021 Merge Two Sorted Lists Easy βœ… Completed
0022 Generate Parentheses Medium βœ… Completed
0023 Merge k Sorted Lists Hard βœ… Completed
0024 Swap Nodes in Pairs Medium βœ… Completed
0025 Reverse Nodes in k-Group Hard βœ… Completed
0026 Remove Duplicates from Sorted Array Easy βœ… Completed
0053 Maximum Subarray Medium βœ… Completed
0027 Remove Element Easy βœ… Completed
0121 Best Time to Buy and Sell Stock Easy βœ… Completed
0217 Contains Duplicate Easy βœ… Completed
0238 Product of Array Except Self Medium βœ… Completed

🎯 How to Use

To get started, simply clone this repository to your local machine:

git clone https://github.com/firattamur/leetcode-python.git

Once the repository is cloned, you can navigate to the specific problem folders and check out the solution files. Each solution file is named after the problem's title and includes a link to the problem description on the LeetCode website. Feel free to study the solutions and try them out on your own.

🀝 Contribution

Contributions to this repository are always welcome! If you have any suggestions, improvements, or alternative solutions, please feel free to create a pull request or open an issue. Make sure your solution is well-commented, efficient, and follows the existing naming conventions.

πŸ“œ License

This repository is licensed under the MIT License.

About

Leetcode Problems' Solutions in Python.


Languages

Language:Python 100.0%