ANALYSIS & DESIGN OF ALGORITHMS (23PCSC01)

 ANALYSIS & DESIGN OF ALGORITHMS (23PCSC01)

Unit-wise Multiple Choice Questions(MCQ)

https://deepanotes.blogspot.com/2022/05/c-program-binary-tree-traversal.html 

Unit:1 - INTRODUCTION  

Introduction: - Algorithm Definition and Specification – Space complexity-Time Complexity[1]

Asymptotic Notations - Elementary Data Structure: Stacks and Queues – Binary Tree - Binary

Search Tree - Heap – Heapsort- Graph.

https://deepanotes.blogspot.com/2024/11/define-algorithm-time-and-space.html

 

Unit:2 - TRAVERSAL AND SEARCH TECHNIQUES  

Basic Traversal And Search Techniques: Techniques for Binary Trees-Techniques for Graphs -

Divide and Conquer: - General Method – Binary Search – Merge Sort – Quick Sort.

https://deepanotes.blogspot.com/2024/11/divide-and-conquer-technique.html

 

Unit:3 - GREEDY METHOD  

The Greedy Method: - General Method – Knapsack Problem – Minimum Cost Spanning Tree –

Single Source Shortest Path.

 https://deepanotes.blogspot.com/2022/05/c-program-merge-and-sort-elements-of.html


Unit:4 - DYNAMIC PROGRAMMING  

Dynamic Programming - General Method – Multistage Graphs – All Pair Shortest Path – Optimal Binary Search Trees – 0/1 Knapsacks – Traveling Salesman Problem – Flow Shop Scheduling.

 https://deepanotes.blogspot.com/2024/11/dynamic-programming.html

 

Unit:5 - BACKTRACKING  

Backtracking: - General Method – 8-Queens Problem – Sum Of Subsets – Graph Coloring –

Hamiltonian Cycles – Branch And Bound: - The Method – Traveling Salesperson.

https://deepanotes.blogspot.com/2024/11/backtracking.html

 

Comments

Popular posts from this blog

Backtracking - N-Queens Problem, Sum of Subsets, Graph Colouring, Hamiltonian Cycle

Divide and Conquer Technique - Binary Search, Quick Sort, Merge Sort

GRAPH THEORY