Skip to content

This repository contains my solutions to various LeetCode programming problems. Each solution is implemented in Java.

Notifications You must be signed in to change notification settings

mdaz78/leetCode

Repository files navigation

LeetCode Solutions

This repository contains my solutions to various LeetCode programming problems. Each solution is implemented in Java and includes detailed explanations.

Problems Solved

# Problem Solution Difficulty
1 Two Sum Solution Easy
3 Longest Substring Without Repeating Characters README Medium
9 Palindrome Number Solution Easy
20 Valid Parentheses Solution Easy

About

This repository serves as a collection of my LeetCode problem solutions. Each solution includes:

  • Problem description
  • Solution approach
  • Implementation in Java or JavaScript

Structure

Each problem is organized in its own directory (e.g., 01-TwoSum/) containing:

  • Solution.java or Solution.js - The Java or JavaScript implementation
  • README.md - Problem description and approach

License

This project is open source and available under the MIT License.

About

This repository contains my solutions to various LeetCode programming problems. Each solution is implemented in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages