Skip to content

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

License

Notifications You must be signed in to change notification settings

RanitManik/Leetcode-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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!