CSE 373: Data Structures and Algorithms, Spring 2012
Home
Lectures
Homework
Readings
Exams
Forum
Grades
Links
Homework
Useful links
Message Board
(please do not post solution code)
Writing Pseudocode
(read for information about what is acceptable psuedocode)
Style guidelines written by CSE 143 TAs
(read for information about what is good coding style)
Turn in HW7 Step 0 here.
Turn in HW7 Steps 1 and 2 here.
Homework #7: Six Degrees of Kevin Bacon
Step 0: Due Wednesday, May 23, 2012, 2:30pm
No submissions accepted after Friday, May 25, 2012, 2:30pm
Steps 1 and 2: Due Wednesday, May 30, 2012, 2:30pm
No submissions accepted after Friday, June 1, 2012, 2:30pm.
Spec:
Specification
Resources:
373_12sp_hw7_graphs.zip
graph.jar
Links:
How to add JARs to Eclipse projects
(read for information about how to include graph.jar in your project)
CSE 142 Output Comparison Tool
(use this to compare your output for KevinBacon.java to ours)
Turn in HW6 here.
Homework #6: Hashing It Out
Due Wednesday, May 16, 2:30pm
No submissions accepted after Friday, May 18, 2:30pm.
Spec:
Specification
Resources:
373_12sp_hw6_hashing.zip
Excerpt of Bloch Chapter 3
HashMapClient_output.txt
Turn in HW5 here.
Homework #5: A Heap o' Fun
Due Wednesday, May 9, 2:30pm
No submissions accepted after Friday, May 11, 2:30pm.
Spec:
Specification
Resources:
373_12sp_hw5_heaps.zip
Turn in HW4 here.
Homework #4: Good Things Come in Trees
Due Wednesday, May 2, 2:30pm
No submissions accepted after Friday, May 4, 2:30pm.
Spec:
Specification
Resources:
373_12sp_hw4_balancedtrees.zip
Turn in HW3 Part B here.
Homework #3: Fun A-SORT-ment
Due Wednesday, April 18, 2:30pm
No submissions accepted after Friday, April 20, 2:30pm.
Spec:
Specification
Resources:
sort-detective.jar
Links:
wikiHow: How to Run a .Jar Java File
Turn in HW2 #5 here.
Homework #2: Algorithm Analysis
Due Wednesday, April 11, 2:30pm
No submissions accepted after Friday, April 13, 2:30pm.
Spec:
Specification
Turn in HW1 here.
Homework #1: SoundBlaster
Due Wednesday, April 4, 2:30pm.
No submissions accepted after Friday, April 6, 2:30pm.
Spec:
Specification
Resources:
373_12sp_hw1_soundblaster.zip
(all necessary files zipped up as an Eclipse project)
Links:
Hints on using Sox