Stories | Birthday Party


Birthday Party

  • Story Board
  • My Submissions

Birthday Party

A company wants to write a program to invite individuals to a birthday party. If two managers run the program, you should ensure that the same person isn't invited twice.

[a,b,a,c,d,c,f,g]---->[a,b,c,d,f,g]

sample Input:

a,b,a,c,d,c,f,g

sample Output:

6

Write Your Code


														
														
														
														


S.No Submitted On Compilation Score Language Solution
No Submissions found.

Birthday Party Video


Next Part