SlideShare a Scribd company logo
1 of 5
1
DEPARTMENT OF INFORMATION TECHNOLOGY
Subject Code : CS8451 Subject Name : Design & Analysis ofAlgorithms
Class/ Sem : II IT / III Sem Subject In – Charge : Dr. P. Subathra, Prof./IT
QUESTION BANK
UNIT IV
ITERATIVE IMPROVEMENT 9 The Simplex Method - The Maximum-Flow Problem –
Maximum Matching in Bipartite Graphs, Stable marriage Problem.
Principle of duality
Q. No Question
Marks
Knowled
geLevel
Number
of
Times
inAU
PART - A
ITERATIVE IMPROVEMENT: The Simplex Method
1. Define the iterative improvement technique. (R 13 NOV/ DEC 2016)
2. Describe its iterative improvement technique. (R13 NOV/ DEC 2018) Define
multistage graphs. Give an example. (R13 NOV/ DEC 2018)
ITERATIVE IMPROVEMENT: The Maximum-Flow Problem
3. Define flow ‘cut’. (R 13 APR/MAY 2015)
4. Define Network Flow and Cut. (R 13 NOV/ DEC 2015)
5. Define the capacity constrain in the context of maximum flow problem. (R 17
APR/MAY2019)
6. Define flow 'cut'. (R13 APR/MAY2019)
7. How is transportation network represented? (R13 APR/MAY2018)
ITERATIVE IMPROVEMENT: Maximum Matching in Bipartite Graphs
8. What do you mean by “perfect matching” in bipartite graph? (R 13 APR/MAY
2015)
9. What is maximum cardinality matching? (R 13 NOV/ DEC 2016)
2
10. What do you mean by “perfect matching” in bipartite graphs? (R 13 APR/MAY
2017)
11. State: Planar colouring graph problem. (R 13 APR/MAY 2017)
12. What are Bipartite Graphs? (R 13 NOV/ DEC 2017)
13. What do you mean by 'perfect matching' in bipartite graphs? (R13 APR/MAY
2019)
14. What is meant by maximum cardinality matching? (R13 APR/MAY2018)
ITERATIVE IMPROVEMENT: Stable marriage Problem.
Q. No Question
Marks
Knowled
geLevel
Number
of
Times
inAU
PART - B
ITERATIVE IMPROVEMENT: The Simplex Method
1. List the steps in Simplex Method and give the efficiency of the same. (R 13
NOV/ DEC 2017) (13)
2. Summarize the steps of the Simplex Method. (R 13 NOV/ DEC 2016) (8)
3. Describe in detail the simplex algorithm methods. (R 13 APR/MAY 2017) (13)
4. Summarize the simplex method. (R 13 MAY/JUN 2016) (8)
5. Summarize the steps of the simplex method. (R13 APR/MAY2019) (8)
6. Illustrate the steps of the simplex methods with an example. (R13 NOV/ DEC
2018) (13)
7. Maximize p=2x+3y+z; subject to: x+y+z<=40; 2x+y-z>=10; -y+z>=10;
x>=0;y>=0;z>=0. (R 13 APR/MAY 2015) (8)
8. Maximize 3a+2b+c subjected to: (R 13 NOV/ DEC 2015) 2a+b+c<=3;
a+b+c<=4; 3a+3b+6c<=6; a,b,c>=0.
9. Write the procedure to initialize Simplex which determines if a linear program is
feasible or not? (R 13 NOV/ DEC 2015) (14)
3
10. Solve the following set of equations using Simplex algorithm: (R 17 APR/MAY
2019) (13)
Maximize : 18x1+12.5x2
Subject to: x1+x2 <=20
x1<=12
x1,x2>=0.
ITERATIVE IMPROVEMENT: The Maximum-Flow Problem
11. How do you compute maximum flow for the following graph using Ford-
Fulkerson method? (R 13 APR/MAY 2015) (10)
12. State and prove Max-Flow Min-Cut Theorem. (R 13 NOV/ DEC 2016) (8)
13. Explain Max-Flow Problem. (R 13 NOV/ DEC 2015) (4)
14. State and prove Max-Flow Min Cut Theorem. (R13 APR/MAY2019) (7 )
15. State and prove Max-Flow Min-Cut Theorem. (R 13 MAY/JUN 2016) (8)
16. Apply the shortest-augmenting path algorithm to the network shown below. (R
13 MAY/JUN 2016) (16)
17. Determine the Max-Flow in the following graph: (R 17 APR/MAY2019) (13)
ITERATIVE IMPROVEMENT: Maximum Matching in Bipartite Graphs
18. Write down the optimality condition and algorithmic implementation for finding
M-augmenting paths in bipartite graphs. (R 13 APR/MAY 2015) (8)
4
19. Illustrate the working of the maximum matching algorithm on the following
weighted tree. (R 13 NOV/ DEC 2015) (12)
ITERATIVE IMPROVEMENT: Stable marriage Problem.
20. What is stable marriage problem? Give the algorithm and analyze it. (R 13 NOV/
DEC 2017) (13)
21. Briefly describe on the Stable Marriage Problem. (R 13 APR/MAY 2015) (6)
22. Explain briefly about Stable Marriage Algorithm. (R 13 NOV/ DEC 2016) (10)
23. Determine the time-efficiency class of the stable marriage algorithm. (R 13 NOV/
DEC 2016) (6)
24. Write the stable marriage algorithm and trace it with an instance. Analyze its
running time complexity. (R13 NOV/ DEC 2018) (13)
25. Explain briefly about Stable marriage algorithm. (R13 APR/MAY2019) (7)
26. Give the summary of the simplex method. (R13 APR/MAY2018) (13)
27. Determine the time-efficiency class of the stable marriage algorithm. (R13
APR/MAY2019) (8)
28. Prove that the stable marriage algorithm terminates after no more than n2
iterations with a stable marriage output. (R13 APR/MAY2018) (13)
Q. No Question
Marks
Knowled
geLevel
Number
of
Times
inAU
PART - C
ITERATIVE IMPROVEMENT: The Simplex Method
5
1. Use Simplex to solve the farmers problem given below:
A farmer has a 320 acre on which he plants two crops: rice and wheat. For each
acre of rice planted, his expenses are 50 and for each acre of wheat planted, his
expenses are 100. Each acre of rice requires 100 quintals of storage and yields a
profit of 60; each acre of wheat requires 40 quintals of storage and yields a profit
of 90. If the total amount of storage space available is 19,200 quintals and the
farmer has only “20,000” on hand, how many acres of each crop should he plant
in order to maximize his profit? What will his profit be if he follows this
strategy? (R 13 NOV/ DEC 2015) (12)
Staff In – Charge Subject Matter Expert HoD/IT

