leo/examples/bubblesort
2022-10-05 15:27:54 -07:00
..
inputs add import example, remove directory nesting, improve examples readme 2022-08-01 16:04:00 -07:00
src Some bug fixes; update some examples 2022-10-05 15:27:54 -07:00
.gitignore add import example, remove directory nesting, improve examples readme 2022-08-01 16:04:00 -07:00
program.json add import example, remove directory nesting, improve examples readme 2022-08-01 16:04:00 -07:00
README.md [examples] Some doc fixes. 2022-09-21 00:07:10 -07:00

bubblesort

Build Guide

To compile this program, run:

leo build

To run this program, run:

leo run bubble_sort

Overview

This example shows how to sort an array.

It takes the input data from inputs/bubblesort.in