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 7552965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:55:12+00:00 2026-05-30T10:55:12+00:00

i have a general question (taken from some computer science test) i’d like to

  • 0

i have a general question (taken from some computer science test) i’d like to get an explanation for, the question was:

Sorted array given a particular size, and suppose we use the fastest method in computer science to find values ​​in the array. In this method, the search time of any element is no more than N seconds. Now we multiply the size of the array. The search time of any element in the array will be at most:

Answer: N+1.

Can anyone please give me a full explanation why this is the answer? and why isn’t it 2*N ?

Thanks.

  • 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-30T10:55:13+00:00Added an answer on May 30, 2026 at 10:55 am

    I suppose they mean binary search algorithm as fastest method for searching in sorted array. It is algorithm of type “divide and conquer”, so for one step of such algorithm we reduce searching area by half.

    Example:
    Let’s define one step in our algorithm take 1 unit of time

    array = [1 2 3 4 5 6 7 8], to find = 7
    We test our value as the last element in first array.
    1 step: divide into [1 2 3 4] and [5 6 7 8], 4 < 7, our value in second array
    2 step: divide into [5 6] and [7 8], 6 < 7, our value in second array
    3 step: divide into [7] and [8], 7 = 7, we found it.
    

    It is how binary search works and consumes 3 units of time.
    Now imagine we doubled array to [1..16], we need 1 more step to reduce array to previous one, so we need 4 units of time.

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

Sidebar

Related Questions

I have a general question. I would like to have a window containing some
I have a general question that is rather open-ended (i.e. depends on platform, application
I have a general question for the group. I am about to start a
I have a general question about the way that database indexing works, particularly in
i have a general question about how sql server evaluates the joins.The query is
I have a general OOP question. If I have the following classes in C#
just a general question, do you ALWAYS have to handle error? i was just
A general architecture question in Sitecore 6... Let’s say we have a situation where
I have a specific question, that could use a general answer... When building Multi-Tier
I suppose this question is more general than working with COM components. I have

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.