answersLogoWhite

0

Internal sorting

it means we are arranging the number within the array only which is in computer primary memory.

External sorting

it is the sorting of numbers from the external file by reading it from secondary memory.

User Avatar

Curtis Strite

Lvl 13
3y ago

Still curious? Ask our experts.

Chat with our AI personalities

SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
ReneRene
Change my mind. I dare you.
Chat with Rene
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
More answers

Internal Sorting takes place in the main memory of a computer. The internal sorting methods are applied to small collection of data. It means that, the entire collection of data to be sorted in small enough that the sorting can take place within main memory.

The External sorting methods are applied only when the number of data elements to be sorted is too large. These methods involve as much external processing as processing in the CPU. This sorting requires auxiliary storage.

-internal sorting takes small input, whereas external sorting can take as much as large input...

-The external sorting algorithm has to deal with loading and unloading chunks of data in optimal manner.

User Avatar

Wiki User

10y ago
User Avatar

External sorting: - Merge sort - Two way merge sort. Internal sorting: - Heap sort - Bubble sort - Tree sort - quick sort - shell sort - Insertion sort External sorting: - Merge sort - Two way merge sort. Internal sorting: - Heap sort - Bubble sort - Tree sort - quick sort - shell sort - Insertion sort

User Avatar

Wiki User

16y ago
User Avatar

Internal sorting is done in internal memory. where as
external sorting is done in external memory like hard disk or magnetic tape.

User Avatar

Wiki User

16y ago
User Avatar

Internal sorting does not make use of extra resources.

External sorting make use of extra resources.

User Avatar

Wiki User

13y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between internal and external sorting?
Write your answer...
Submit
Still have questions?
magnify glass
imp