More Related Content

What's hot

Semet Cec05
Semet Cec05Semet Cec05
Semet Cec05
ysemet
 
CHiMaD Phase Field Hackathon 2: University of Connecticut
CHiMaD Phase Field Hackathon 2: University of ConnecticutCHiMaD Phase Field Hackathon 2: University of Connecticut
CHiMaD Phase Field Hackathon 2: University of Connecticut
Daniel Wheeler
 

What's hot (11)

__ae2_22_PLASTIC ANALYSIS OF SLABS_YIELD LINES.pptx
__ae2_22_PLASTIC ANALYSIS OF SLABS_YIELD LINES.pptx__ae2_22_PLASTIC ANALYSIS OF SLABS_YIELD LINES.pptx
__ae2_22_PLASTIC ANALYSIS OF SLABS_YIELD LINES.pptx
 
CHiMaD Hackathon 2: Team mcgill
CHiMaD Hackathon 2: Team mcgillCHiMaD Hackathon 2: Team mcgill
CHiMaD Hackathon 2: Team mcgill
 
__ae2_22_PROGRESSIVE COLLAPSE ANALYSIS_TEST 2_2122_solved.pptx
__ae2_22_PROGRESSIVE COLLAPSE ANALYSIS_TEST 2_2122_solved.pptx__ae2_22_PROGRESSIVE COLLAPSE ANALYSIS_TEST 2_2122_solved.pptx
__ae2_22_PROGRESSIVE COLLAPSE ANALYSIS_TEST 2_2122_solved.pptx
 
Topoloical sort
Topoloical sortTopoloical sort
Topoloical sort
 
