Results 1 to 2 of 2

Thread: best data structure

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 1999
    Location
    New Jersey
    Posts
    334

    best data structure

    Hi everybody. I'm trying to choose the best data structure to hold the following information:

    I have a Student class, which consists of several data member and methods. I need to be able to process a list of thousands of Students in any order, but I also need to be able to reference each Student from the list individually. I will adding to and removing form the list very frequently.

    Would an ArrayList make the most sense for this?

    Thanks.
    Last edited by spandex44; May 11th, 2004 at 06:19 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width