leo/examples/bubblesort/README.md

22 lines
295 B
Markdown
Raw Normal View History

# bubblesort
## Run Guide
To run this program, run:
```bash
2023-09-29 20:00:07 +03:00
leo run bubble_sort <inputs>
```
## Execute Guide
To execute this program, run:
```bash
2023-09-29 20:00:07 +03:00
leo execute bubble_sort <inputs>
2022-08-04 05:46:44 +03:00
```
2022-09-21 10:07:10 +03:00
## Overview
2022-08-04 05:46:44 +03:00
This example shows how to sort an array.
It takes the input data from inputs/bubblesort.in