Welcome to my LeetCode Solutions repository! This project contains my personal solutions to algorithmic problems on LeetCode, implemented in Java, Python, and C.
The repository is maintained and updated automatically using VS Code, streamlining the process of coding, testing, and archiving solutions.
I solve problems primarily using the following languages:
- Java (Primary)
- Python
- C
This repository utilizes an automated workflow to ensure consistency and efficiency:
- Coding: Solutions are written and tested directly within Visual Studio Code.
- Submission: Upon successful submission on LeetCode, the code is automatically formatted and pushed to this repository.
- Organization: Files are categorized and stored in the
solutions/directory.
The repository is organized as follows:
Leetcode_Solutions/
βββ .github/workflows/ # CI/CD and automation configurations
βββ solutions/ # Source code for all LeetCode problems
β βββ Two Sum.java
β βββ Valid Palindrome.py
β βββ ...
βββ README.md # Project documentation
π Usage Feel free to explore the solutions to understand different approaches to solving problems. If you find a solution helpful or have a suggestion for optimization, you are welcome to:
Star β the repository.
Open an Issue π if you find a bug.
Submit a Pull Request π§ with an improvement.
π Connect GitHub: tharun-37