leo/examples/bubblesort/README.md

22 lines
277 B
Markdown
Raw Normal View History

# bubblesort
## Run Guide
To run this program, run:
```bash
leo run bubble_sort
```
## Execute Guide
To execute this program, run:
```bash
leo execute bubble_sort
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