Prepare a list of customers that each of the four brokers (Benson, Kennedy, Hilda and Nat) have.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter12: Points, Classes, Virtual Functions And Abstract Classes
Section: Chapter Questions
Problem 29SA
icon
Related questions
Question
100%

QUESTION ATTACHED

c. The figure below shows four brokers of a Goldie Brokerage Services Ltd; and
each broker has his own list of customers. All four lists of customers appear in
the same array CUSTOMER, and the array LINK contains the next pointer
fields of the nodes of the lists. There is also an array BROKER which contains
the list of brokers, and a pointer array POINT such that POINT[K] points to the
beginning of the list of customers of BROKER[K].
BROKER
ΡΟINT
CUSTOMER
LINK
1
Bamson
12
1
Vito
4
2
Kennedy
3
Alexander
11
3
Hilda
2
3
Hunter
14
4
Nathan
4
Katz
Adelaide
13
Evans
7
8
Rogers
15
Teller
10
10
Jones
19
11
Davidson
5
→12
Grant
17
13
Rexy
14
McBride
Weston
Scott
1
19
William
8
20
Prepare a list of customers that each of the four brokers (Benson, Kennedy, Hilda
and Nat) have.
Transcribed Image Text:c. The figure below shows four brokers of a Goldie Brokerage Services Ltd; and each broker has his own list of customers. All four lists of customers appear in the same array CUSTOMER, and the array LINK contains the next pointer fields of the nodes of the lists. There is also an array BROKER which contains the list of brokers, and a pointer array POINT such that POINT[K] points to the beginning of the list of customers of BROKER[K]. BROKER ΡΟINT CUSTOMER LINK 1 Bamson 12 1 Vito 4 2 Kennedy 3 Alexander 11 3 Hilda 2 3 Hunter 14 4 Nathan 4 Katz Adelaide 13 Evans 7 8 Rogers 15 Teller 10 10 Jones 19 11 Davidson 5 →12 Grant 17 13 Rexy 14 McBride Weston Scott 1 19 William 8 20 Prepare a list of customers that each of the four brokers (Benson, Kennedy, Hilda and Nat) have.
Expert Solution
steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning