CSC 160
Homework 10
Assigned May 7, not due
Final exam study
Note: Since this assignment is not to be turned in,
feel free to work with anybody you wish on it: tutors, classmates,
friends, relatives, aliens from outer space....
Programming Problems
Chapter 22: Lists
- Practice exercise 22.4.1
- Worked exercise 22.4.2
- Worked exercise 22.5.1
- Worked exercise 22.5.2
- Exercise 22.5.3 (
contains-doll?
)
- Exercise 22.5.5 (
count-matches
; read the
Hint!)
- Exercise 22.5.10 (
convert-reversed
)
- Exercise 22.5.11 (
multiply-all
; read the
Hint!)
- Exercise 22.5.17 (
largest
)
- Exercises 22.5.18 and/or 22.5.19 (counting blocks of numbers)
- Worked exercise 22.6.1
- Exercise 22.6.4 (
total-votes
)
- Exercise 22.6.6 (
winner
)
Chapter 23: Functions that Return Lists
- Exercise 23.1.2 (square-each)
- Exercise 23.1.4 (salaries)
- Exercise 23.1.5 (give-10%-raises)
- Exercise 23.1.6 (stutter)
- Exercise 23.1.8 (suffixes)
- Exercise 23.1.9 (list-append)
- Exercise 23.1.10 (backwards)
- Exercise 23.2.1 (substitute)
- Exercise 23.2.2 (remove-all)
- Exercise 23.2.3 (remove-first)
- Exercise 23.2.6 (add-vote-for)
- Exercise 23.2.7 (tally-votes)
- Exercise 23.4.1 (animation with list of posns)
- Exercise 23.5.1-2 (string manipulation)
- Exercise 23.6.1 (sort)
Last modified:
Sun May 6 20:26:00 EDT 2012
Stephen Bloch / sbloch@adelphi.edu