Skip to content

Commit 8255e59

Browse files
Update README.md
1 parent 3d19287 commit 8255e59

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# push_swap
22

3+
**Completed**: Mandatory + Bonus
4+
🏅 **Score**: 125/100
5+
36
![42 Logo](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTXfAZMOWHDQ3DKE63A9jWhIqQaKcKqUIXvzg&s)
47

58
**push_swap** is a project from 42 School that challenges you to sort data using a limited set of operations. In this project, you will implement an efficient algorithm that sorts a stack of integers using two stacks (A and B) and a predefined set of instructions. The main objective is to minimize the number of operations needed to achieve a sorted stack.

0 commit comments

Comments
 (0)