Skip to content

aneeshsharma/BubbleSortRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Basic Bubble Sort in Rust

This is a basic bubble sort program written in Rust!

Usage

Make sure you have Rust installed. The installation instructions can be found on the official website.

After you have rust installed, clone the repo and change to the directory.

$ git clone https://github.com/aneeshsharma/BubbleSortRust
$ cd BubbleSortRust

Now, run cargo run to run the program.

$ cargo run

A sample output is here -

Enter size - 5
Enter numbers -
32
29
10
8
3
Sorted array -
3 8 10 29 32

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages