PSICS Fall 2004

Announcements

Office Hours
Dave Hollinger
hollingd@cs.rpi.edu
Tues, Fri 10-11:30
Amos Eaton 110
Eric Meisner
meisne@cs.rpi.edu
Tues, 1:00-3:00, Wed 12:30-2:30
SC 1W01 (276-2857)


Weekly Quiz Links

QuizDateSubjectQuizSample Solutions
19/9 Scheme Functions Quiz 1q1.scm    (html)
q2.scm    (html)
29/16 Drawing Quiz 2solution.scm    (html)
39/23 Structures Quiz 3sol3.scm    (html)
49/30 List based animation Quiz 4sample.scm    (html)
510/7 Recursion Quiz 5generate_numbers.scm    (html)
interplist.scm    (html)
mergesort.scm    (html)
610/14 TSP data definition Quiz 6 
710/21 Using local Quiz 7 
810/28 Abstractions Quiz 8 
911/4 GUI programming Quiz 9 
1011/11 HW6 Animation Data Definitions Quiz 10 
1111/18 Fractals! Quiz 11 
1212/2/04 C++ Programming Quiz 12 
1312/9 Scheme program generator in C++ Quiz 13 


Homework


Homework #2: Due Friday Sept 17th and Tuesday Sept 21st
HW2 Drawing Functions are now available

Homework #3: Due Monday Oct 11th

Homework #4: Due Friday Oct 22nd (TSP)
Sample Solution (tsp.scm) ( html )

Homework #5: Due Sunday Oct 31st (tic-tac-toe)

Homework #6/7: Due Sunday Nov 28 (sorting animation)

Colors availble with DrScheme are listed here: DrScheme Colors


Lecture Notes


TopicAdobe PDFLinks
Chapter 5: Symbolic Information chapter5.pdf Exercises
Sample Exercise 5.1.2
Structures chapter6.pdf Exercises
More Structures chapter6-2.pdf Exercises
Mixed Data chapter7.pdf Exercises (From textbook)
Syntax and Semantics chapter8.pdf  
Lists chapter9.pdf *fixed Exercises (From textbook)
List Exercises *fixed
Sample Solutions
Natural Numbers and Lists chapter11.pdf Exercise solutions (html)
List abbreviations and Trees chapter13-14.pdf  
More Data Structures chapter15.pdf  
Some complex problems problems1.pdf Permutations (html)
Prime (html)
Traveling Salesman Problem tsp.pdf Sample Solution (tsp.scm) ( html )
Local definitions local.pdf Sample Code (html)
Abstrations abstractions.pdf Sample code
More Abstrations moreabs.pdf Sample Code (html)
Functions that create functions firstclass.pdf Code from slides (html)
GUI Exercises guiexercises.pdf Sample Gui Solutions (html)
Generative Recursion generative.pdf Ball.scm (html)
Sample Solution
Algorithm Design algorithms.pdf
Fractals fractals.pdf kocm.scm (html)
sierpinski.scm (html)
forest.scm (html)
square.scm: exercise solution (html)
Backtracking backtracking.pdf maze.scm (html)
set! variables.pdf

C++ Notes

TopicAdobe PDFLinks
Some background Information Background.pdf
Intro to C++ C++Intro.pdf C++ Tutorial from about.com
Exercises.pdf
C++ Functions Functions.pdf Code from slides
C++ Array Arrays.pdf Code from slides


WWW Resources