Blog
Welcome to CS2510
=================================================================
Mon Nov 26 20:35:34 EST 2012
I looked at and ran all games you have submitted in Assignment 9.
Please, look at the comments I have posted on the Web-CAT server.
Please, see me if you are having difficulties with the game.
=================================================================
Sun Nov 25 18:15:44 EST 2012
There will be a review for Exam3 on Monday, November 26th 6:00 -8:00 pm in 275 RI
Exam 3 will be on November 27th 6:00 - 9:00 pm in the room 422 SL —
=================================================================
Fri Nov 23 16:12:34 EST 2012
Here are some links to old versions of Exam3.
=================================================================
Mon Nov 12 18:32:43 EST 2012
Here is a list of pairs for the weeks 9 through 13 of homeworks:
101 Ali Ahmad and Adam Sasi
102 James Barry and Zachary Lyford
103 Mark Calley and John McNamara
104 John Dowd and Mostafa Al Khonaizi
105 Alexander Hochberg and Yue Liu
106 Chieh Lee and Matthew Peckham
107 Cory Paszul and Jeffrey Tung
108 Anthony Vatousiou and Matthew Peoples
109 Sumita Mukund and Marina Stoebner
110 Brian Ninni and John-Ross Murgo
111 Zachary Wassall and Richie Wilson
112 Amanda Georgescu and Andrew Ojemann
113 Scott Kapelewski Michael Slemon and
114 Shushma Mallikarjun and Aishiwara Afzulpurkar
115 Evan Haines and Okeke Nnamdi
116 Evan Noyes and Mohammed Yusuf
122 - singleton - please talk to me Colin McElearney
123 - singleton - please talk to me Alessandro Hamuche
=================================================================
Tue Nov 6 15:49:25 EST 2012
Office Hours: Matthew Clamp – Thursday night from 6-8 – this week only
=================================================================
Tue Nov 6 15:49:25 EST 2012
Assignment 9 - Part 1
The due date has been extended (one more day) till Tuesday, November 13 (a day after a holiday).
You should be working with your new partner.
If you do not have a new partner, email me and I will pair you up.
– Viera
=================================================================
Fri Nov 2 15:47:35 EST 2012
Regarding Problem 2 in Assignment 8:
Abstract class can have a constructor and fields. For example we define
abstract class Shape{ |
Posn loc; |
|
Shape(Posn loc){ |
this.loc = loc; |
} |
} |
We can then define the class Circle as:
class Circle extends Shape{ |
int rad; |
|
Circle(Posn loc, int rad){ |
super(loc); |
this.rad = rad; |
} |
|
public String toString(){ |
return "Circle at loc = (" + this.x + ", " + this.y + " with radius " + this.rad); |
} |
} |
We see that it has the fields loc and rad, and a constructor that takes these two values.
=================================================================
Thu Nov 1 18:21:35 EST 2012
Plans for the rest of the semester:
Assignment 9 - Posted: 11/3: Part 1 (Loops, Sorting) Due 11/9
Assignment 9 - Posted: 11/3: Part 2 (Game in imperative style) Due 11/16
Assignment 10 - Posted: 11/8: Stress Tests, HeapSort Due 11/16
Assignment 11 - Posted: 11/15: Graph Algorithms Project Due 12/5
Assignment 12 - Posted: 11/15: Game With Sound Due 11/30
Reminder: Exam 3 is on Tuesday, November 27th from 6:00 - 9:00 pm (Room will be announced)
=================================================================
Thu Oct 25 17:39:45 EST 2012
Here are some links to old versions of Exam2.
Note that not all of the exams include solutions.
=================================================================
Thu Oct 18 13:49:18 EST 2012
The second exam has been rescheduled for Thursday, November 1, 2012
=================================================================
Thu Oct 18 13:45:36 EST 2012
Links to older leture notes:
A comprehensive list of lectures from earlier semesters can be found here.
A complete list of lectures for Spring 2007 semester can be found here.
Lectures for Fall 2008 semester can be found here.
=================================================================
Wed Oct 17 13:19:36 EST 2012
James Klein’s office hours next week will be on
Tuesday, October 23rd 12:30-2:20pm
=================================================================
Mon Oct 15 13:39:16 EST 2012
Here is a list of pairs for the weeks 5 through 9 of homeworks:
021 Ali Ahmad and Adam Sasi
022 James Barry and Matthew Peckham
023 Mark Calley and Amanda Georgescu
024 John Dowd Scott Kapelewski
025 Alexander Hochberg Anthony Vatousiou
026 Chieh Lee and John McNamara
027 Yue Liu and Jeffrey Tung
028 Zachary Lyford and Cory Paszul
029 Shushma Mallikarjun and Matthew Peoples
030 Sumita Mukund and Marina Stoebner
031 Colin McElearney and John-Ross Murgo
032 Okeke Nnamdi and Richie Wilson
033 Evan Noyes and Andrew Ojemann
034 Michael Slemon and Zachary Wassall
035 Mostafa Al Khonaizi and Alessandro Hamuche
036 Brian Ninni and Aishiwara Afzulpurkar
037 Evan Haines and Mohammed Yusuf
==============================================================
Mon Sept 24 13:39:16 EST 2012
Here are some links to old versions of Exam1.
Some solutions may be incomplete, some rubrics not perfect. Also, these exams were given in the evening and lasted 3 hours. You may expect one problem of a similar complexity, and maybe an additional simpler warmup problem.
This is provided so you know what to expect on the exam and how the grading is done. No corrections will be made to what is posted here.
==========================================================================
Mon Sept 10 13:39:16 EST 2012
Here is a list of pairs for the first four weeks of homeworks:
Pairs for homeworks
=====================================
001
Adam Sasi
Anthony Vatousiou
—
002
Matthew Peckham
Evan Noyes
—
003
Matthew Peoples
Ritchie Wilson
—
004
Mohammed Yusuf
Okeke Nnamdi
—
005
Sumita Mukund
Marina Stoebner
—
006
Michael Slemon
Cory Paszul
—
007
Mark Calley
Andrew Ojemann
—
008
James McNamara
John-Ross Murgo
—
009
Jeffrey Tung
Brian Ninni
—
010
Amanda Georgescu
Alessandro Hamuche
—
011
Colin McElearney
Chieh Lee
—
012
Yue Liu
John Dowd
—
013
Mostafa Al Khonaizi
Zach Lyford
—
014
Aishwarya Afzulpurkar
Sushma Mallikarjun
—
015
Alex Hochberg
Scott Kapelewski
—
016
Ali Ahmad
Jim Barry
—
017
Bobby Deng
Evan Haines
—
—
Sun Sept 2 19:39:16 EST 2012
We hope you’ll have fun.