Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 933 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 933 Bytes

First project with Rust

My first project with Rust i create a CLI that creates a vector

This projects implements these algorithms:

How to setup

Clone the repo:

git clone https://github.com/codermarcos/rust-sorting-algorithms.git

If you haven't installed Rust you need install:

How to run

To run you can use:

cargo run

You can pass arg to run:

cargo run [OPTION] [SUB_OPTIONS]

Options avaliable:

  • show: To show some avaliables options
    • initial: To show initial vector
    • result: To show ordened vector