Giter Club home page Giter Club logo

iamparthshukla / the-complete-faang-preparation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akashsingh3031/the-complete-faang-preparation

0.0 0.0 0.0 54.57 MB

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 C++, Python, and Java.

Home Page: https://medium.com/@akashsingh3031

License: MIT License

C++ 2.18% HTML 4.96% CSS 2.90% JavaScript 3.23% Python 1.29% Jupyter Notebook 84.76% Java 0.67%

the-complete-faang-preparation's Introduction


Iamtripathisatyam

Hello programmer Welcome to my profile followers Open Source Love Connect on LinkedIn Subscribe my Channel Size Lines of code License License Forks Issues Open PRs Close PRs

The Complete FAANG Preparation

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.

Interview Questions

Table of Contents

SNo. Contents
1. Miscellaneous Stuff
2. DSA
3. Competitive Programming
4. Technical Subject
5. Low Level Design
6. Projects

Tree of Index

.
├── ...
├── 𝑴𝒊𝒔𝒄𝒆𝒍𝒍𝒂𝒏𝒆𝒐𝒖𝒔 𝑺𝒕𝒖𝒇𝒇
|   ├── 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              
|   |   └── ...
|   |
|   └── ...
└── ...

Domain

2. DSA

Project Admin

Akash Singh

Awesome Contributors ✨🎉

Thanks goes to these Wonderful People 👨🏻‍💻:


AkashSingh3031

💻 ✍️

Anuradha0501

💻 ✍️

Contributing

We'd love your contributions! Kindly follow the steps below to get started:

  1. Star this repository.

  2. Fork this repository.

  3. Clone the forked repository.

git clone https://github.com/<your-github-username>/The-Complete-FAANG-Preparation 
  1. Navigate to the project directory.
cd The-Complete-FAANG-Preparation
  1. Create a new branch.
git checkout -b <your_branch_name>
  1. Make changes.

  2. Stage your changes and commit

git add -A

git commit -m "<your_commit_message>"
  1. Push your local commits to the remote repo.
git push -u origin <your_branch_name>
  1. Create a Pull-Request to develop !

  2. Congratulations! 🎉 Sit and relax, you've made your contribution to The Complete FAANG Preparation. ✌️ ❤️ 💥


Stargazers Over Time

Stargazers over time

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.

the-complete-faang-preparation's People

Contributors

akashsingh3031 avatar anuradha0501 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.