Challenge: Event Attendees Merger
Task
Swipe to start coding
Merge attendee lists from two separate events into a single set, ensuring that each attendee appears only once in the result.
- Add all attendees from the first list to a set.
- Add all attendees from the second list to the same set.
- Return the set containing all unique attendees.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 7
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 4.76
Challenge: Event Attendees Merger
Swipe to show menu
Task
Swipe to start coding
Merge attendee lists from two separate events into a single set, ensuring that each attendee appears only once in the result.
- Add all attendees from the first list to a set.
- Add all attendees from the second list to the same set.
- Return the set containing all unique attendees.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 7
single