help to solve Project in java language

Discussion in 'Java' started by medo, Apr 24, 2010.

  1. medo

    medo New Member

    Joined:
    Apr 24, 2010
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    · By using java language creates a Double Link List, each node will have an object of Clinic's data (id, name and a Queue of Patients data (id, name, drugs)), then create the following methods:
    • Insert: to insert new clinic with all of its data.
    • DeleteC: to delete a specific clinic.
    • DeleteP: to delete a specific patient.
    • PrintC: to print clinic's data.
    • PrintP: to print the patients' data.
    • Search: to search a bout any patient.
    • Update: to update the patient drug data.
    • CountP: to find the number of patients in each clinic.
    • Max: to find the name of the clinic with the maximum number of patients.
    • Split: to split the DoubleLinkList
     
  2. gethighprlinks

    gethighprlinks New Member

    Joined:
    Mar 26, 2010
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    I have read this post and hope can solve the problems, but before that I will share this one with my friends...
     
  3. medo

    medo New Member

    Joined:
    Apr 24, 2010
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    thanks you
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice