Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WOLFIE-OG committed Mar 20, 2024
2 parents 9811983 + 0201a85 commit 3f93b1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.

## State

[![push_swap Build](https://img.shields.io/github/actions/workflow/status/WOLFIE-OG/push_swap/makefile.yml?style=for-the-badge)](https://github.com/WOLFIE-OG/push_swap/actions/workflows/makefile.yml) ![push_swap Score](https://img.shields.io/badge/Score-100%2F125-brightgreen?style=for-the-badge)

## Installation & Building

To install and build
Expand All @@ -13,4 +17,4 @@ To install and build
make
./push_swap 7 4 8 5 2 10 3 9 6 1
```


0 comments on commit 3f93b1b

Please sign in to comment.