niranjana687 / Top-Interview-Questions--Leetcode

These are codes for Top Interview Questions from Leetcode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not make a PR without getting the issues assigned. Read Rules Carefully!

MasterHead

Kickstart your Open-Source Journey!!

Read It Carefully.

Top-Interview-Questions--Leetcode

These are solutions in Cpp, Java, Python for problems in Top Interview Questions from Leetcode.

To understand and get the overview of Hacktoberfest, Check out this video

Here's a DEMO video of how to contribute.

Rules To Contribute To This Repo

  • You can write solutions in C/C++/Java/Python for a particular Question.
  • check your code twice before PR, only correct codes are going to be considered.
  • Follow file naming convention for all your pull requests.
  • While adding any content it should be inside its appropiate folder.
  • if there is any problem with inaccurate solution create an issue!
  • Do not create an duplicate issues, firstly check if that issue has been created already or not.
  • Do not make a PR without getting issues assigned to you! ( they will not be merged ).
  • Link your PR with the Issue no. .
  • if you don't work on the issue within 4 days, It will be assigned to other interested member.
  • make sure your read these rules twice.

file naming convention

use file type comments
new question [question name] (folder) All solution files for this question should be under this folder
c++ solutions cppSolution[question name].cpp also comment the question link on the top

Steps For Contribution

1. Fork this repo
2. Star this repo
3. Get an issue assigned.
3. Work on the issssue, add a file ( txt/cpp ) inside appropriate folder
4. Commit the code
5. Make pull request

Ideas for contribution

  • Repo contain folders of Top-Interview-Questions by Leetcode. You can add a solution to a question that is unanswered.
  • You can update existing solution with a better one ( better complexity).
  • You can add new questions and solutions in diff. languages.
  • solve issues raised by other people or yourself.
  • make webpage ( hosted from GitHub readme ) more appealing and updated.

Connect with me:

khushboogoel01 _khushboo.goel khushboo goel

If you post about it on social media, Don't forget to tag me ;)

About

These are codes for Top Interview Questions from Leetcode.


Languages

Language:Java 42.5%Language:C++ 27.6%Language:Python 21.1%Language:C 8.8%