SNo. | Contents |
---|---|
1. | Miscellaneous Stuff |
2. | DSA + CP |
3. | Technical Subject |
4. | System Design |
5. | Projects |
6. | Important Books and Resources |
7. | Behavioural Interview Questions |
.
├── ...
├── 𝑴𝒊𝒔𝒄𝒆𝒍𝒍𝒂𝒏𝒆𝒐𝒖𝒔 𝑺𝒕𝒖𝒇𝒇
| ├── Aptitude & Reasoning
| | ├── Quantitative Analysis
| | ├── Logical and Verbal Reasoning
| | └── ...
| |
| ├── Basic Programming+Technical MCQs
| | ├── C Programming
| | ├── C++ Programming
| | ├── Python Programming
| | ├── Java Programming
| | ├── Object Oriented Programming (OOP)
| | ├── Operating System (OS)
| | ├── Database Management System (DBMS)
| | ├── Structured Query Language (SQL)
| | ├── Computer Network (CN)
| | └── ...
| |
| ├── Puzzles
| | └── ...
| |
| └── ...
|
|
└── 𝑫𝑺𝑨 + 𝑪𝑷
| └── 𝑫𝑺𝑨
| | ├── Data Structures
| | | └── ...
| | |
| | ├── Algorithms
| | | └── ...
| | |
| | ├── 450 DSA by Love Babbar
| | | └── ...
| | |
| | ├── Striver Series
| | | ├── 30 Days of SDE Sheet
| | | ├── Algorithms for Coding Round Sheet
| | | ├── Competitive Programming Sheet
| | | └── ...
| | |
| | ├── DSA Sheet by Apna College
| | | └── ...
| | |
| | ├── FAANG Interview Questions
| | | ├── Facebook
| | | ├── Amazon
| | | ├── Apple
| | | ├── Netflix
| | | ├── Google
| | | ├── Others
| | | └── ...
| | |
| | └── ...
| |
| |
| └── 𝑪𝒐𝒎𝒑𝒆𝒕𝒊𝒕𝒊𝒗𝒆 𝑷𝒓𝒐𝒈𝒓𝒂𝒎𝒎𝒊𝒏𝒈
| | ├── Google
| | | ├── Code Jam
| | | | ├── 2008
| | | | ├── 2009
| | | | ├── 2010
| | | | ├── 2011
| | | | ├── 2012
| | | | ├── 2013
| | | | ├── 2014
| | | | ├── 2015
| | | | ├── 2016
| | | | ├── 2017
| | | | ├── 2018
| | | | ├── 2019
| | | | ├── 2020
| | | | ├── 2021
| | | | ├── 2022
| | | | └── ...
| | | |
| | | ├── Hash Code
| | | | ├── 2016
| | | | ├── 2017
| | | | ├── 2018
| | | | ├── 2019
| | | | ├── 2020
| | | | ├── 2021
| | | | └── ...
| | | |
| | | ├── Kick Start
| | | | ├── 2013
| | | | ├── 2014
| | | | ├── 2015
| | | | ├── 2016
| | | | ├── 2017
| | | | ├── 2018
| | | | ├── 2019
| | | | ├── 2020
| | | | ├── 2021
| | | | ├── 2022
| | | | └── ...
| | | └── ...
| | |
| | ├── Facebook
| | | ├── Hacker Cup
| | | | ├── 2011
| | | | ├── 2012
| | | | ├── 2013
| | | | ├── 2014
| | | | ├── 2015
| | | | ├── 2016
| | | | ├── 2017
| | | | ├── 2018
| | | | ├── 2019
| | | | ├── 2020
| | | | ├── 2021
| | | | └── ...
| | | |
| | | ├── FB Hack
| | | | ├── 2020
| | | | ├── 2021
| | | | └── ...
| | | └── ...
| | |
| | ├── LeetCode
| | | ├── Problems
| | | |
| | | ├── Contests
| | | | ├── Weekly Contests
| | | | ├── Biweekly Contests
| | | | └── ...
| | | |
| | | ├── Study Plan
| | | | ├── Comprehensive Study Plans
| | | | | ├── Data Structure
| | | | | ├── Algorithm
| | | | | └── ...
| | | | ├── In-Depth Topics
| | | | | ├── SQL
| | | | | ├── Programming Skills
| | | | | ├── Binary Search
| | | | | ├── Graph Theory
| | | | | ├── Dynamic Programming
| | | | | └── ...
| | | | └── ...
| | | └── ...
| | |
| | ├── Coding Ninjas
| | | ├── Interview Problems
| | | ├── Contests
| | | | └── ...
| | | └── ...
| | |
| | ├── GeeksforGeeks
| | | ├── Problems
| | | | ├── Topics
| | | | | ├── Data Structure
| | | | | ├── Algorithms
| | | | | └── ...
| | | | ├── Companies
| | | | | └── ...
| | | | ├── Curated Lists
| | | | | ├── SDE Sheet
| | | | | ├── Top 50 Array Problems
| | | | | ├── Top 50 String Problems
| | | | | ├── Top 50 DP Problems
| | | | | ├── Top 50 Graph Problems
| | | | | ├── Top 50 Tree Problems
| | | | | └── ...
| | | | └── ...
| | | |
| | | ├── Events
| | | | ├── Series
| | | | | ├── Problem of the Day (POTD)
| | | | | ├── Interview Series
| | | | | ├── Job a Thon
| | | | | ├── BiWizard School Contest
| | | | | └── ...
| | | | └── ...
| | | |
| | | ├── Must Do Coding Questions
| | | | └── ...
| | | |
| | | ├── Competitive Programming – A Complete Guide
| | | | └── ...
| | | └── ...
| | |
| | ├── InterviewBit
| | | ├── Programming
| | | | ├── Time Complexity Problems
| | | | ├── Arrays
| | | | ├── Math
| | | | ├── Binary Search
| | | | ├── String
| | | | ├── Bit Manipulation
| | | | ├── Two Pointers
| | | | ├── Linked List
| | | | ├── Stack & Queue
| | | | ├── Backtracking
| | | | ├── Hashing
| | | | ├── Heap & Map
| | | | ├── Tree Data Structure
| | | | ├── Dynamic Programming
| | | | ├── Greedy Algorithm
| | | | ├── Graph Data Structure & Algorithms
| | | | └── ...
| | | |
| | | ├── Contests
| | | | └── ...
| | | └── ...
| | |
| | ├── PrepBytes
| | | ├── Competitive Coding
| | | | └── ...
| | | |
| | | ├── Interview Coding
| | | | └── ...
| | | |
| | | ├── Company Coding
| | | | └── ...
| | | └── ...
| | |
| | ├── Work@Tech
| | | ├── Data Structure & Algorithms
| | | | ├── Topics
| | | | ├── Companies
| | | | ├── Lists
| | | | └── ...
| | | |
| | | ├── Machine Coding
| | | | └── ...
| | | └── ...
| | |
| | ├── binarysearch
| | | ├── Problems
| | | | └── ...
| | | |
| | | ├── Contest
| | | | └── ...
| | | └── ...
| | |
| | ├── HackerRank
| | | ├── Practice
| | | | ├── C
| | | | ├── C++
| | | | ├── Python
| | | | ├── Java
| | | | ├── SQL
| | | | ├── Database
| | | | ├── Mathematics
| | | | ├── Problem Solving
| | | | | ├── Data Structures
| | | | | └── Algorithms
| | | | └── ...
| | | |
| | | ├── Tutorials
| | | | ├── 30 Days of Code
| | | | ├── 10 Days of JavaScript
| | | | ├── 10 Days of Statistics
| | | | └── ...
| | | |
| | | ├── Interview Preparation Kits
| | | | ├── 1 Week Preparation Kit
| | | | ├── 1 Month Preparation Kit
| | | | ├── 3 Month Preparation Kit
| | | | └── ...
| | | |
| | | ├── Compete
| | | | ├── ProjectEuler+
| | | | └── ...
| | | └── ...
| | |
| | ├── HackerEarth
| | | ├── Practice
| | | | ├── Basic Programming
| | | | ├── Data Structures
| | | | ├── Algorithms
| | | | ├── Math
| | | | ├── Code Monk Series
| | | | └── ...
| | | |
| | | ├── Compete
| | | | └── ...
| | | └── ...
| | |
| | ├── CodeChef
| | | ├── Practice
| | | | ├── Beginner
| | | | ├── Easy
| | | | ├── Medium
| | | | ├── Hard
| | | | ├── Challenge
| | | | └── Peer
| | | |
| | | ├── Compete
| | | | ├── Long Challenge
| | | | | ├── Div-1
| | | | | ├── Div-2
| | | | | ├── Div-3
| | | | | └── ...
| | | | ├── Cook-off
| | | | | ├── Div-1
| | | | | ├── Div-2
| | | | | ├── Div-3
| | | | | └── ...
| | | | ├── Lunch Time
| | | | | ├── Div-1
| | | | | ├── Div-2
| | | | | ├── Div-3
| | | | | └── ...
| | | | ├── Starters
| | | | | └── ...
| | | | └── ...
| | | |
| | | ├── Learn
| | | | └── ...
| | | └── ...
| | |
| | ├── CodeForces
| | | ├── Problem_Set
| | | | ├── Levels
| | | | | ├── A
| | | | | ├── B
| | | | | ├── C
| | | | | ├── D
| | | | | └── ...
| | | | └── ...
| | | |
| | | ├── Contests
| | | | ├── Rounds
| | | | | ├── Div-1
| | | | | ├── Div-2
| | | | | ├── Div-3
| | | | | └── ...
| | | | └── ...
| | | └── ...
| | |
| | ├── AtCoder
| | | ├── Contests
| | | └── ...
| | |
| | ├── SPOJ
| | | ├── Problem_Set
| | | | └── ...
| | | |
| | | ├── Contests
| | | | └── ...
| | | └── ...
| | |
| | ├── AMT
| | | └── ...
| | |
| | ├── CSES
| | | ├── CSES Problem Set
| | | | └── ...
| | | |
| | | ├── BOI Contest Collection
| | | | └── ...
| | | |
| | | ├── CEOI Contest Collection
| | | | └── ...
| | | └── ...
| | |
| | └── ...
| |
| └── ...
|
|
└── 𝑻𝒆𝒄𝒉𝒏𝒊𝒄𝒂𝒍 𝑺𝒖𝒃𝒋𝒆𝒄𝒕
| ├── Object Oriented Programming (OOP)
| | ├── OOP.md
| | └── ...
| |
| ├── Operating System (OS)
| | ├── OS.md
| | └── ...
| |
| ├── Database Management System (DBMS)
| | ├── DBMS.md
| | └── ...
| |
| ├── Structured Query Language (SQL)
| | ├── SQL.md
| | └── ...
| |
| ├── Computer Network (CN)
| | ├── CN.md
| | └── ...
| |
| ├── Software Engineering
| | └── ...
| |
| ├── Interview Questions
| | ├── OOP
| | ├── OS
| | ├── DBMS
| | ├── SQL
| | ├── CN
| | └── ...
| |
| └── ...
|
|
└── 𝑳𝒐𝒘 𝑳𝒆𝒗𝒆𝒍 𝑫𝒆𝒔𝒊𝒈𝒏
| ├── Object Oriented Design
| | ├── Introduction to Classes and Objects
| | ├── Software Development Process
| | ├── Introduction to UML
| | ├── Class Diagrams and Object Diagrams
| | ├── Use Case Diagrams
| | └── ...
| |
| ├── Case Study
| | └── ...
| |
│ └── ...
|
|
└── 𝑷𝒓𝒐𝒋𝒆𝒄𝒕𝒔
| ├── Data Science
| | ├── Python
| | | ├── Data Analysis
| | | ├── Deep Learning
| | | | ├── Computer Vision
| | | | ├── Natural Language Processing
| | | | └── ...
| | | ├── Machine Learning
| | | └── ...
| | ├── React.js
| | └── ...
| |
| ├── Internet of Things (IoT)
| | └── ...
| |
| ├── Web Development
| | ├── JavaScript Projects
| | ├── ReactJS Projects
| | └── ...
| |
| ├── Mobile Development
| | └── ...
| |
| ├── Desktop Development
| | ├── Console Projects
| | ├── GUI Projects
| | └── ...
| |
| ├── Blockchain Development
| | └── ...
| └── ...
|
|
└── 𝑰𝒎𝒑𝒐𝒓𝒕𝒂𝒏𝒕 𝑩𝒐𝒐𝒌𝒔 𝒂𝒏𝒅 𝑹𝒆𝒔𝒐𝒖𝒓𝒄𝒆𝒔
| ├── Important Books
| | ├── Programming Language
| | | ├── C
| | | | ├── Let Us C by Yashwant P. Kanetkar
| | | | ├── C in Depth by S. K. Srivastava
| | | | └── ...
| | | ├── C++
| | | | ├── Let Us C++ by Yashwant P. Kanetkar
| | | | ├── C++: The Complete Reference by Herbert Schildt
| | | | └── ...
| | | ├── Python
| | | | ├── Core Python by R. Nageswara Rao
| | | | └── ...
| | | ├── Java
| | | | ├── Core Java - Black Book by R. Nageswara Rao
| | | | └── ...
| | | └── ...
| | |
| | ├── Data Structures
| | | ├── Data Structures and Algorithms by Narasimha Karumanchi
| | | ├── Data Structures and Algorithms in Python by Michael T. Goodrich
| | | └── ...
| | |
| | ├── Algorithms
| | | ├── Introduction to Algorithms by Thomas H. Cormen
| | | ├── Algorithms by Robert Sedgewick and Kevin Wayne
| | | └── ...
| | |
| | ├── Competitive Programming
| | | ├── Guide to Competitive Programming by Antti Laaksonen
| | | ├── Competitive Programmer’s Handbook by Antti Laaksonen
| | | └── ...
| | |
| | ├── Coding Interviews
| | | ├── Cracking the Coding Interview by GAYLE LAAKMANN MCDOWELL
| | | └── ...
| | |
| | ├── Technical Subjects
| | | ├── OOP
| | | | ├── Object Oriented Programming with C++ by E. Balagurusamy
| | | | └── ...
| | | ├── OS
| | | | ├── Operating System Concepts by Abraham Silberschatz
| | | | └── ...
| | | ├── DBMS
| | | | ├── Database System Concepts by Abraham Silberschatz
| | | | └── ...
| | | ├── CN
| | | | ├── Computer Networking - A Top-Down Approach by James F. Kurose
| | | | └── ...
| | | └── ...
| | |
| | ├── Aptitude & Reasoning
| | | └── ...
| | |
| | ├── Low Level Design
| | | ├── Object Oriented Design
| | | └── ...
| | └── ...
| |
| ├── Important Resources
| | ├── Youtube Playlist
| | | ├── DSA Series
| | | ├── Technical Series
| | | └── ...
| | |
| | ├── Interview Preparation
| | | ├── HR Interview Questions
| | | ├── Interview Experience
| | | ├── Must DO questions
| | | ├── Practise Platform
| | | └── ...
| | └── ...
| |
| ├── Computer Science Preparation
| | ├── Computer Science Basics
| | ├── Programming
| | ├── Math
| | ├── Systems
| | ├── Theory
| | ├── Applications
| | ├── Unix
| | └── ...
| └── ...
|
|
└── 𝑩𝒆𝒉𝒂𝒗𝒊𝒐𝒖𝒓𝒂𝒍 𝑰𝒏𝒕𝒆𝒓𝒗𝒊𝒆𝒘 𝑸𝒖𝒆𝒔𝒕𝒊𝒐𝒏𝒔
| └── ...
|
└── ...
2. DSA + CP
- Object Oriented Programming (OOPs)
- Operating System (OS)
- Database Management System (DBMS)
- Structured Query Language (SQL)
- Computer Network (CN)
- Interview Questions
5. Projects
- Data Science
- Internet of Things (IOT)
- Web Development
- Mobile Development
- Desktop Development
- Blockchain Development