Question: Write a function in any functional programming language like lisp, scheme, haskell,f# ( not python, c++,java or c) that will reverse a general list. For
Write a function in any functional programming language like lisp, scheme, haskell,f# ( not python, c++,java or c) that will reverse a general list.
For example, if an input is (A (B C (D E)) F), output is (F ((E D) C B) A).
Please note that any built-in/pre-defined function, e.g., reverse, cannot be used in your answer( this is very important)!!!! PLEASE HELP AS SOON AS POSSIBLE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
