Quantcast
Viewing latest article 12
Browse Latest Browse All 15

Scheme - thi lth

;Bo ngoac (define (lamPhangDS L) (cond ((null? L) '()) ((list? (car L)) (append (lamPhangDS (car L)) (lamPhangDS (cdr L)))) (else (cons (car L) (lamPhangDS (cdr L)))))) (lamPhangDS '(a b c (d ...

Viewing latest article 12
Browse Latest Browse All 15

Trending Articles