Sereja likes to hang around trees. A tree is an undirected graph on N vertices with N-1 edges and no cycles. Sereja has his own peculiar way of comparing two trees. To describe it, let's start with the way Sereja stores a tree. For every tree, Sereja has a value V - the root of the tree, and for every vertex i, he has an ordered list Q[i] with L[i] elements – Q[i][1], Q[i][2], ..., Q[i][L[1] which are children of the vertex i. Sereja assumes two trees to be equal if their roots are the same and for every i, the ordered list Q[i] is the same in both the trees that Sereja compares. So if Sereja has tree#1 given as [V=1, Q[1]=[2, 3], Q[2]=[], Q[3]=[] and tree#2 given as [V=1, Q[1]=[3, 2], Q[2]=0, Q[3]=[]], they will be considered different because Q[1] in the first tree is not equal to Q[1] in the second tree. For any vertex i, Sereja calls number of vertices adjacent to it as E[i). Given an array C of N elements, Let f(C) be the number of different trees (in Sereja's representation) such that there exists a permutation P[1], P[2],. so that E[P[1]]=C[1], E[P[2]]= C[2], ... , E[P[N]]=C[N]. ... , P[N] Sereja gives you the array C. You have to compute the number f(C) modulo 1900000007 (109+7).
Sereja likes to hang around trees. A tree is an undirected graph on N vertices with N-1 edges and no cycles. Sereja has his own peculiar way of comparing two trees. To describe it, let's start with the way Sereja stores a tree. For every tree, Sereja has a value V - the root of the tree, and for every vertex i, he has an ordered list Q[i] with L[i] elements – Q[i][1], Q[i][2], ..., Q[i][L[1] which are children of the vertex i. Sereja assumes two trees to be equal if their roots are the same and for every i, the ordered list Q[i] is the same in both the trees that Sereja compares. So if Sereja has tree#1 given as [V=1, Q[1]=[2, 3], Q[2]=[], Q[3]=[] and tree#2 given as [V=1, Q[1]=[3, 2], Q[2]=0, Q[3]=[]], they will be considered different because Q[1] in the first tree is not equal to Q[1] in the second tree. For any vertex i, Sereja calls number of vertices adjacent to it as E[i). Given an array C of N elements, Let f(C) be the number of different trees (in Sereja's representation) such that there exists a permutation P[1], P[2],. so that E[P[1]]=C[1], E[P[2]]= C[2], ... , E[P[N]]=C[N]. ... , P[N] Sereja gives you the array C. You have to compute the number f(C) modulo 1900000007 (109+7).
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
100%
![Sereja likes to hang around trees. A tree is an undirected graph on N vertices with
N-1 edges and no cycles. Sereja has his own peculiar way of comparing two trees.
To describe it, let's start with the way Sereja stores a tree. For every tree, Sereja
has a value V– the root of the tree, and for every vertex i, he has an ordered list
Q[i] with L[i] elements – Q[i][1], Q[i][2], ..., Q[iLI] which are children of the
vertex i. Sereja assumes two trees to be equal if their roots are the same and for
every i, the ordered list Q[i] is the same in both the trees that Sereja compares.
So if Sereja has tree#1 given as [V=1, Q[1]=[2, 3], Q[2]=[], Q[3]=0] and tree#2
given as [V=1, Q[1]=[3, 2], Q[2]=[], Q[3]=[]], they will be considered different
because Q[1] in the first tree is not equal to Q[1] in the second tree.
For any vertex İ, Sereja calls number of vertices adjacent to it as E[i).
Given an array C of N elements, Let f(C) be the number of different trees (in
Sereja's representation) such that there exists a permutation P[1], P[2], ... , P[N]
so that E[P[1]]=C[1], E[P[2]]= C[2], ... , E[P[N]]=C[N].
Sereja gives you the array C. You have to compute the number f(C) modulo
1000000007 (109+7).](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Ff3595515-96ff-4c87-b507-d997a50d99e4%2F437c5f67-dac2-45a8-a15e-8695e0471563%2Fsmgs0jo_processed.jpeg&w=3840&q=75)
Transcribed Image Text:Sereja likes to hang around trees. A tree is an undirected graph on N vertices with
N-1 edges and no cycles. Sereja has his own peculiar way of comparing two trees.
To describe it, let's start with the way Sereja stores a tree. For every tree, Sereja
has a value V– the root of the tree, and for every vertex i, he has an ordered list
Q[i] with L[i] elements – Q[i][1], Q[i][2], ..., Q[iLI] which are children of the
vertex i. Sereja assumes two trees to be equal if their roots are the same and for
every i, the ordered list Q[i] is the same in both the trees that Sereja compares.
So if Sereja has tree#1 given as [V=1, Q[1]=[2, 3], Q[2]=[], Q[3]=0] and tree#2
given as [V=1, Q[1]=[3, 2], Q[2]=[], Q[3]=[]], they will be considered different
because Q[1] in the first tree is not equal to Q[1] in the second tree.
For any vertex İ, Sereja calls number of vertices adjacent to it as E[i).
Given an array C of N elements, Let f(C) be the number of different trees (in
Sereja's representation) such that there exists a permutation P[1], P[2], ... , P[N]
so that E[P[1]]=C[1], E[P[2]]= C[2], ... , E[P[N]]=C[N].
Sereja gives you the array C. You have to compute the number f(C) modulo
1000000007 (109+7).
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps with 1 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
Knowledge Booster
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.Recommended textbooks for you
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
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)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
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)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education