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.

General Information

Lecture Materials (Kauffman Sections)

Announcements

HW 4: Tests updatd, 100 total
12/09/15 7:07 PM
Medium scale changes were made to the tests. There are now 100 total tests.
- 12 additional tests in TripleStoreTests.java to check for nulls in add(), remove(), query(), and test removal with non-default wild cards among other things
- No new tests in RecordTests.java but some adjustments were made to ensure that records are compared in both directions: if the comparators report that x < y, the tests now also check that y > x

Download the fresh copies of both and make sure your code is compatible. This is likely the final version of the tests unless they contain bugs.
Kauffman Bonus Cards Updated
12/09/15 10:22 AM
I finally got around to updating bonus card counts which are now in Blackboard. The current top card holder has 40 points. Today's review with Java Jeopardy will be the last chance to earn cards (or lose them).
FAQ HW 4 ( as of 12/9 @ 8:08am)
12/09/15 8:08 AM

Class Record:
makeRecord - @1007, @1029, @1088
check for null - @1068
Comparators - @1008, @1010, @1011, @1033, @1043, @1057, @1103
ID generator - @1014
match - @1023, @1093
sort_test_4 - @1021, @1022
wildcards - @1051, @1100

ALF - @1075

Class TripleStore:
constructor - @1048
table of Comparators - @1010
wildcards - @1013, @1016, @1017, @1020, @1035
query - @1010, @1030, @1035
TreeSet comparator - @1032, @1062
tailset() - @1039, @1054, @1070
add - @1041, @1062
toString - @1046

target complexity: @1094

remove: @1099

Test Cases
PERCompare sort_4 - @1034
wild_card1 and wild_card4 - @1049
matches_11 and matches_12 - @1050
sort_test_4 - @1056, @1061, @1085
sort_test_2 - @1067, @1073, @1080
wild_2 - @1063, @1078

Codefest to be held in Exploratory L111
12/08/15 1:42 PM
The location for Codefest has been settled: Exploratory L111. No suitable rooms were available in Engineering so we'll be a short distance away but within easy reach of the pizza guy.

See @1084 for full details and if you plan to attend, make sure to vote Yes
FAQ HW4 (as of 12/6 @ 9:40pm)
12/06/15 9:41 PM

Class Record:
makeRecord - @1007, @1029, @1088
check for null - @1068
Comparators - @1008, @1010, @1011, @1033, @1043, @1057, @1103
ID generator - @1014
match - @1023, @1093
sort_test_4 - @1021, @1022
wildcards - @1051, @1100

ALF - @1075

Class TripleStore:
constructor - @1048
table of Comparators - @1010
wildcards - @1013, @1016, @1017, @1020, @1035
query - @1010, @1030, @1035
TreeSet comparator - @1032, @1062
tailset() - @1039, @1054, @1070
add - @1041, @1062
toString - @1046

target complexity: @1094

remove: @1099

Test Cases
PERCompare sort_4 - @1034
wild_card1 and wild_card4 - @1049
matches_11 and matches_12 - @1050
sort_test_4 - @1056, @1061, @1085
sort_test_2 - @1067, @1073, @1080
wild_2 - @1063, @1078

FAQ HW 4 (as of 12/5 @ 9:40am)
12/05/15 9:41 AM

Class Record:
makeRecord - @1007, @1029
check for null - @1068
Comparators - @1010, @1011, @1033, @1043, @1057
ID generator - @1014
match - @1023
sort_test_4 - @1021, @1022
wildcards - @1051

ALF - @1075

Class TripleStore:
constructor - @1048
table of Comparators - @1010
wildcards - @1013, @1016, @1017, @1020, @1035
query - @1010, @1030, @1035
TreeSet comparator - @1032, @1062
tailset() - @1039, @1054, @1070
add - @1041, @1062
toString - @1046

Test Cases
PERCompare sort_4 - @1034
wild_card1 and wild_card4 - @1049
matches_11 and matches_12 - @1050
sort_test_4 - @1056, @1061
sort_test_2 - @1067, @1073, @1080
wild_2 - @1063, @1078

HW4 FAQ (as of 12/2, 8:08am)
12/01/15 7:42 PM

Class Record:
makeRecord - @1007, @1029
Comparators - @1010, @1011, @1033, @1042, @1043
ID generator - @1014
match - @1023
sort_test_4 - @1021, @1022


Class TripleStore:
table of Comparators - @1010
wildcards - @1013, @1016, @1017, @1020, @1035, @1043
query - @1030, @1035
TreeSet comparator - @1032
tailset() - @1039

add - @1041

ChangeLog

Tue Dec 1 09:05:44 EST 2015Minor update to fix typos in how to run the tests in the section on test cases.

Grade Calculation Web Form
12/01/15 2:44 PM
The following form can be used to aid your final grade computations.

https://cs.gmu.edu/~kauffman/cs310/gradecalc.html

The "Bonuses" number will correspond in Kauffman sections to the card bonuses that have been accrued over the semester. I will update these scores on Blackboard soon: divide your personal card count by the maximum (which will be announced) and multiply by 3 to get your bonus.

Carver sections will receive bonus opportunities on the exams amount to 3% overall.
Staff Office Hours
NameOffice Hours
Chris Kauffman
When?
Where?
Hui (Frances) Zheng
When?
Where?
Lubaba Nuzhat Tasneem
When?
Where?
Daniel Zieman
When?
Where?
William Wang
When?
Where?
Richard Carver
When?
Where?
Qian Hu
When?
Where?

Homework

Homework