COSC 2320 Data Structures - Fall 2014
Course syllabus [PDF ]
You can come to our Google Group
to discuss your questions with the TAs and your classmates.
Click here to see the instructions on how to use the UH blackboard system to submit your homework.
Here are some slides from this semester and Fall 2013 .
Class schedule for the closing period of Fall 2014 [PDF ]
Office hour: every Tuesday and Thursday from 3 to 4 PM at PGH 575.
Recap slides [PPTX ]
Homework assignments:
No disputes about your grades will be accepted after Dec. 9 .
#6: Graphs and the World Wide Web - due on Dec. 6, 11:59 PM. (Ended )
Homework description [PDF ]
If you finished the program for bonus points, please come during my office hour before Dec. 9 .
Test cases [ZIP ]
#5: Hash Tables - due on Nov. 22, 11:59 PM. (Ended )
Homework description [PDF ]
Test cases [ZIP ]
#4: Sorting and Searching - due on Nov. 8, 11:59 PM. (Ended )
Homework description [PDF ]
Test cases [ZIP ]
#3: List Expression Evaluation Using Stacks - due on Oct. 25, 11:59 PM. (Ended )
Homework description [PDF ]
Slides about infix to postfix conversion [PDF ]
Test cases [ZIP ]
#2: Union and Intersection of Doubly Linked Lists using Recursion - due on Oct. 11, 11:59 PM. (Ended )
Homework description [PDF ]
Test cases [ZIP ]
Solution [PDF ]
#1: Editor with Doubly Linked Lists - due on Sept. 23, 11:59 PM. (Ended )
Resubmission is accepted before Oct 18, 11:59 PM.
Please submit to the blackboard system.
The solution for this homework is not visible until resubmission deadline is passed.
Homework description [PDF ]
Test cases [ZIP ]
Solution [PDF ]
#0: The most repeated word - due on Sept. 9, 11:59 PM. (Ended )
Homework description [PDF ]
Test cases [ZIP ]
Solution [PDF ]
To get a copy of Visual Studio for the course, please visit Software Downloads for UH Staff and Faculty.
Don't understand what is or how to obtain the command-line argument? Click here .
An example for parsing the command line argument and reading the file can be found here .