Saved Bookmarks
| 1. |
What are the different types of sorting algorithms available in R language?(a) Bubble(b) Selection(c) Merge(d) All sorts |
|
Answer» Right option is (d) All sorts Explanation: Bucket Sort, Selection Sort, Quick Sort, Bubble Sort, Merge Sort is the different sorts available in R language. Each and Every sorting algorithm is available in R. |
|