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