I am studying the Data structure discipline and I am developing C ++ programs.
I know basically three sorts of sorts (sorts sort, insertion sort and bubble sort), but I do not know in detail the difference between three types.
What are these differences and in what cases use each type of order?
If this is also possible, I would like an example of each sorting type.