leo/examples/bubblesort
2024-06-25 13:40:33 -07:00
..
build [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
inputs Update CI and examples 2024-01-15 15:45:08 -08:00
src Some bug fixes; update some examples 2022-10-05 15:27:54 -07:00
.env change endpoint for local examples 2024-06-25 13:40:33 -07:00
.gitignore [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
leo.lock make example compatible w/ stubs 2023-12-11 13:19:42 -08:00
program.json [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
README.md Update examples and CI 2024-01-15 15:45:08 -08:00

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