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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T02:35:19+00:00 2026-06-08T02:35:19+00:00

Is there any data structure in which locating a data is independent of its

  • 0

Is there any data structure in which locating a data is independent of its volume ?

  • 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-08T02:35:20+00:00Added an answer on June 8, 2026 at 2:35 am

    “locating a data is independent of volume of data in it” – I assume this means O(1) for get operations. That would be a hash map.

    This presumes that you fetch the object based on the hash.

    If you have to check each element to see if an attribute matches a particular value, like your rson or ern or any other parts of it, then you have to make that value the key up front.

    If you have several values that you need to search on – all of the must be unique and immutable – you can create several maps, one for each value. That lets you search on more than one. But they have to all be unique, immutable, and known up front.

    If you don’t establish the key up front it’s O(N), which means you have to check every element in turn until you find what you want. On average, this time will increase as the size of the collection grows. That’s what O(N) means.

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

Sidebar

Related Questions

is there a data structure, which stores its elements uniquely (for a given compare-Functor)
Is there any data structure in Ruby which is similar to Pascal records? I
Is there any tricky way to implement a set data structure (a collection of
Is there any way to get a map or other data structure of the
Is there any library or documentation/link which gives more information of implementing Trie data
Are there any cases when I would want to use an explicit stack data-structure
Is there any .NET data structure/combination of classes that allows for byte data to
Is there any test-data generation framework out there, specially for Python? To make it
Is there any primitive data type that it's safe to not initialize? How about
Are there any python libraries for data trees? I mean a tree as a

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.