Quiz Space

Programming, Data Structures and Algorithms using Python · End Term · 1 Sept 2024 · May 2024 term · Set QDF3

Question 23: Consider the network given below with source s and sink …

Question 23

+4 marksOne or more correct options

Consider the network given below with source s and sink t, with the numbers on the edges denoting maximum capacity across a particular edge.

Which of the following edges form a valid min cut in the given network?

Select all that apply.

  1. A

    Edges {ce, cd}

  2. B

    Edges {ac, ce, de}

  3. C

    Edges {fg, fi, hi}

  4. D

    Edges {fg, fh}

  5. E

    Edges {ij, ik}

Show answer

Correct answers

  • C

    Edges {fg, fi, hi}

  • E

    Edges {ij, ik}

Question 23 of 25 in the IIT Madras BS Programming, Data Structures and Algorithms using Python (PDSA) End Term paper sat on 1 Sept 2024, in the May 2024 term (IIT M FOUNDATION DIPLOMA AN EXAM QDF3 01 Sep 2024). It carries 4 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2Figure question
  3. Q3Figure question
  4. Q4What is recurrence and time complexity for the worst case of Quick Sort ? Consider that algorithm select last element a…
  5. Q5Figure question
  6. Q6Consider the following graph Which of the following vertex sequence is the correct BFS traversal on the graph started f…
  7. Q7Which of the following statements is true about Dijkstra's algorithm to find the shortest path? I. The shortest path re…
  8. Q8Which of the following is/are always true about the Bellman-Ford algorithm?\ I. It can not detect negative weight cycle…
  9. Q9Figure question
  10. Q10Figure question
  11. Q11Figure question
  12. Q12Let Z be an NP-complete problem and X and Y be two other problems not known to be in NP. X is polynomial time reducible…
  13. Q13Figure question
  14. Q14Figure question
  15. Q15Figure question
  16. Q16Figure question
  17. Q17Figure question
  18. Q18Figure question
  19. Q19A baker is preparing an elaborate cake M. The recipe includes preparing several other components, each of which has its…
  20. Q20Consider a binary min-heap implemented using list. Which of the following lists represents a binary min-heap?
  21. Q21Which of the following are possible valid codes for the character set S = {A, B, C, D, E, F}, generated using the Huffm…
  22. Q22Figure question
  23. Q24Based on the above data, answer the given subquestions.
  24. Q25Based on the above data, answer the given subquestions.