Skip to content

Welcome to the Leetcode Solutions repository! This repository is dedicated to providing solutions to various Leetcode problems, primarily written in Java (77.3%) and Python (22.7%).

Notifications You must be signed in to change notification settings

Tamilvendhan23/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode Solutions Repository

Welcome to the Leetcode Solutions repository! This repository contains solutions to a wide range of LeetCode problems to help with learning algorithms and preparing for technical interviews.


Repository structure

Each problem is organized in its own folder, typically named with the problem number and title (for example 0008-string-to-integer-atoi/). Solutions are written primarily in Java and Python. Use the folder names to quickly locate solutions for specific problems.

Example layout:

0008-string-to-integer-atoi/
0009-palindrome-number/
...
3169-count-days-without-meetings/
README.md

How to use

  • Browse folders to find solutions for specific problems.
  • Read the comments in solution files for explanations and complexity notes.
  • Run Java solutions with javac/java or using an IDE. Run Python solutions with python3.

Contributing

Contributions are welcome! If you would like to:

  • Add solutions in new languages,
  • Improve explanations or add tests,
  • Fix formatting or typos,

please open a pull request. If you plan to contribute many files, open an issue first to discuss structure and naming.


License

This repository is provided for learning and practice. If you want a specific license, add a LICENSE file (e.g., MIT) or let me know and I can add one for you.


Links


Happy coding!

About

Welcome to the Leetcode Solutions repository! This repository is dedicated to providing solutions to various Leetcode problems, primarily written in Java (77.3%) and Python (22.7%).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages