If wehave to sort 1 GB of data with only 100 MB of available main memory. Which sorting technique will be most appropriate?

If we have to sort 1 GB of data with only 100 MB of available main memory. Which sorting technique will be most appropriate?

"External Sorting" can be implemented in this scenario as it uses merging technique.