leo/examples/bubblesort/README.md
2024-01-15 15:45:08 -08:00

295 B

bubblesort

Run Guide

To run this program, run:

leo run bubble_sort <inputs>

Execute Guide

To execute this program, run:

leo execute bubble_sort <inputs>

Overview

This example shows how to sort an array.

It takes the input data from inputs/bubblesort.in