Lab Experiment > LAB11 Unhelpful University of British Columbia CPSC 110


University of British Columbia CPSC 110 (@problem 1) (@htdd Venue) (define-struct vnu (nm los)) ;; Venue is (make-vnu String (listof Streetway)) ;; interp. a venue name and streetways leading from that venue (@htdd Streetway) (define-struct sw (nm dst)) ;; Streetway is (make-sw String String) ;; interp. (make-sw s v) is a streetway s that leads to the destination venue v. (define ...[Show More]

Preview 1 out of 6 pages
Purchase this document to unlock the blurred part and the rest of the document

Unlock Now

Reviews( 0 )