CSci 1301: Problem Solving and Algorithm Development -- Syllabus

[Home] [Syllabus] [Assignments] [Resources]

The syllabus will be updated throughout the semester. Dates, topics, assigned reading, and problem set due dates will be added or might change. All changes in assigned reading and due dates will be announced in class (and occasionally by e-mail). While I will do my best to update the web site accordingly, it is a student's responsibility to keep track of the problem set due dates and reading assignments. If you are not sure about due dates, please don't hesitate to ask.

Reading assignments are listed for the day when the material is first explained in class. You may read the material ahead of the lecture or after, either way is fine.

The dates for the midterm exams are set and will not change. If you have a conflict with these dates, please let me know right away. No makeup exams will be given unless there are circumstances beyond your control AND the makeup time is arranged in advance.

In addition to exams there will be 5-8 short in-class quizzes throughout the semester. Quizzes will not be announced in advance. The lowest quiz grade will be dropped (i.e. not counted towards the quiz total). A missed quiz will receive a grade of zero and thus will be counted as the lowest grade, unless it was missed due to an illness or other circumstances beyond your control. If you missed a quiz or a lab because of an illness or similar circumstances, it is your responsibility to communicate these reasons to me as soon as possible and arrange for a make-up work.

The midterms, the final, and quizzes are open book, open notes, unless stated otherwise.

Policies on Collaboration and Use of Resources

Problem sets and labs are individual work, unless otherwise stated. While it's perfectly OK (and is encouraged) to discuss problem sets in general terms with others in the class, your solution must be your own work (i.e. written or coded by you without using anybody else's materials). Copying any part of another person's solution (even if you modify the code) is considered academic dishonesty and will be dealt with according to the university's policy.

You may use electronic resources for problem sets to get general ideas for your solutions as well as to help in fixing errors. However, you may not copy a code fragment found online into your solution. Use of sources other than the textbook and the handouts given in class must be acknowledged in the beginning of the problem solution. For take home tests please follow the instructions on the test to determine appropriate resources. Use of any materials from previous runs of this class is not allowed.

If in doubt whether a resource is appropriate for a given problem set, please ask.

Late problem sets policy: Problem sets are due in the beginning of the class on the due date, unless a different time is specified for an electronic submission. If a problem set is submitted at (or before) the next class meeting after the due date, it is graded out of 3/4 credit. If it is submitted any time after the next meeting (until the last class meeting), then it is graded out of 1/2 credit.

Groups for labs and problem sets

Hand in one assignment from the entire group with names of both students on the first page. If submitting by e-mail, you must CC it to all your partner(s). In a programming assignments make sure to keep track (in comments or in some other electronic form) of each partner's contribution to the work.

Generally all group members get the same grade for the submitted group work. If you feel that your group members are not contributing the way they should or if there are any circumstances that prevent you or you partner from contributing a fair share, please talk to your partners to work out an arrangement (if possible) and in either case let me know right away. If after the assignment is finished you feel that the group members have contributed unevenly, please talk to me and I'll try to come up with a fair grading strategy.

Discussion with students other than those in your group (or anyone not in this class) should be limited to general approaches to the problem. All such discussions as well as use of sources other than the textbook and the handouts given in class must be acknowledged in the beginning of the problem solution.

Studying in groups

Studying in groups is strongly encouraged. You may study for tests, go over textbook materials or lecture notes, and discuss problem sets in general terms (i.e. without actually writing the program code or giving out the answers).

Use of electronic devices

Use of laptops for class-related activities is usually allowed, except for test time and other specific assignments. Laptops and other devices may not be used for activities unrelated to the class work (checking e-mail, text messaging, etc.). The instructor reserves a right to ask a student to leave the class if the student uses electronic devices inappropriate in a class. No communication devices can be used during a test, including quizzes. If you are taking notes on your laptop, you are not allowed to access anything other than your notes during a test.

Course topics and timeline

Monday Wednesday Friday
Week 1: August 23 - 25
Summer break, no class Introduction. Course overview, course policies. Role of computing and problem solving in the modern world. Introduction to programming, functional programming, and Racket programming language.
Reading: Prologue.
Week 2: August 28 - September 1
Racket "arithmetic", simple functions.
Racket "arithmetic": numbers, strings, images, booleans. Simple function definitions.
Reading: Prologue, Ch 1.1 - 1.5
Using Racket in the lab.
More on Racket "arithmetic".
Reading: Ch. 1.6 - 1.7
Problem set 1: Introduction to Racket. Due Fri, Sept. 8.
Week 3: September 4 - 8
Labor day, no class. Racket functions, conditions, and animations.
Racket functions, conditions, and animations (cont.).
Problem set 1 due
Reading: Ch. 2.1 - 2.5.
Problem set 2: Racket "arithmetic", functions. Due Fri., Sept. 15.
Week 4: September 11 - 15
Racket helper functions, images, and working with randomness.
Exercise on Racket "arithmetic", functions, images, and programs: creating a simple animation.
How to design programs.
Reading: Ch. 3.1 - 3.4.
Problem set 2 due
Problem set 3: Racket functions and programs. Due Wedn., Sept 20.
Week 5: September 18 - 22
How to design programs: testing; designing "world" programs.
Reading: Ch. 3.5 - 3.7
Designing programs: extended exercise.
Problem set 3 due
Problem set 4: designing programs. Due Wedn., Sept. 28.
Conditional computations. Enumerations, intervals, itemizations.
Reading: Ch. 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7.
Week 6: September 25 - 29
Structures.
Reading: Ch. 5.1, 5.2, 5.3.
Enumerations, intervals, itemizations, structures. Extended exercise.
Reading: Ch. 5.4, 5.5, 5.6, 5.7.
Problem set 4 due
Problem set 5: Conditionals, enumerations, intervals, itemizations. Due Wedn., Oct 20.
More on designing with conditionals, enumerations, intervals, and itemizations, and structures.
Reading: Ch. 6
Week 7: October 2 - 6
Dealing with errors.
Intermezzo I: Structure of Beginner Student Language (BSL).
Reading: Intermezzo I.
Intermezzo I: Structure of Beginner Student Language (BSL) (cont.).
Lists, recursion.
Reading: Ch. 9.1, 9.2, 9.3.
Week 8: October 10 - 14
Review for Midterm I.
Lists, recursion
Midterm I (in-class portion)
Week 9: October 18 - 20
Fall break, no class Lists and recursion.
Problem set 5 due
Take home exam I posted. Due Mon., Oct. 23.
Problem set 7: Lists, recursion. Due Wedn., Oct. 25.
More on lists and recursion.
Week 10: October 23 - 27
Take home I due
Lists.
Lists Problem set 7 due
Problem set 8: lists. Due Wedn., Nov. 3.
Desigining with self-referential structures. Reading: Ch. 10.1, 10.2, 10.4, 10.5.
Week 11: October 30 - November 3
Functions that produce lists, more on lists.
Design by composition.
Reading: Ch. 11.1, 11.2, 11.3, 11.4, 12.
More on lists.
Problem set 8 due
Problem set 9: more on lists. Due Mon., Nov. 6.
Lists and recursion: extended exercise.
Problem set 10: lists and recursion. Due Mon., Nov. 20.
Week 12: November 6 - 10
Lists and recursion: extended exercise.
Program design: similarities in functions and data defintions.
Reading: Ch. 16
Designing Abstractions, using abstractions.
Reading: Ch. 17, 18.
Week 13: November 13 - 17
Anonymous functions.
Reading: Ch. 19.

Review for Midterm II.

Midterm II (in-class portion).
Take home exam II posted. Due Tue, Nov 21st, Nov. 18.
Week 14: November 20 - 24
Scope.
Reading: Intermezzo: Scope.
Problem set 11: project (making a small game). Due Wedn., Dec. 6.
Tue: Take home exam II due
Intertwined Data.
Reading: Ch. 22.
Problem set 10 due
Thanksgiving holiday - no class
Week 15: November 27 - December 1
Incremental refinement
Reading: Ch. 23.
Generative recursion, accumulators.
Reading: TBA.
Project help in the lab.
Week 16: December 5 - 9
Game presenations (day 1).
Game presenations (day 2).
Problem set 11 due
Wrap-up and review for the final.
Absolutely the last day to submit all late problem sets!
Final exam: 4-6pm Tuesday Dec 12th 2017 in Sci 2200.