Skip to content

ashin115/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode questions

Welcome to my LeetCode solutions repository! Here you will find my solutions to various LeetCode problems along with corresponding test cases.

Overview

In this repository, you will find solutions to LeetCode problems that I have solved, along with detailed explanations and test cases. Each solution is implemented in a separate Python file and accompanied by a corresponding test case in the main.py file. Folder Structure

•  Problems/: Contains all the Python files with my LeetCode solutions.

•  Tests/: Contains test cases to evaluate each solution.

•  main.py: Driver program to test all solutions.

•  README.md: You are reading it right now! This file provides an overview of the repository and instructions on running the tests.

Running the Tests

To run the test cases for all the solutions, follow these steps: 1. Clone the repository to your local machine. 2. Navigate to the root directory of the repository. 3. Run the following command:

python main.py

This command will execute all the test cases and display the results. Thank you for visiting my solutions repository. Happy coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages