leo/examples/bubblesort
2022-08-05 18:32:07 -07:00
..
inputs add import example, remove directory nesting, improve examples readme 2022-08-01 16:04:00 -07:00
src update examples 2022-08-05 18:32:07 -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 first update of the bubble sort readme 2022-08-04 04:46:44 +02:00

bubblesort

Build Guide

To compile this program, run:

leo build

To run this program, run:

leo run main

Overview

This example shows how to sort an array.

It takes the input data from inputs/bubblesort.in