This repo contains code for Top 150 Interview Questions of LeetCode. This will mainly contain code in JAVA.
It is open for contributions of solutions in different languages.
Contributions are always welcome!
Rules for contribution are very simple:
- Fork the repository into your profile
- Clone or download into your local machine
- Now add the solution to the problem you want to solve in any language you want
- Commit and Push the changes to the forked repo in your profile
- Give a PR (Pull Request) to the original repo and I'll merge the changes after checking them