CS116 Study Guide - Quiz Guide: Tic-Tac-Toe, Style Guide, Mutation

64 views4 pages

Document Summary

Important assignment information (read carefully more details follow at the end of the assignment) The design recipe has changed with the inclusion of mutation. Read the style guide for mutation in scheme. Unless otherwise stated in the question, new state variables (beyond those defined in the interface file) may only be defined for testing purposes. You may use abstract list functions or recursion in your solutions, as needed. The following structure is used on this assignment. (define-struct row (col1 col2 col3)) ;; an row is a structure (make-row c1 c2 c3), ;; where c1, c2, c3 can be values of any type: in this question, you will complete two scheme functions part-a and part-b, both of which consume no parameters and produce (void). When following the design recipe for this question, you need only provide one example and one test for each of these two functions.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers

Related Documents