What is the different type of sorting algorithms available in R language?
Answer / Mukesh Singh
The different types of sorting algorithms available in R include bubble sort, insertion sort, selection sort, quick sort, and merge sort. R also provides functions to implement more advanced sorting algorithms like radix sort.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about confusion matrix in r?
Differentiate between library() and require()?
What are statistical software and data analysis in r?
How many types of data types are provided by R?
What is a loop in r?
Explain how to create a function in arguments using apply() in r?
Name various sectors that are using R?
How can we create a table using R language without using external files?
Give examples of “select” and “filter” functions from “dplyr” package.
Is R is a slow language?
Explain how to read data or a matrix from a file?
How to create vectors in r?