I am having a tough time writing a code for making List of Permutations in Racket without using Functions like map and lambda

后端 未结 0 1625
花落未央
花落未央 2020-12-17 16:50

I am not able to write a helper function which does the same job as map and lambda

(define (permutations lst) (cond [(empty? lst) \'()] [(empty? (rest lst)) (li

相关标签:
回答
  • 消灭零回复
提交回复
热议问题