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.
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
- 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 withpython3
.
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.
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.
- Repository: https://github.com/Tamilvendhan23/Leetcode
Happy coding!