top of page
Search
May 26, 20222 min read
Complexity Classes: Algorithm Class Notes
Algorithm last-minute notes for topic of Complexity Classes. 1) What is complexity theory? 2) What is Hamiltonian cycle problem?
May 26, 20222 min read
Maximum Flow: Algorithm Class Notes
Algorithm last-minute notes for topic of Maximum Flow. 1)Explain Network Flow Problems. 2) Explain Maximum Bipartite Matching.
May 26, 20223 min read
Minimum Spanning Tree: Algorithm Class Notes
Algorithm last-minute notes for topic of Minimum Spanning Tree. 1)What is Minimum Spanning Tree? 2)How to find a minimum spanning tree?
May 26, 20223 min read
Backtracking: Algorithm Class Notes
Algorithm last-minute notes for topic of Backtracking. 1) What is Backtracking? 2) What is Recursive Maze Algorithm?
May 26, 202215 min read
Shortest Path: Algorithm Class Notes
Algorithm last-minute notes for topic of Shortest Path. 1)Explain Single Source Shortest Paths in a directed acyclic graph?
May 25, 20229 min read
Dynamic Programming: Algorithm Class Notes
Algorithm last-minute notes for topic of Dynamic Programming. 1)What are the elements and characteristics of dynamic programming?
May 25, 202220 min read
Greedy Algorithm: Algorithm Class Notes
Algorithm last-minute notes for topic of Greedy Algorithm. 1) What is Greedy Algorithm and its properties?
May 25, 20228 min read
Divide And Conquer: Algorithm Class Notes
Algorithm last-minute notes for topic of Divide And Conquer. 1) Explain the general equation of divide and conquer.
May 25, 20226 min read
Algorithm Basics: Algorithm Class Notes
Algorithm last-minute notes for topic of Algorithm Basic. 1) What is the difference between Algorithm and Pseudo code?
bottom of page