ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 08 May 2017 My Price 8.00

Online Address Book Revisited

There are two here if you can fix both that would be great if not at least one of them thanks

 

 

1) (Online Address Book Revisited) Programming Exercise 9 in Chapter 3 could handle a maximum of only 500 entries. a.Using linked lists, rewrote the program specified in Exercise 9 in Chapter 3 to handle as many entries as required.

1) Added data structure for node that contained info and a link pointer

2) Pointers defined for the first, last and new nodes

The following operations were added

b. Add a new entry to the address book

c. Delete an entry from the address book

c. When the program terminates, write the data in the address to a disk. (addressBookType::saveData (ofstream& outFile)

 

12) (Linked List with Header and Trailer Nodes) This chapter defined and identifed various operation on a linked list with header and trailer nodes.

a. Write the definitions of the class that defines a linked list with header and trailer nodes as an ADT.

1) Data structures for node

2) Pointer to the first node

3) Pointer to the min item

4) Pointer to the max item

 

b. Write the definitions of the member functions of the class defined in (a) (You may assume that the elements of the linked list with header and trailer nodes are in ascending order.)

1) Initialize list

2) Destroy the list

3) Print the list

4) Search for a given item in the list

5) Insert and item in the list

6) Delete an item from the list

7) Copy the list

c. Write a program to test various operations of the class.

Attachments:

Answers

(11)
Status NEW Posted 08 May 2017 05:05 AM My Price 8.00

-----------

Attachments

file 1494223369-Solutions file 2.docx preview (51 words )
H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly -----------onl-----------ine----------- an-----------d g-----------ive----------- yo-----------u e-----------xac-----------t f-----------ile----------- an-----------d t-----------he -----------sam-----------e f-----------ile----------- is----------- al-----------so -----------sen-----------t t-----------o y-----------our----------- em-----------ail----------- th-----------at -----------is -----------reg-----------ist-----------ere-----------d o-----------n -----------THI-----------S W-----------EBS-----------ITE-----------. ----------- Th-----------ank----------- yo-----------u -----------
Not Rated(0)