; Jane Student ; CSCI-4150 Intro to AI ; Assignment 2 ; (load "a2code") ; don't copy the code into your file, just load it ; ; Problem 1: exercise 10 from 9.4 ; (define (one-to-n n) ; your procedure here ; ; Problem 2: exercise 16 from 9.4 ; (define (positions Lst e) ; your procedure here ; ; Problem 3: exercise 13 from 9.4 ; (define (flatten Lst) ; your procedure here ; ; Problem 4 ; (define (corresponding-min values Lst) ; your procedure here ; ; Problem 5 ; (define (block-distance sbp-a sbp-b block) ; your procedure here ; ; Problem 6 ; (define (valid-right? sbp block) ; your procedure here ; ; Problem 7 ; (define (valid-down? sbp block) ; your procedure here