CHiMaD Hackathon 2
CHiMaD Hackathon 2CHiMaD Hackathon 2
CHiMaD Hackathon 2
 
Unit 3 graph chapter6
Unit 3  graph chapter6Unit 3  graph chapter6
Unit 3 graph chapter6
 
Semet Cec05
Semet Cec05Semet Cec05
Semet Cec05
 
Internet Technologies (October – 2015) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2015) [Question Paper | CBSGS: 75:25 Pattern]Internet Technologies (October – 2015) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2015) [Question Paper | CBSGS: 75:25 Pattern]
 
[Question Paper] Microprocessor and Microcontrollers (Revised Course) [April ...
[Question Paper] Microprocessor and Microcontrollers (Revised Course) [April ...[Question Paper] Microprocessor and Microcontrollers (Revised Course) [April ...
[Question Paper] Microprocessor and Microcontrollers (Revised Course) [April ...
 
CHiMaD Phase Field Hackathon 2: University of Connecticut
CHiMaD Phase Field Hackathon 2: University of ConnecticutCHiMaD Phase Field Hackathon 2: University of Connecticut
CHiMaD Phase Field Hackathon 2: University of Connecticut
 
III EEE-CS2363-Computer-Networks-important-questions-for-unit-3-for-may-june-...
III EEE-CS2363-Computer-Networks-important-questions-for-unit-3-for-may-june-...III EEE-CS2363-Computer-Networks-important-questions-for-unit-3-for-may-june-...
III EEE-CS2363-Computer-Networks-important-questions-for-unit-3-for-may-june-...
 

Similar to 4. cs8451 daa anna univ question bank unit 4

Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docxDescriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
cuddietheresa
 
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docxDescriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
carolinef5
 
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docxDescriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
donaldp2
 
DSP unit1,2,3 VSQs-vrc.pdf important question
DSP unit1,2,3 VSQs-vrc.pdf important questionDSP unit1,2,3 VSQs-vrc.pdf important question
DSP unit1,2,3 VSQs-vrc.pdf important question
Sahithikairamkonda
 

Similar to 4. cs8451 daa anna univ question bank unit 4 (20)

2. cs8451 daa anna univ question bank unit 2
2. cs8451 daa anna univ question bank unit 22. cs8451 daa anna univ question bank unit 2
2. cs8451 daa anna univ question bank unit 2
 
3. cs8451 daa anna univ question bank unit 3
3. cs8451 daa anna univ question bank unit 33. cs8451 daa anna univ question bank unit 3
3. cs8451 daa anna univ question bank unit 3
 
5. cs8451 daa anna univ question bank unit 5
5. cs8451 daa anna univ question bank unit 55. cs8451 daa anna univ question bank unit 5
5. cs8451 daa anna univ question bank unit 5
 
Anna University Question Bank Unit I
Anna University Question Bank Unit IAnna University Question Bank Unit I
Anna University Question Bank Unit I
 
Anna University Question Bank Unit I
Anna University Question Bank Unit IAnna University Question Bank Unit I
Anna University Question Bank Unit I
 
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docxDescriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
 
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docxDescriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
 
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docxDescriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
Descriptionsordernametypeformatvallabvarlab1location_idint8.0gNum.docx
 
IRJET- Matrix Multiplication using Strassen’s Method
IRJET-  	  Matrix Multiplication using Strassen’s MethodIRJET-  	  Matrix Multiplication using Strassen’s Method
IRJET- Matrix Multiplication using Strassen’s Method
 
DSP unit1,2,3 VSQs-vrc.pdf important question
DSP unit1,2,3 VSQs-vrc.pdf important questionDSP unit1,2,3 VSQs-vrc.pdf important question
DSP unit1,2,3 VSQs-vrc.pdf important question
 
CS 6402 – DESIGN AND ANALYSIS OF ALGORITHMS questio
CS 6402 – DESIGN AND ANALYSIS OF ALGORITHMS questioCS 6402 – DESIGN AND ANALYSIS OF ALGORITHMS questio
CS 6402 – DESIGN AND ANALYSIS OF ALGORITHMS questio
 
IRJET- Efficient Design of Radix Booth Multiplier
IRJET- Efficient Design of Radix Booth MultiplierIRJET- Efficient Design of Radix Booth Multiplier
IRJET- Efficient Design of Radix Booth Multiplier
 
IRJET- Novel based Stock Value Prediction Method
IRJET- Novel based Stock Value Prediction MethodIRJET- Novel based Stock Value Prediction Method
IRJET- Novel based Stock Value Prediction Method
 
A Novel Technique in Software Engineering for Building Scalable Large Paralle...
A Novel Technique in Software Engineering for Building Scalable Large Paralle...A Novel Technique in Software Engineering for Building Scalable Large Paralle...
A Novel Technique in Software Engineering for Building Scalable Large Paralle...
 
Cp unit 3
Cp unit 3Cp unit 3
Cp unit 3
 
Vehicular Ad-hoc network (VANET)
Vehicular Ad-hoc network (VANET)Vehicular Ad-hoc network (VANET)
Vehicular Ad-hoc network (VANET)
 
Introduction to Monte Carlo Ray Tracing, OpenCL Implementation (CEDEC 2014)
Introduction to Monte Carlo Ray Tracing, OpenCL Implementation (CEDEC 2014)Introduction to Monte Carlo Ray Tracing, OpenCL Implementation (CEDEC 2014)
Introduction to Monte Carlo Ray Tracing, OpenCL Implementation (CEDEC 2014)
 
Numerical parametric study on interval shift variation in simo sstd technique...
Numerical parametric study on interval shift variation in simo sstd technique...Numerical parametric study on interval shift variation in simo sstd technique...
Numerical parametric study on interval shift variation in simo sstd technique...
 
2nd Semester M Tech: Structural Engineering (June-2015) Question Papers
2nd  Semester M Tech: Structural Engineering  (June-2015) Question Papers2nd  Semester M Tech: Structural Engineering  (June-2015) Question Papers
2nd Semester M Tech: Structural Engineering (June-2015) Question Papers
 
R workshop xx -- Parallel Computing with R
R workshop xx -- Parallel Computing with R R workshop xx -- Parallel Computing with R
R workshop xx -- Parallel Computing with R
 

More from P. Subathra Kishore, KAMARAJ College of Engineering and Technology, Madurai

More from P. Subathra Kishore, KAMARAJ College of Engineering and Technology, Madurai (20)

TestFile
TestFileTestFile
TestFile
 
3.1 Trees ( Introduction, Binary Trees & Binary Search Trees)
3.1 Trees ( Introduction, Binary Trees & Binary Search Trees)3.1 Trees ( Introduction, Binary Trees & Binary Search Trees)
3.1 Trees ( Introduction, Binary Trees & Binary Search Trees)
 
2.1 STACK & QUEUE ADTS
2.1 STACK & QUEUE ADTS2.1 STACK & QUEUE ADTS
2.1 STACK & QUEUE ADTS
 
2.2 stack applications Infix to Postfix & Evaluation of Post Fix
2.2 stack applications Infix to Postfix & Evaluation of Post Fix2.2 stack applications Infix to Postfix & Evaluation of Post Fix
2.2 stack applications Infix to Postfix & Evaluation of Post Fix
 
1. 6 doubly linked list
1. 6 doubly linked list1. 6 doubly linked list
1. 6 doubly linked list
 
1. 5 Circular singly linked list
1. 5 Circular singly linked list1. 5 Circular singly linked list
1. 5 Circular singly linked list
 
1. 4 Singly linked list deletion
1. 4 Singly linked list deletion1. 4 Singly linked list deletion
1. 4 Singly linked list deletion
 
1. 3 singly linked list insertion 2
1. 3 singly linked list   insertion 21. 3 singly linked list   insertion 2
1. 3 singly linked list insertion 2
 
1. 2 Singly Linked List
1. 2 Singly Linked List1. 2 Singly Linked List
1. 2 Singly Linked List
 
1. C Basics for Data Structures Bridge Course
1. C Basics for Data Structures   Bridge Course1. C Basics for Data Structures   Bridge Course
1. C Basics for Data Structures Bridge Course
 
Approximation Algorithms TSP
Approximation Algorithms   TSPApproximation Algorithms   TSP
Approximation Algorithms TSP
 
Optimal binary search tree dynamic programming
Optimal binary search tree   dynamic programmingOptimal binary search tree   dynamic programming
Optimal binary search tree dynamic programming
 
The stable marriage problem iterative improvement method
The stable marriage problem iterative improvement methodThe stable marriage problem iterative improvement method
The stable marriage problem iterative improvement method
 
Maximum matching in bipartite graphs iterative improvement method
Maximum matching in bipartite graphs   iterative improvement methodMaximum matching in bipartite graphs   iterative improvement method
Maximum matching in bipartite graphs iterative improvement method
 
Knapsack dynamic programming formula top down (1)
Knapsack dynamic programming formula top down (1)Knapsack dynamic programming formula top down (1)
Knapsack dynamic programming formula top down (1)
 
Knapsack dynamic programming formula bottom up
Knapsack dynamic programming formula bottom upKnapsack dynamic programming formula bottom up
Knapsack dynamic programming formula bottom up
 
Huffman tree coding greedy approach
Huffman tree coding  greedy approachHuffman tree coding  greedy approach
Huffman tree coding greedy approach
 
Simplex method
Simplex methodSimplex method
Simplex method
 
Simplex method
Simplex methodSimplex method
Simplex method
 
Multiplication of integers &amp; strassens matrix multiplication subi notes
Multiplication of integers &amp; strassens matrix multiplication   subi notesMultiplication of integers &amp; strassens matrix multiplication   subi notes
Multiplication of integers &amp; strassens matrix multiplication subi notes
 

Recently uploaded

Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
dharasingh5698
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 

Recently uploaded (20)

Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 

4. cs8451 daa anna univ question bank unit 4

  • 1. 1 DEPARTMENT OF INFORMATION TECHNOLOGY Subject Code : CS8451 Subject Name : Design & Analysis ofAlgorithms Class/ Sem : II IT / III Sem Subject In – Charge : Dr. P. Subathra, Prof./IT QUESTION BANK UNIT IV ITERATIVE IMPROVEMENT 9 The Simplex Method - The Maximum-Flow Problem – Maximum Matching in Bipartite Graphs, Stable marriage Problem. Principle of duality Q. No Question Marks Knowled geLevel Number of Times inAU PART - A ITERATIVE IMPROVEMENT: The Simplex Method 1. Define the iterative improvement technique. (R 13 NOV/ DEC 2016) 2. Describe its iterative improvement technique. (R13 NOV/ DEC 2018) Define multistage graphs. Give an example. (R13 NOV/ DEC 2018) ITERATIVE IMPROVEMENT: The Maximum-Flow Problem 3. Define flow ‘cut’. (R 13 APR/MAY 2015) 4. Define Network Flow and Cut. (R 13 NOV/ DEC 2015) 5. Define the capacity constrain in the context of maximum flow problem. (R 17 APR/MAY2019) 6. Define flow 'cut'. (R13 APR/MAY2019) 7. How is transportation network represented? (R13 APR/MAY2018) ITERATIVE IMPROVEMENT: Maximum Matching in Bipartite Graphs 8. What do you mean by “perfect matching” in bipartite graph? (R 13 APR/MAY 2015) 9. What is maximum cardinality matching? (R 13 NOV/ DEC 2016)
  • 2. 2 10. What do you mean by “perfect matching” in bipartite graphs? (R 13 APR/MAY 2017) 11. State: Planar colouring graph problem. (R 13 APR/MAY 2017) 12. What are Bipartite Graphs? (R 13 NOV/ DEC 2017) 13. What do you mean by 'perfect matching' in bipartite graphs? (R13 APR/MAY 2019) 14. What is meant by maximum cardinality matching? (R13 APR/MAY2018) ITERATIVE IMPROVEMENT: Stable marriage Problem. Q. No Question Marks Knowled geLevel Number of Times inAU PART - B ITERATIVE IMPROVEMENT: The Simplex Method 1. List the steps in Simplex Method and give the efficiency of the same. (R 13 NOV/ DEC 2017) (13) 2. Summarize the steps of the Simplex Method. (R 13 NOV/ DEC 2016) (8) 3. Describe in detail the simplex algorithm methods. (R 13 APR/MAY 2017) (13) 4. Summarize the simplex method. (R 13 MAY/JUN 2016) (8) 5. Summarize the steps of the simplex method. (R13 APR/MAY2019) (8) 6. Illustrate the steps of the simplex methods with an example. (R13 NOV/ DEC 2018) (13) 7. Maximize p=2x+3y+z; subject to: x+y+z<=40; 2x+y-z>=10; -y+z>=10; x>=0;y>=0;z>=0. (R 13 APR/MAY 2015) (8) 8. Maximize 3a+2b+c subjected to: (R 13 NOV/ DEC 2015) 2a+b+c<=3; a+b+c<=4; 3a+3b+6c<=6; a,b,c>=0. 9. Write the procedure to initialize Simplex which determines if a linear program is feasible or not? (R 13 NOV/ DEC 2015) (14)
  • 3. 3 10. Solve the following set of equations using Simplex algorithm: (R 17 APR/MAY 2019) (13) Maximize : 18x1+12.5x2 Subject to: x1+x2 <=20 x1<=12 x1,x2>=0. ITERATIVE IMPROVEMENT: The Maximum-Flow Problem 11. How do you compute maximum flow for the following graph using Ford- Fulkerson method? (R 13 APR/MAY 2015) (10) 12. State and prove Max-Flow Min-Cut Theorem. (R 13 NOV/ DEC 2016) (8) 13. Explain Max-Flow Problem. (R 13 NOV/ DEC 2015) (4) 14. State and prove Max-Flow Min Cut Theorem. (R13 APR/MAY2019) (7 ) 15. State and prove Max-Flow Min-Cut Theorem. (R 13 MAY/JUN 2016) (8) 16. Apply the shortest-augmenting path algorithm to the network shown below. (R 13 MAY/JUN 2016) (16) 17. Determine the Max-Flow in the following graph: (R 17 APR/MAY2019) (13) ITERATIVE IMPROVEMENT: Maximum Matching in Bipartite Graphs 18. Write down the optimality condition and algorithmic implementation for finding M-augmenting paths in bipartite graphs. (R 13 APR/MAY 2015) (8)
  • 4. 4 19. Illustrate the working of the maximum matching algorithm on the following weighted tree. (R 13 NOV/ DEC 2015) (12) ITERATIVE IMPROVEMENT: Stable marriage Problem. 20. What is stable marriage problem? Give the algorithm and analyze it. (R 13 NOV/ DEC 2017) (13) 21. Briefly describe on the Stable Marriage Problem. (R 13 APR/MAY 2015) (6) 22. Explain briefly about Stable Marriage Algorithm. (R 13 NOV/ DEC 2016) (10) 23. Determine the time-efficiency class of the stable marriage algorithm. (R 13 NOV/ DEC 2016) (6) 24. Write the stable marriage algorithm and trace it with an instance. Analyze its running time complexity. (R13 NOV/ DEC 2018) (13) 25. Explain briefly about Stable marriage algorithm. (R13 APR/MAY2019) (7) 26. Give the summary of the simplex method. (R13 APR/MAY2018) (13) 27. Determine the time-efficiency class of the stable marriage algorithm. (R13 APR/MAY2019) (8) 28. Prove that the stable marriage algorithm terminates after no more than n2 iterations with a stable marriage output. (R13 APR/MAY2018) (13) Q. No Question Marks Knowled geLevel Number of Times inAU PART - C ITERATIVE IMPROVEMENT: The Simplex Method
  • 5. 5 1. Use Simplex to solve the farmers problem given below: A farmer has a 320 acre on which he plants two crops: rice and wheat. For each acre of rice planted, his expenses are 50 and for each acre of wheat planted, his expenses are 100. Each acre of rice requires 100 quintals of storage and yields a profit of 60; each acre of wheat requires 40 quintals of storage and yields a profit of 90. If the total amount of storage space available is 19,200 quintals and the farmer has only “20,000” on hand, how many acres of each crop should he plant in order to maximize his profit? What will his profit be if he follows this strategy? (R 13 NOV/ DEC 2015) (12) Staff In – Charge Subject Matter Expert HoD/IT