Design an algorithm

sulalg

 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) 

    • 6 years ago
    • 10
    Answer(1)

    Purchase the answer to view it

    NOT RATED
    • Algorithm.docx