Design a decrease-and-conquer algorithm


Problem

A celebrity among a group of n people is a person who knows nobody but is known by everybody else. Design a decrease-and-conquer algorithm that identifies a celebrity among n people, or outputs "no celebrity identified" if there is no such person, by only asking the question "Do you know him/her?" to people.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Design a decrease-and-conquer algorithm
Reference No:- TGS03268213

Expected delivery within 24 Hours