Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taisiabarteneva/sorting_on_stacks
- Owner: taisiabarteneva
- Created: 2021-12-17T20:07:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T16:55:53.000Z (about 2 years ago)
- Last Synced: 2024-01-29T02:10:34.145Z (10 months ago)
- Topics: algorithms-and-data-structures, c
- Language: C
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 stackAccording 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)