diff --git a/labs/list_iterators_new/README.md b/labs/list_iterators_new/README.md index 87aec57..d18ceec 100644 --- a/labs/list_iterators_new/README.md +++ b/labs/list_iterators_new/README.md @@ -38,6 +38,10 @@ Example 4: This is the [original GIF](brick_real.gif). And this is the [reversed GIF](brick_fake.gif). +Example 5: + +This is the [original GIF](seat_real.gif). And this is the [reversed GIF](seat_fake.gif). + ## Starter Code The starter code [main.cpp](main.cpp) defines a class named GifFrame to represents GIF frames. Each object of this class represents one frame. diff --git a/labs/list_iterators_new/seat_fake.gif b/labs/list_iterators_new/seat_fake.gif new file mode 100644 index 0000000..07ffed9 Binary files /dev/null and b/labs/list_iterators_new/seat_fake.gif differ diff --git a/labs/list_iterators_new/seat_real.gif b/labs/list_iterators_new/seat_real.gif new file mode 100644 index 0000000..764a312 Binary files /dev/null and b/labs/list_iterators_new/seat_real.gif differ