This repository is made to help aspiring software developers in learning Data Structures and Algorithms for their coding interviews.
This Repository consists of many Data Structures and Algorithm Questions and Competitive Programming Questions from the leading coding websites. You can take reference from the code you've been stuck with for very long. Hope this repository helps you :)
To get a local copy up and running follow these simple steps.
- You should have git installed in your local machine
- You should know any programming language, preferably JAVA since the code is in java
- Every question in this repository comes with the original link and the title of the question
import //(import files) // (Question Link) // (Question Title) public static void main(String[] args){ // Driver code for normal questions whose input is simpler } //Functions used in the questions
Clone the repo
git clone https://github.com/bugaliaa/codingquestions.gitYou can use this repository in the following manner:
- Open the question from the link provided in the question file and try to solve it yourself
- If you're stuck then look at the code and try to understand the solution
- If you solved the question, you can still look at the solution provided for the best optimal solution
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. You can make contributions using the following steps. Any contributions will be highly appreciated
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Siddhant Bugalia - @twitter_handle - email
Project Link: https://github.com/bugaliaa/codingquestions
- Striver_79
- I used his Competitve programming questions list and SDE Sheet to solve the questions and prepare for my college placements and internships. Thank you so much Striver_79
- All the coding websites for giving such quality questions and providing a consistent platform.
- Numerous fellow youtubers and people in the discussion forums of the question to help me to understand and solve the question very efficiently and teaching me a lot.