Choose one to answer. 1- Write an algorithm that can take a non-ordered list of
ID: 3735705 • Letter: C
Question
Choose one to answer.
1- Write an algorithm that can take a non-ordered list of input integers and return output list of values that occurred more than one.
2- Write an algorithm that can take a list of input integers and return the largest difference obtained from the integer in the list.
3- Write an algorithm that can accept an ordered list of input real numbers and find the location of the largest number in the list.