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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:29:43+00:00 2026-06-12T23:29:43+00:00

I am hesitating what is the suitable data structure to save the following data

  • 0

I am hesitating what is the suitable data structure to save the following data form:

  1. an integer represents min number
  2. an integer represents max number
  3. a string contains a message

So that if I have a result_number I can –

  1. check if result_number lies between the min & max number
  2. and display the corresponding message

So what is the appropriate data structure?

  • 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-12T23:29:48+00:00Added an answer on June 12, 2026 at 11:29 pm

    If the number of intervals is small, use a class with three members (min, max, and message), store them in a list, and run a linear search.

    If the number of intervals is overwhelming, and the timing requirements make linear search prohibitive, create an interval tree, ans associate the messages with its leaf nodes.

    If the intervals are not overlapping, you can create an interval class with two ends, and store interval objects in a TreeMap using their left boundary to compare intervals. With this TreeMap in hand, you can find an interval quickly by calling floorEntry on the number that you are trying to locate and checking if the returned interval key overlaps the value that you are looking for.

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

Sidebar

Related Questions

I'm hesitating whether or not to use this mechanism. PHP Doc says autoloading is
I'm hesitating between two designs of a database project using Hibernate. Design #1. (1)
The C++ std algorithms define a number of algorithms that take an input and
I have the code similar to the following: <p>This is paragraph 1. Lorem ipsum
I'm making a browser MMO using PHP and MySQL. I'm hesitating between two ways
I am starting a chess program. Within that frame, I am hesitating between two
I am writing a program that performs different string operations on every letter of
i'm beginning a phonegap application, but i'm hesitating about which CSS and JS framework
I am writing a new code in Fortran and hesitating between using allocatable arrays
In few months I start a project in PHP and I am hesitating to

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.