Reverse a list AlgorithmReverseList PreUser supplies numbers. PostThe numbers are printed in reverse order. UsesStack ADT. (stack is not full and there is more number) a number the number into the stack (stack is not empty) the number from the stack stack the number end ReverseList