This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions,FAANG Interview questions and Miscellaneous Stuff (Programming MCQs, Puzzles, Aptitude, Reasoning). The Programming languages used for demonstration are the C++, Python, and Java.
SNo. | Contents |
---|---|
1. | Miscellaneous Stuff |
2. | DSA |
3. | Competitive Programming |
4. | Technical Subject |
5. | Low Level Design |
6. | Projects |
.
βββ ...
βββ π΄ππππππππππππ πΊππππ
| βββ Aptitude & Reasoning
| | βββ ...
| |
| βββ Basic Programming MCQs
| | βββ ...
| |
| βββ Puzzles
| | βββ ...
| |
| βββ ...
|
|
βββ π«πΊπ¨
| βββ Data Structures
| | βββ ...
| |
| βββ Algorithms
| | βββ ...
| |
| βββ 450 DSA by @Love Babbar
| | βββ ...
| |
| βββ FAANG Interview Questions
| | βββ Facebook
| | βββ Amazon
| | βββ Apple
| | βββ Netflix
| | βββ Google
| | βββ Others
| | βββ ...
| |
| βββ ...
|
|
βββ πͺππππππππππ π·ππππππππππ
| βββ HackerRank
| | βββ ...
| |
| βββ GeeksforGeeks
| | βββ ...
| |
| βββ HackerEarth
| | βββ ...
| |
| βββ CodeChef
| | βββ ...
| |
| βββ CodeForce
| | βββ ...
| |
| βββ LeetCode
| | βββ ...
| |
| βββ InterviewBit
| | βββ ...
| |
| βββ ...
|
|
βββ π»ππππππππ πΊππππππ
| βββ Object Oriented Programming (OOPs)
| | βββ ...
| |
| βββ Operating System (OS)
| | βββ ...
| |
| βββ Database Management System (DBMS)
| | βββ ...
| |
| βββ Structured Query Language (SQL)
| | βββ ...
| |
| βββ Computer Network (CN)
| | βββ ...
| |
| βββ Interview Questions
| | βββ ...
| |
| βββ ...
|
|
βββ π³ππ π³ππππ π«πππππ
β βββ ...
|
|
βββ π·ππππππ
| βββ Machine Learning & Data Science
| | βββ ...
| |
| βββ Internet of Things (IoT)
| | βββ ...
| |
| βββ Web Development
| | βββ ...
| |
| βββ Mobile Development
| | βββ ...
| |
| βββ ...
βββ ...
2. DSA
- Object Oriented Programming (OOPs)
- Operating System (OS)
- Database Management System (DBMS)
- Structured Query Language (SQL)
- Computer Network (CN)
- Interview Questions
6. Projects
Akash Singh |
Thanks goes to these Wonderful People π¨π»βπ»:
AkashSingh3031 π» βοΈ |
Anuradha0501 π» βοΈ |
RishikaGhosh π» βοΈ |
thecoder8890 π» βοΈ |
We'd love your contributions! Kindly follow the steps below to get started:
git clone https://github.com/<your-github-username>/The-Complete-FAANG-Preparation
- Navigate to the project directory.
cd The-Complete-FAANG-Preparation
- Create a new branch.
git checkout -b <your_branch_name>
-
Make changes.
-
Stage your changes and commit
git add -A
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push -u origin <your_branch_name>
-
Create a Pull-Request to
develop
! -
Congratulations! π Sit and relax, you've made your contribution to The Complete FAANG Preparation. βοΈ β€οΈ π₯
MIT License
Copyright (c) 2021 Akash Singh
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.