Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviermerino authored May 31, 2017
1 parent c741fb8 commit af96c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Homework-3/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Assignment #3: Pointer Arithmetic and Sorting
## Assignment: Pointer Arithmetic and Sorting

#### Overview
The overall goal of this assignment is to implement a C++ application that makes use of pointers to access data contained in arrays. Throughout this assignment you will refresh your knowledge of control structures, functions, one and two dimensional arrays, and pointer arithmetic. As a bonus, you will be implementing the insertion sort to sort the data in the given array.
Expand Down

0 comments on commit af96c2a

Please sign in to comment.