An open API service indexing awesome lists of open source software.

https://github.com/howardwu/integer-sorting


https://github.com/howardwu/integer-sorting

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# integer-sorting

This repository implements a basic sorting algorithm for a list of u32 integers.

## Build Guide

To compile the Leo program, run:
```
leo build
```

To test the Leo program, run:
```
leo test
```

## Development

To output the number of constraints, run:
```
leo build -d
```