https://github.com/howardwu/integer-sorting
https://github.com/howardwu/integer-sorting
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/howardwu/integer-sorting
- Owner: howardwu
- Created: 2020-12-09T01:22:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T18:52:31.000Z (over 4 years ago)
- Last Synced: 2025-02-13T05:42:23.207Z (2 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```