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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:50:58+00:00 2026-05-22T18:50:58+00:00

I have to make a program that sorts a collection of songs by runtime.

  • 0

I have to make a program that sorts a collection of songs by runtime. I have to analyse a selection of songs, each with a “Title” string, a “Composer” string, and a “Running Time” integer. Input will be piped through stdin, and output will be in stdout.

Here’s an example input:

3
&
Pink Frost&Phillipps, Martin&234933
Se quel guerrier io fossi&Puccini, Giacomo&297539
Non piu andrai&Mozart&234933
M'appari tutt'amor&Flotow, F&252905

And output:

Se quel guerrier io fossi&Puccini, Giacomo&297539
M'appari tutt'amor&Flotow, F&252905
Non piu andrai&Mozart&234933

I know I have to sort these by Running Time, but I’m not sure which sorting algorithm to use. By general knowledge, the two sorting algo’s that come to mind are Merge Sort and Quicksort, because they seem to be the quickest on average. I also have the idea of using a Comparator to compare two “Running time” elements in a Collection.

Could someone please point me in the right direction?

  • 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-22T18:50:59+00:00Added an answer on May 22, 2026 at 6:50 pm

    Just stick to compareTo() method for String or int (running tittle) and use them in your Comparators. Nextly – use Collections.sort() which uses merge sort that is quite good 🙂

    Ah and during runtime you should add those songs to list of songs – ArrayList or LinkedList. And sort them by Collections.sort(yourListName, new yourComparatorName());

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

Sidebar

Related Questions

I have been trying, in vain, to make a program that reads text out
I have a Flash program that needs to make url requests to send data
I need to make the program which have one form that contains PNG image
I have a class where I have to make a program that reads in
I have to make a marks program that displays a set of marks that
I have to make an uninformed search (Breadth-first-Search) program which takes two nodes and
I am new in java. I try to make a program and I have
I am trying to make a simple program with SFML. So far I have
So I have a huge program and decided I should make one of the
In this program I am trying to make, I have an expression (such as

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.