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

  • Home
  • SEARCH
  • 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 8545153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T12:43:40+00:00 2026-06-11T12:43:40+00:00

I have taken algorithms course this semester and I am trying to solve a

  • 0

I have taken algorithms course this semester and I am trying to solve a problem in CLRS

2.3-7
Describe a theta(n lg n) time algorithm that, given a set S of n integers and another
integer x, determines whether or not there exist two elements in S whose sum is
exactly x.

I have no idea how to approach this problem.
I am trying to solve it using the merge sort algorithm since it completes in nlogn time, but i dont know if it is the right approach.

Can anyone tell me what is the general approach when solving algorithms when the running time is already specified?

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-06-11T12:43:42+00:00Added an answer on June 11, 2026 at 12:43 pm

    I doubt there is any general approach for such problems, like in any “propose algorithm” tasks. The required runtime, however, can hint on the “building blocks” to use (like presence of log usually indicates the need for tree or sorted array). You can, for example, look at tag wiki for ‘big-o’ for examples of algorithms for each required runtime.

    An idea of algorithm for your problem:

    First, sort the array (O(n lg n)); then for each element y of the array check whether element x-y is present (also O(n lg n), since array is sorted).

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

Sidebar

Related Questions

I have taken over a project that was build from suggestions in this Dan
I have written an algorithm that takes geospatial data and performs a number of
If I have an algorithm that takes n log n steps (e.g. heapsort), where
I have taken this little snippet straight out of some code I'm working on:
I have taken the backup of mysql database but when I am trying to
I have a list of recipes obtained from a database that looks like this:
Hi I have the following bubble sort algorithm (generic code taken from another site)
I have a java application that streams raw data and draws real time plots
This algorithm has been in my mind for a long time, but I cannot
I have a situation. How can I extract AppId that has only taken C++.

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.