Combinations with repetitions: Difference between revisions

Content deleted Content added
Line 1,200:
(define combinations
(lambda (lst k)
(cond ((null?= lstk 0) '(()))
((=null? k 0lst) '(()))
(else
(append