Skip to content

Vishrudh27/Leetcode-Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 

Repository files navigation

Leetcode-Problems

Welcome to my Leetcode-Problems repository! Here, you'll find my solutions to various coding problems from platforms like LeetCode, GeeksforGeeks.

About

In this repository, you'll find solutions to coding problems categorized by platform and difficulty level. Each problem solution is accompanied by a brief explanation of the approach used.

Directory Structure

The repository is organized as follows:

Leetcode-Problems/ ├─ LeetCode/ ├── Easy/ ├── Medium/ ├── Hard/ └── SQL/

Languages Used

Java SQL

This repository contains solutions primarily written in Java for LeetCode problems and SQL for database-related challenges.

How to Use

  1. Clone the repository to your local machine using git clone https://github.com/your-username/Leetcode-Problems.git.
  2. Navigate to the directory of the coding challenge you're interested in.
  3. Open the solution file (e.g., .py, .java, .cpp) to view the code.
  4. Read the accompanying explanation to understand the approach used to solve the problem.

Contributing

Contributions are welcome! If you'd like to contribute your own solutions or improvements to existing ones, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-solution).
  3. Make your changes and commit them (git commit -am 'Add your message here').
  4. Push to the branch (git push origin feature/your-solution).
  5. Create a new Pull Request.

Please ensure your code follows the repository's coding standards and includes appropriate documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published