Since 5/5/2012 6:31:03 PM, tkrumholz has written 0 articles and participated in 2 conversations. tkrumholz signature: tkrumholz
tkrumholz's replies:
Items(1) /1
Depth First Search traversal of this list5662 (9/10/2008 11:05:13 PM) comp.lang.lisp Hello, I am trying to traverse the list (A (B (D E) C)) in a way that the print output should be in the following order D, E, B, C, A aka depth first traversal. So far, I have come up with this code but it see... crashoverride111(23)