Skip to content

SanthoshD123/LeetCode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

A collection of my solutions to various LeetCode coding challenges.

Overview

This repository contains my solutions to over 100 LeetCode problems, solved in multiple programming languages. Each solution is named according to the problem number and title for easy reference.

Languages

Solutions are implemented in:

  • Java
  • Python
  • SQL
  • JavaScript

Problem Categories

Solutions span various problem categories:

  • Arrays and Strings
  • Linked Lists
  • Trees and Graphs
  • Dynamic Programming
  • Database Queries
  • Hash Tables
  • Two Pointers
  • Binary Search
  • Math

Repository Structure

Files are named with the problem number and title:

[Problem Number]. [Problem Title].[language extension]

Example: 1. Two Sum.java

Recent Additions

  • 767 . Reorganize String
  • 239 . Sliding Window Maximum
  • 77 . Combinations
  • 619 . Biggest Single Number
  • 1137 . N-th Tribonacci Number

Stats

  • Total problems solved: 100+
  • Java solutions: 60+
  • Python solutions: 30+
  • SQL solutions: 15+
  • JavaScript solutions: 3+

How to Use

Each file contains a complete solution to the corresponding LeetCode problem. You can view the code directly in GitHub or clone the repository to explore the solutions locally.

git clone https://github.com/SanthoshD123/LeetCode-solutions.git

Contributing

Feel free to suggest improvements or alternative solutions through issues or pull requests.

License

This repository is for educational purposes only. Solutions are my personal implementations of the LeetCode problems.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published