Skip to content

RobertNeat/sort-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project_banner ubuntu bash

What project do?


Project shows usage of one dimensional and two dimensional arrays. The contence of them can be sorted by algorithms such as:

  • Bubble sort
  • Selection sort
  • Insert sort

How to use?


Just import project to CodeBlocks and compile/run. If you wish you could use another environment by using only main.cpp file.

Program execution


Program by itself allocate memory and after execution release it. User defines how big arrays should be and gives interval from wchich contence of arrays will be randomly generated. After that user can sort them in few defined ways or quit program.

About

Bubble sort, selection sort and insert sort example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages