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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T02:59:08+00:00 2026-05-21T02:59:08+00:00

I have a class called Person The person class stores 6 bits of data

  • 0

I have a class called Person

The person class stores 6 bits of data

System generated ID (integer)
Name
Age
Website URL
Number (float)
Number (float)

I want to store this object and access it later.

Would be be a good idea storing it in an NSDictionary (or NSMutableDictionary) or using an NSArray (or NSMutableArray)

The types of tasks I will be performing are

  1. Searching
  2. Adding new items
  3. Removing items

Eventually I’ll be writing my class out to disk and reading it when the application launches.

  • 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-21T02:59:09+00:00Added an answer on May 21, 2026 at 2:59 am

    How many Person objects do you intend to store? Which attributes do you intend to search for them by?

    If you want to be able to look up a person by any of those attributes, you would need six dictionaries to do so at full O(1) dictionary efficiency. With an array you could get O(n) in general, or you could sort by one key and get O(logN) for that key and O(n) for the others.

    In the interests of simplicity, unless you have a very large number of Person objects, I would suggest using an array.

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

Sidebar

Related Questions

I have a string like (Name := Sam&&Age=:17&& Score:=C6) and a class called Person
Suppose I have a class called Person: public class Person { private String name,
I have a class called Person, which contains various properties such as first name,
Im having rather an annoying problem. I have a class called Person and a
I have one class called Person that basically looks like: public class Person {
Say I have a class called Person, and it contains things such as last
I have an ORM class called Person, which wraps around a person table: After
I have Class called Person containing to properties, Father and List of Children. I
If you have, for example, a database table called Person (ID,Name etc) what kind
I have a class called Person - public class Person implements Nameable { private

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.