NPTEL solution
Week 6 Quiz Answers | Data Structures and Algorithm with Python | Apr 2018
Please comment if you find any answer wrong or if there is any discrepancy. Thanks! š Here, we aim to please š [quads id=1] 1) SupposeĀ uĀ andĀ vĀ both denote sets in Python. Under what condition can we guarantee thatĀ u – (u – v) == v? a) The setsĀ uĀ andĀ vĀ should be disjoint. b) The Read more…