Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1058279
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:00:11+00:00 2026-05-16T18:00:11+00:00

My friend was asked a question in his interview: The interviewer gave him an

  • 0

My friend was asked a question in his interview:

The interviewer gave him an array of unsorted numbers and asked him to sort. The restriction is that the number of writes should be minimized while there is no limitation on the number of reads.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T18:00:12+00:00Added an answer on May 16, 2026 at 6:00 pm

    If the array is shorter (ie less than about 100 elements) a Selection sort is often the best choice if you also want to reduce the number of writes.

    From wikipedia:

    Another key difference is that
    selection sort always performs Θ(n)
    swaps, while insertion sort performs
    Θ(n2) swaps in the average and worst
    cases. Because swaps require writing
    to the array, selection sort is
    preferable if writing to memory is
    significantly more expensive than
    reading. This is generally the case if
    the items are huge but the keys are
    small. Another example where writing
    times are crucial is an array stored
    in EEPROM or Flash. There is no other
    algorithm with less data movement.

    For larger arrays/lists Quicksort and friends will provide better performance, but may still likely need more writes than a selection sort.

    If you’re interested this is a fantastic sort visualization site that allows you to watch specific sort algorithms do their job and also “race” different sort algorithms against each other.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This question was asked in an interview for my friend. The interviewer asked to
This was a question that was asked to my friend in a Google interview
A friend of mine was asked the following question today at interview for the
this is an interview question my friend was asked yesterday. The question was something
I asked to my friend about this question, he said that it is used
MY friend asked here a question And the one who answered him - wrote
One of my friend was asked this question in an interview - You have
A friend of mine was asked the following question a Yahoo interview: Given a
My friend asked me to post his question here, and there it is: I
Friend of mine got asked the following question in an interview recently and im

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.