Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranitmanik/leetcode-solutions
Welcome to my Leetcode solutions repository! This is a collection of my solutions to various Leetcode problems, showcasing my problem-solving skills and coding practices
https://github.com/ranitmanik/leetcode-solutions
365daysofcode algorithms consistency data-structures data-structures-and-algorithms datastructures-algorithms java leetcode leetcode-java leetcode-javascript leetcode-practice leetcode-python leetcode-questions leetcode-solutions
Last synced: about 1 month ago
JSON representation
Welcome to my Leetcode solutions repository! This is a collection of my solutions to various Leetcode problems, showcasing my problem-solving skills and coding practices
- Host: GitHub
- URL: https://github.com/ranitmanik/leetcode-solutions
- Owner: RanitManik
- License: mit
- Created: 2024-01-01T18:28:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T17:20:37.000Z (10 months ago)
- Last Synced: 2024-11-24T20:44:44.064Z (about 1 month ago)
- Topics: 365daysofcode, algorithms, consistency, data-structures, data-structures-and-algorithms, datastructures-algorithms, java, leetcode, leetcode-java, leetcode-javascript, leetcode-practice, leetcode-python, leetcode-questions, leetcode-solutions
- Language: Java
- Homepage: https://leetcode.com/ranit_manik/
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Leetcode Solutions
Welcome to my Leetcode Solutions repository! This is a collection of my solutions to various Leetcode problems, showcasing my problem-solving skills and coding practices in multiple languages.
## Table of Contents
- [About](#about)
- [Languages Used](#languages-used)
- [Badges](#badges)
- [Folder Structure](#folder-structure)
- [How to Use](#how-to-use)
- [Contact](#contact)
- [Contributing](#contributing)## About
Hi, I'm Ranit Manik, a disciplined programmer currently pursuing my Bachelor's degree in Computer Science. This repository is a reflection of my journey in sharpening my algorithmic and coding skills through solving Leetcode problems.
## Languages Used
- JavaScript
- Java
- Python## Badges
## Folder Structure
The solutions are organized by Leetcode problem number. Each problem has its own folder containing the solution files in different programming languages.
```
Leetcode
│
├── Problem1
│ ├── solution.js
│ ├── README.md
│ └── NOTES.md
│
├── Problem2
│ ├── solution.java
│ ├── solution.py
│ └── README.md
│
└── ...
```## How to Use
Feel free to explore the solutions and use them as a reference for your own learning. Each solution is accompanied by comments and explanations within the code itself. If you find a better or more optimized solution, contributions are welcome!
## Contact
Social Media
Username
Link
[email protected]
Ranit Manik
ranit_manik_
RanitKumarManik
RANIT_MANIK
## Contributing
If you have additional Leetcode solutions or improvements to existing ones, I encourage you to contribute. Fork this repository, create a new branch, commit your changes, and open a pull request.
Happy coding!