9 10 11 13 14 15 16 ******* * Complete th * The funct 17 * The funct 1. INTE 2. STRI 4 3. INT 18 ★ 4. IN 19 *1 20 21 vector int m ALL 1. Get the Groups As new students begin to arrive at college, each receives a unique ID number, 7 to n. Initially, the students do not know one another, and each has a different circle of friends. As the semester progresses, other groups of friends begin to form randomly. There will be three arrays, each aligned by an index. The first array will contain a queryType which will be either Friend or Total. The next two arrays, students 1 and students2, will each contain a student ID. If the query type is Friend, the two students become friends. If the query type is Total, report the sum of the sizes of each group of friends for the two students. Example n = 4 12 >
9 10 11 13 14 15 16 ******* * Complete th * The funct 17 * The funct 1. INTE 2. STRI 4 3. INT 18 ★ 4. IN 19 *1 20 21 vector int m ALL 1. Get the Groups As new students begin to arrive at college, each receives a unique ID number, 7 to n. Initially, the students do not know one another, and each has a different circle of friends. As the semester progresses, other groups of friends begin to form randomly. There will be three arrays, each aligned by an index. The first array will contain a queryType which will be either Friend or Total. The next two arrays, students 1 and students2, will each contain a student ID. If the query type is Friend, the two students become friends. If the query type is Total, report the sum of the sizes of each group of friends for the two students. Example n = 4 12 >
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question

Transcribed Image Text:9
10
11
13
14
15
16
*******
* Complete th
* The funct
17
* The funct
1. INTE
2. STRI
4 3. INT
18
★
4. IN
19
*1
20
21
vector<i
student
22
23
2222
24
25 > int m
ALL
1. Get the Groups
As new students begin to arrive at college, each
receives a unique ID number, 7 to n. Initially, the
students do not know one another, and each has a
different circle of friends. As the semester
progresses, other groups of friends begin to form
randomly.
There will be three arrays, each aligned by an index.
The first array will contain a queryType which will
be either Friend or Total. The next two arrays,
students 1 and students2, will each contain a
student ID. If the query type is Friend, the two
students become friends. If the query type is Total,
report the sum of the sizes of each group of friends
for the two students.
Example
n = 4
12
>
AI-Generated Solution
Unlock instant AI solutions
Tap the button
to generate a solution
Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education