CSE 330 Spring 2018 Assignment 1 Part 2 and Project 1 Guides

Here I assemble all the useful resources I have collected so far for both Assignment #1 Part 1 and Project #1.

Part 2 is due on FEB 20th in class!!! Project 1 is due on FEB 20th at 2359 hours!!! And you have to use this one in groups.

Link to Homework Assignment 1 description

Link to Project 1 description

Semaphore

Bi-directional Circular Queue

  • DO NOT USE DUMMY ELEMENTS! There’s no point using them.
  • What rotateQ is supposed to do is shown below. Notice you don’t need to implement a tail pointer, but it’s easier to understand with a tail. rotateq
  • (Update) Q-element can technically be of any type. You may want to look into ‘auto’ type supported since C++11.
  • (Update) A good test file should at least call every single function for once, in order to demonstrate your entire functionality.

Free free to reach me using the email button below. And I’ll see you guys in recitation sessions!

Written on February 15, 2018