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.
- Host: GitHub
- URL: https://github.com/kirtipratihar/leetcode-easy-solutions
- Owner: KirtiPratihar
- License: mit
- Created: 2024-07-07T12:58:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T15:10:01.000Z (11 months ago)
- Last Synced: 2025-02-06T06:16:47.713Z (8 months ago)
- Topics: array, database, search, search-algorithm, string
- Language: Jupyter Notebook
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Easy Solutions in Jupyter


## 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