What is external and internal sorting give examples?
Answers
Answered by
5
Internal sorting :-
internal Sort is any data sorting process that takes place entirely within the main memory of computer
example :bubble sort .
Insertion sort
External sorting :-
external sorting is a term for a class of sorting algorithms that can handle massive amounts of data .
example : external merge sort algorithm
( sorted junks ).
:) :)----\:):(
Answered by
4
The explanation of external and internal sorting is given below
Explanation:
Internal sorting
- The internal sorting takes place entirely within the primary memory of a computer. system we can sort the information when the data is low then in this case the sorting takes place in primary memory.
- Insertion sorting is one of the examples of internal sorting.
External Sorting
- The external sorting is taking place in the secondary memory. Firstly the portion by potion data is transferred in the primary memory of a computer system then we sorting that data.
- Merge sort is one of the examples of external sorting.
Learn More :
- brainly.in/question/4923446
Similar questions