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

https://github.com/cvyl/rust-lambda-sort

Lambda Sort in Rust
https://github.com/cvyl/rust-lambda-sort

lamba rust rust-lang rustlang sorting-algorithms

Last synced: 2 months ago
JSON representation

Lambda Sort in Rust

Awesome Lists containing this project

README

          

[![Rust](https://github.com/cvyl/rust-lambda-sort/actions/workflows/rust.yml/badge.svg)](https://github.com/ly-nld/rust-lambda-sort/actions/workflows/rust.yml)
# Lambda Sort in Rust
## SETUP
```
git clone https://github.com/cvyl/rust-lambda-sort
cd rust-lambda-sort
cargo run
```
```
Enter numbers separated by spaces: 40 82 58 5 1 92 -1
```
## LICENSE

詳細は [CC-BY-4.0](LICENSE) ファイルをご覧ください。