Skip to content

Commit

Permalink
docs: add demo to README
Browse files Browse the repository at this point in the history
  • Loading branch information
leogaudin committed Jun 10, 2023
1 parent 4c2df27 commit 680bd53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ Please refer to the article for a detailed explanation.

6. 🗑️ **`dump_back()`** : The algorithm will then move all the numbers from stack B to stack A, **starting from the maximum number**, until stack B is empty.

## 👀 Visual Demo

![push_swap](./demo.gif)

## 🚀 Performance

The performance is based on the [📖 42 Correction sheet of push_swap](https://github.com/rizky/42-corrections/blob/master/push_swap.pdf).
Expand Down
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 680bd53

Please sign in to comment.