Google News
logo
R - Interview Questions
How many sorting algorithms are available in R?
There are 5 types of sorting algorithms are used which are :
 
* Bubble Sort
* Selection Sort
* Merge Sort
* Quick Sort
* Bucket Sort
Advertisement