PDSA
The folder named Bank
contains an assorted collection of questions in programming, data structures and algorithms. All questions have answers, some may have hints and solutions. The syllabus for the topic is given below:
- Programming in Python
- Basic data structures
- Stacks
- Queues
- Linked lists
- Trees
- Hash tables
- Search algorithms
- Linear search
- Binary search
- Basic sorting algorithms
- Selection sort
- Bubble sort
- Insertion sort
- Divide and conquer
- Merge sort
- Quicksort
- Introduction to graph theory
- Basic graph algorithms
- Traversals
- Shortest path