Interview Preparation Course
1. Interview Preparation | JAVA 
Time and Space Complexity Analysis
Hashmaps
Backtracking
Trees
Binary Search Trees
Priority Queues
Tries and Huffman Coding
Graphs
Graphs 2
DBMS - 1 (Introduction)
DBMS - 2 (SQL - Part 1)
DBMS - 2 (SQL - Part 2)
DBMS - 3 (Normalization)
System Design
OS : Intro TO OS
OS : Deadlock
OS : Threads
OS : Memory Management
Topics

Graphs Terminology

Graphs Implementation

DFS - Adjacency Matrix

BFS Traversal

Solution : BFS Traversal

Has path

Get Path - DFS

Get Path - BFS

Is Connected ?

Return all connected components
