Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviermerino authored Jun 21, 2017
1 parent bf3ce63 commit d6add00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Homework-4/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Assignment #4: Netflix
## Assignment #5: Netflix

#### Overview
The overall goal of this assignment is to implement a C++ application that mimics some of Netflix's functionality. This application will store movies and keep track of the year they were released, their rating and their ranking. In this assignment you will refresh your knowledge of control structures, functions, pointers, sorting, dynamic memory management, operator overloading, and exceptions. Additionally, you will be implementing your own **DoublyLinkedList** which will be a subset of the **C++ STL list**. After completion you should feel more comfortable with allocating memory on the heap to create more complex data structures. Specifically, you will learn how to link different objects in the heap together and to bi-directionally traverse through these objects in memory.
Expand Down

0 comments on commit d6add00

Please sign in to comment.