Skip to content

codermarcos/rust-sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My first project using Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages