ANALYSIS & DESIGN OF ALGORITHMS (23PCSC01)
ANALYSIS & DESIGN OF ALGORITHMS (2 3PCSC01) 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. ...