Skip to content

ianshulx/Top-Interview-Questions--Leetcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 an 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 the file naming convention for all your pull requests.
  • While adding any content it should be inside its appropriate folder.
  • if there is any problem with an inaccurate solution create an issue!
  • Do not create 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 number.
  • if you don't work on the issue within 4 days, It will be assigned to another interested member.
  • make sure you 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 issue, add a file ( txt/cpp ) inside the appropriate folder.
4. Commit the code.
5. Make a pull request.

Ideas for contribution

  • Repo contains folders of Top-Interview-Questions by Leetcode. You can add a solution to an unanswered question.
  • You can update the 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 a webpage ( hosted from GitHub readme ) more appealing and updated.
  • You can add question link along with descrption to each folder.

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 43.8%
  • Java 40.6%
  • Python 11.8%
  • C 2.8%
  • JavaScript 1.0%