diff --git a/labs/list_iterators_new/README.md b/labs/list_iterators_new/README.md index dee96f5..0864e1b 100644 --- a/labs/list_iterators_new/README.md +++ b/labs/list_iterators_new/README.md @@ -24,7 +24,19 @@ Here are examples of reversing GIF. Example 1: -[Original GIF](dog_good.gif) [Reversed GIF](dog_bad.gif) +This is the [original GIF](dog_good.gif). And this is the [reversed GIF](dog_bad.gif) + +Example 2: + +This is the [original GIF](door_break.gif). And this is the [reversed GIF](door_restore.gif) + +Example 3: + +This is the [original GIF](jump_real.gif). And this is the [reversed GIF](jump_fake.gif) + +Example 4: + +This is the [original GIF](brick_real.gif). And this is the [reversed GIF](brick_fake.gif) ## Checkpoint 1A: Reverse with STL Vector Swaps *estimate: TBD* diff --git a/labs/list_iterators_new/brick_fake.gif b/labs/list_iterators_new/brick_fake.gif new file mode 100644 index 0000000..ee66744 Binary files /dev/null and b/labs/list_iterators_new/brick_fake.gif differ diff --git a/labs/list_iterators_new/brick_real.gif b/labs/list_iterators_new/brick_real.gif new file mode 100644 index 0000000..efb4acf Binary files /dev/null and b/labs/list_iterators_new/brick_real.gif differ diff --git a/labs/list_iterators_new/door_break.gif b/labs/list_iterators_new/door_break.gif new file mode 100644 index 0000000..9ecf1a1 Binary files /dev/null and b/labs/list_iterators_new/door_break.gif differ diff --git a/labs/list_iterators_new/door_restore.gif b/labs/list_iterators_new/door_restore.gif new file mode 100644 index 0000000..ea575e3 Binary files /dev/null and b/labs/list_iterators_new/door_restore.gif differ diff --git a/labs/list_iterators_new/jump_fake.gif b/labs/list_iterators_new/jump_fake.gif new file mode 100644 index 0000000..d9a09c8 Binary files /dev/null and b/labs/list_iterators_new/jump_fake.gif differ diff --git a/labs/list_iterators_new/jump_real.gif b/labs/list_iterators_new/jump_real.gif new file mode 100644 index 0000000..dafab93 Binary files /dev/null and b/labs/list_iterators_new/jump_real.gif differ