Skip to content

Latest commit

 

History

History
277 lines (248 loc) · 14.2 KB

File metadata and controls

277 lines (248 loc) · 14.2 KB

Tree of Index

.
└── 𝑰𝒎𝒑𝒐𝒓𝒕𝒂𝒏𝒕 𝑩𝒐𝒐𝒌𝒔
|   ├── Low Level Design
|   |   ├── Object Oriented Design
|   |   └── ...
|   |
|   ├── Aptitude & Reasoning
|   |   ├── Quantitative Aptitude by Dr. R S Aggarwal
|   |   └── ...
|   |
|   ├── 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
|   |   ├── Conceptual Programming Tips for interviews and Competitive exams: Tricky problems and Solutions
|   |   └── ...
|   |
|   ├── 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
|   |   |   └── ...
|   |   └── ...
|   └── ...
└── ...

Low Level Design


SNo. Topics Sub-Topics
1. 📘Aptitude + Puzzles 📒Aptitude

Quantitative Aptitude -
Dr. R S Aggarwal

2. 📘Programming Languages 📒C & C++ Language

Let Us C


C in Depth


Let Us C++


The Complete Reference
C++

📒Python Language

Core Python

📒Java Language

Core Java

3. 📘DSA
📘CP
📘Coding Interviews
📒Data Structures

Data Structures
and Algorithms
Made Easy


Data Structures
and Algorithms
Thinking with Python

📒Algorithms

Introduction to Algorithms


Algorithms


📒Competitive Programming

Guide to
Competitive Programming


📒Coding Interviews

Cracking the Coding Interview

4. 📘Technical Subject 📒Object Oriented Programming (OOP)

Object Oriented Programming
with C++
E Balagurusamy

📒Operating System (OS)

Operating System

📒Database Management System (DBMS)

Database Management System

📒Computer Network (CN)

Computer Network

📒System Design

System Design - Volume 1


System Design - Volume 2