Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
Could you model all the meetings happening at the same time as a graph?
What data structure can you use to efficiently share the secret?
You can use the union-find data structure to quickly determine who knows the secret and share the secret.