






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
CS6515 EXAM 2 TEST PREP COURSEWORK SCRIPT STUDY SHEET 2026 GRADED A+
Typology: Exams
1 / 12
This page cannot be seen from the preview
Don't miss anything!







โ Euler's Theorem. Answer: - for any N,z where gcd(z, N) = 1; that is they are relatively prime:
โ RSA Pitfalls. Answer: 1. If gcd(m, N) > 1, crypto system is broken
โ Explore Algorithm. Answer: Input: Graph G, and vertex v Output:
โ Finding Sink Vertex. Answer: - In DAG it's vertex with Lowest Post Order #
Input: Graph with integer edge weights. (Note: Does not work with Infinity) Output: max flow f* โ Edmonds-Karp Algorithm. Answer: Runtime: O(nm^2) Input: Graph with integer edge weights. (Note: Works with Infinity!) Output: max flow f* โ Orlin Max Flow Algorithm. Answer: - Current best solution to max flow problem
โ How to construct a min cut. Answer: - construct a max flow