firattamur / leetcode-java

Leetcode Problems' Solutions in Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“š LeetCode Solutions in Java πŸš€

Welcome to my repository of LeetCode solutions in Java! Here, you'll find well-commented and efficient solutions for various LeetCode problems.

πŸ“˜ 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 Status
1 Two Sum βœ… Completed
2 Add Two Numbers βœ… Completed
3 Longest Substring Without Repeating Characters βœ… Completed
4 Median of Two Sorted Arrays βœ… Completed
5 Longest Palindromic Substring βœ… Completed
6 ZigZag Conversion βœ… Completed
7 Reverse Integer βœ… Completed
8 String to Integer (atoi) βœ… Completed
9 Palindrome Number βœ… Completed
10 Regular Expression Matching 🚧 In Progress
11 Container With Most Water βœ… Completed
12 Integer to Roman βœ… Completed
13 Roman to Integer βœ… Completed
14 Longest Common Prefix βœ… Completed
15 3Sum βœ… Completed
16 3Sum Closest βœ… Completed
17 Letter Combinations of a Phone Number βœ… Completed
18 4Sum βœ… Completed
19 Remove Nth Node From End of List ❌ Not Started
20 Valid Parentheses ❌ Not Started

🎯 How to Use

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

git clone https://github.com/firattamur/leetcode-java.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 Java.


Languages

Language:Java 99.5%Language:Dockerfile 0.5%