English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Write a recursive function in LISP that completely reverse a given list. For example if our list is (a b (c d) e (f g) h) then answer should be (h (g f) e ( d c ) b a ))

2006-10-30 14:48:50 · 1 answers · asked by rohit 1 in Computers & Internet Programming & Design

Write a LISP recursive function to reverse the contents of a list. for example if we input a list as (a b (c d) e ( f g) h) then answer should be (h (g f) e ( d c ) b a)

2006-10-30 19:40:10 · update #1

1 answers

is this auto cad or what need more information

2006-10-30 15:49:47 · answer #1 · answered by Paul G 5 · 0 0

fedest.com, questions and answers