Skip to content

tharun-37/Leetcode_Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

181 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ LeetCode Solutions

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.


πŸ“Š Repository Stats

Language Commit Activity Repo Size


πŸ› οΈ Tech Stack

I solve problems primarily using the following languages:

  • Java (Primary)
  • Python
  • C

πŸ”„ Automation Workflow

This repository utilizes an automated workflow to ensure consistency and efficiency:

  1. Coding: Solutions are written and tested directly within Visual Studio Code.
  2. Submission: Upon successful submission on LeetCode, the code is automatically formatted and pushed to this repository.
  3. Organization: Files are categorized and stored in the solutions/ directory.

πŸ“‚ Directory Structure

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors