Design an algorithm that receives the letters of your first name in an array. It then finds the duplicates characters in your first name. Do the following to design the algorithm:
a. Write pseudo-code of algorithm
b. Translate the pseudo-code to flowchart
c. Translate the pseudo-code to a program
d. Analyze algorithm asymptoticly (Determine primitive operations)
e. Find the running time experimentally (On program above)