1.

What are the different types of sorting algorithms available in R language?(a) Bubble(b) Selection(c) Merge(d) All sortsI have been asked this question in an internship interview.This interesting question is from Functions topic in section Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming

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.



Discussion

No Comment Found

Related InterviewSolutions