> For the complete documentation index, see [llms.txt](https://soumyajit4419.gitbook.io/ds-algo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://soumyajit4419.gitbook.io/ds-algo/master.md).

# Data Structures and Algorithms

## Important Problems for Cracking the Coding Interviews:

#### This book contains important problems of Data Structure and Algorithms topic wise which are frequently asked in interviews and Notes for OS and DBMS and OOPs Concept.

***`All the Questions can be found in Leetcode, GFG or Interview Bit`***

## Topic Wise Questions

### Arrays&#x20;

### Linked List

### Strings

### Binary Tree

### Binary Search Tree

### Stack and Queue

### Hash Table

### Graphs

### Trie

### Dynamic Programming

### Heap and Priority Queue

### Greedy

### Backtracking

### Binary Search
