An open API service indexing awesome lists of open source software.

https://github.com/kirtipratihar/leetcode-easy-solutions

This repository contains solutions to LeetCode Easy level problems, implemented using Python and organized in Jupyter notebooks. The goal is to practice problem-solving and enhance coding skills in a structured way.
https://github.com/kirtipratihar/leetcode-easy-solutions

array database search search-algorithm string

Last synced: 6 months ago
JSON representation

This repository contains solutions to LeetCode Easy level problems, implemented using Python and organized in Jupyter notebooks. The goal is to practice problem-solving and enhance coding skills in a structured way.

Awesome Lists containing this project

README

          

# LeetCode Easy Solutions in Jupyter

![LeetCode](https://img.shields.io/badge/LeetCode-Easy-brightgreen)
![Python](https://img.shields.io/badge/Python-3.x-blue)
![Jupyter](https://img.shields.io/badge/Notebook-Jupyter-orange)

## Overview

This repository contains solutions to **LeetCode Easy** level problems, implemented using Python and organized in Jupyter notebooks.
The goal is to practice problem-solving and enhance coding skills in a structured way. Each notebook provides a clear explanation, code implementation, and some test cases to verify the solution.

## Repository Structure

- **Problem Solutions**: Each LeetCode problem is solved in its dedicated Jupyter notebook. The notebooks are organized by problem number and name.
- **Code**: Python 3 is used for all implementations.
- **Tests**: Basic test cases are provided at the end of each notebook to demonstrate the correctness of the solution.

## How to Use
1. Clone the repository:
```bash
git clone https://github.com/your-username/leetcode-easy-solutions.git
2. Navigate to the project folder:
```bash
cd leetcode-easy-solutions
3. Install necessary dependencies (if any):
```bash
pip install -r requirements.txt
4. Open the Jupyter notebooks:
```bash
jupyter notebook
5. Choose a notebook from the list and run it to see the solution and test cases.

Sample Problem
Each problem notebook includes the following sections:

**Problem Description: A brief description of the LeetCode problem (with the link to the problem).**
**Approach:** Explanation of the chosen approach to solve the problem.
**Code:** Python implementation of the solution .
**Test Cases:** A few test cases used to verify the correctness of the solution.

## Contribution
Feel free to fork this repository, add more solutions, and submit a pull request. Suggestions and improvements are welcome!

## License-
This project is licensed under the MIT License - see the LICENSE file for details.

## Author
Name- Kirti Pratihar
GitHub-https://github.com/KirtiPratihar
LinkedIn -www.linkedin.com/in/kirti-pratihar-426072279