I need some help with a C# program that i am creating. So in this scenario i am inputting duplicate values into the program. For Example, a,b,b,c,c. The exercise is that
Choose right data structure at beginning, use HashSet instead of array since the operations are mainly looking up & inserting.