Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taisiabarteneva/sorting_on_stacks

Creating an algorithm of sorting on two stacks
https://github.com/taisiabarteneva/sorting_on_stacks

algorithms-and-data-structures c

Last synced: 2 days ago
JSON representation

Creating an algorithm of sorting on two stacks

Awesome Lists containing this project

README

        

## Push Swap
The goal of a project is to implement a sorting algorithm on a stack using a temporary stack

According to the rules, only four commands can be used
- swap
- push
- rotate
- reverse

## How to build
```
$ make
```

![Изображение из iOS](https://user-images.githubusercontent.com/95509213/153432100-dd8045f3-5dd3-43c3-b752-0c753b9a9656.jpg)