Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiya19g/leetcode
https://github.com/jiya19g/leetcode
coding competitive-programming dsa-algorithm leetcode leetcode-java leetcode-practice leetcode-questions leetcode-solutions
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jiya19g/leetcode
- Owner: jiya19g
- Created: 2024-09-11T18:03:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T10:12:23.000Z (5 months ago)
- Last Synced: 2024-11-12T21:15:53.637Z (3 months ago)
- Topics: coding, competitive-programming, dsa-algorithm, leetcode, leetcode-java, leetcode-practice, leetcode-questions, leetcode-solutions
- Language: Java
- Homepage: https://leetcode.com/u/jiya19g/
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Solutions
This repository contains my solutions to various **LeetCode** problems. Each solution is implemented with clarity and efficiency in mind, using optimal algorithms and detailed comments explaining the logic and complexity of each solution.
## Table of Contents
- [Introduction](#introduction)
- [Usage](#usage)
- [License](#license)## Introduction
LeetCode is an excellent platform for honing your problem-solving skills in coding. This repository contains my personal solutions to LeetCode problems, categorized by problem type and difficulty. It also includes clear explanations and time-space complexity analysis for each problem.## Usage
Feel free to clone this repository and use the solutions as a reference for your own coding practice.## Contributing
Contributions are always welcome! If you'd like to contribute by adding your own solutions or optimizing existing ones, please follow these steps:Fork this repository.
Add your solution or improvements.
Make a pull request, and I will review it as soon as possible.
If you encounter any bugs or have suggestions, feel free to open an issue.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.