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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T16:35:09+00:00 2026-05-28T16:35:09+00:00

For my algorithm design class homework came this brain teaser: Given a list of

  • 0

For my algorithm design class homework came this brain teaser:

Given a list of N distinct positive integers, partition the list into two 
sublists of n/2 size such that the difference between sums of the sublists 
is maximized.
Assume that n is even and determine the time complexity.

At first glance, the solution seems to be

  1. sort the list via mergesort
  2. select the n/2 location
  3. for all elements greater than, add to high array
  4. for all elements lower than, add to low array

This would have a time complexity of O((n log n)+ n)

Are there any better algorithm choices for this problem?

  • 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-28T16:35:10+00:00Added an answer on May 28, 2026 at 4:35 pm

    Since you can calculate median in O(n) time you can also solve this problem in O(n) time. Calculate median, and using it as threshold, create high array and low array.

    See http://en.wikipedia.org/wiki/Median_search on calculating median in O(n) time.

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

Sidebar

Related Questions

Design an algorithm , FindElement(a,p), where a is two-dimensional square array of positive integers
I started reading Algorithm Design Manual, and while reading it I came across one
One of the assignments in my algorithms class is to design an exhaustive search
The median of five is sometimes used as an exercise in algorithm design and
I've been thinking recently on using the Object Oriented design in the sorting algorithm.
Algorithm to generate all possible letter combinations of given string down to 2 letters
What algorithm to use to calculate a check digit for a list of digits?
I am making a program using the LRV(Least recently visited) Algorithm. Basically, I design
I am making a program using the LRV(Least recently visited) Algorithm. Basically, I design
I'm trying to design a class hierarchy with a bunch of similar classes that

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.