Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 702 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 702 Bytes

Top Interview Questions

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.

Contributing

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

Authors