Find the Celebrity
Given n people at a party where a celebrity is known by everyone but knows no one, find the celebrity using the minimum number of API calls to knows(a, b), or return -1 if none exists.
Enable JavaScript for the full StreamPrep guide.