Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
[email protected]
Email



LinkedIn
Ranit Manik
LinkedIn



Instagram
ranit_manik_
Instagram



Facebook
RanitKumarManik
Facebook



Twitter
RANIT_MANIK
Twitter

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