Description

CS 310 continues the study of data structures from CS 211. Students will learn how to approach larger and more challenging programming problems than the projects in CS 211. Programming is a significant part of this course and students should expect to spend a good deal of time on the programming projects. The course also introduces a variety of data structures and illustrates the types of problems for which they are useful.

Topics to be covered include.

Generics and Collections
Basic Complexity Analysis
Linked Lists
Stacks and Queues
Simple and Balanced Binary Search Trees
B-Trees and File Organization
Hash Tables
Priority Queues
Graphs and Basic Graph Algorithms

General Information


Announcements

Final exam and overall grades posted
8/02/16 12:38 PM
Final exam grades are up on Blackboard and broke down as follows:
|---------+-------|
| Stat    |   Val |
|---------+-------|
| Count   |    33 |
| Min     | 49.33 |
| Max     | 94.67 |
| Average | 76.89 |
| Median  | 77.33 |
| Stddev  | 10.61 |
|---------+-------|

|---------+-------|
| Range   | Count |
|---------+-------|
| 90 -100 |     3 |
| 80 - 89 |     8 |
| 70 - 79 |    14 |
| 60 - 69 |     6 |
| 50 - 59 |     1 |
| 40 - 49 |     1 |
|---------+-------|

If you would like to view your final exam, contact me to arrange a time to pick it up.

Overall grades broke down as follows.
|--------+-------|
| Stat   |   Val |
|--------+-------|
| count  |    36 |
| mean   | 74.58 |
| median | 82.20 |
| max    | 96.44 |
| stddev | 19.58 |
|--------+-------|


|-------+-------+-------+---------|
| Range | Grade | Count | Percent |
|-------+-------+-------+---------|
|     0 | D/F   |    11 |   30.56 |
|    70 | C     |     6 |   16.67 |
|    80 | B     |    12 |   33.33 |
|    90 | A     |     7 |   19.44 |
|-------+-------+-------+---------|

Any questions or concerns you might have should be directed to Prof. Kauffman via email (kauffman@cs.gmu.edu).

It has been an excellent summer, fast and furious but fun for me and hopefully for all of you as well. I hope to see you around campus come fall.

Cheers,
Chris
HW3 Grades Available
7/25/16 11:38 PM

All HW3 grades which were turned in on time are available on blackboard.

If you turned your HW3 grades in late, I plan on grading them tomorrow.

HW 4 Posted, Best 3 out of 4 HWs count towards final grade
7/22/16 3:46 PM
http://cs.gmu.edu/~kauffman/cs310/hw4.html
Due Fri 7/29 by 11:59 pm

For purpose of calculating your final score in the course, we will count the best 3 out of the 4 HWs only and weight each of these equally (35 / 3 = 11.67%).

That means if you are confident in you performance on HWs 1-3 you are not required to submit the final HW. For those who flubbed an earlier HW, HW 4 is a chance to make up ground. If you have any questions post follow-ups here.
HW2 Grades Available
7/21/16 7:32 AM

Hello students,

I have finished grading homework 2.

I apologize for the lateness.

Updates to DAGTests and SpreadsheetTests
7/20/16 1:18 PM

Some additional problems in DAGTests and SpreadsheetTests have been corrected allow correctly behaving code to pass. Update your copies of these tests.

Grading Delay
7/19/16 1:49 PM

Students,

I was supposed to have completed grading for homework 2 on Sunday.  I did not.

I have not completed grading.  However, everyone who turned in their Homework 2 on time should be able to see their grade.

I expect to be done grading today or tomorrow.

--David.

DAGTests and SpreadsheetTests updated to correct problems
7/18/16 1:56 PM

Post 129 and several others identified a flaw in the test cases in which correct behavior failed test cases do to slightly different orderings of items in Maps. I had hoped this would not be an issue but it is and I have updated the test cases to correct for this problem. This change should only increase the number of test cases passed. Please update you versions of DAGTests.java andSpreadsheetTests.java from the links at the top of the spec.

http://cs.gmu.edu/~kauffman/cs310/DAGTests.java

http://cs.gmu.edu/~kauffman/cs310/SpreadsheetTests.java

Final Manual Inspection Criteria Added
7/18/16 12:48 PM
Final Manual Inspection Criteria have been been added to the specification.

Both the standard and alternative web links for the HW3 spec will be maintained.

http://cs.gmu.edu/~kauffman/cs310/hw3.html
http://mason.gmu.edu/~ckauffm2/cs310/hw3.html
Staff Office Hours
NameOffice Hours
Chris Kauffman
When?
Where?
Nabil Darwich
When?
Where?
David Morris
When?
Where?

Homework

Homework
Due Date

Lecture Notes

Lecture Notes
Lecture Date