100 doors: Difference between revisions

Content deleted Content added
Toucan (talk | contribs)
Line 572:
 
'''Unoptimized / functional '''
This is a very unoptimized version of the problem, using recursion and quite considerable list-copying. It emphatisesemphasizes the functional way of solving this problem
 
<lang lisp>(defun visit-door (doors doornum value1 value2)