AlgoUniversity
  • Go Back
Discussion
Tree Maximum :

Author

Ayush Gangwani

Difficulty Level : Hard

Submissions : 113

Asked In : Tech-Mahindra

Marks :20

: 2 | : 0

You are given a rooted tree consisting of $$$n$$$ nodes. The nodes are numbered $$$1,2,…,n,$$$ and node $$$1$$$ is the root. Each node has a value associated with it.

Your task is to process following types of queries:

  • change the value of node $$$s$$$ to $$$x$$$.
  • calculate the maximum of values of nodes contained in the subtree of node $$$s$$$.

Input

The first input line contains two integers $$$n$$$ and $$$q$$$ $$$(1 \le n,q \le 2 \cdot 10^5)$$$ — the number of nodes and queries. The nodes are numbered $$$1,2,…,n$$$.

The next line has $$$n$$$ integers $$$v_1,v_2,…,v_n$$$ $$$(1 \le v_i \le 10^9)$$$ — the value of each node.

Then there are $$$n−1$$$ lines describing the edges. Each line contains two integers $$$a$$$ and $$$b$$$ $$$(1 \le a,b \le n)$$$ — denoting that there is an edge between nodes $$$a$$$ and $$$b$$$.

Finally, there are $$$q$$$ lines describing the queries. Each query is either of the form "1 s x" or "2 s" $$$(1 \le s \le n, 1 \le x \le 10^9)$$$.

Output

Print the answer to each query of type $$$2$$$.

Example

Input
5 3
4 2 5 2 1
1 2
1 3
3 4
3 5
2 3
1 5 6
2 3
Output
5
6

You need to login to view your submissions.

You need to login to view all submissions.

Loading...

Result : Executed

Loading...

Feel something is wrong with the test cases?

Result : Accepted

Test Cases :

You need to Log In
We're glad that you want to attempt this problem!

But to Run or Submit the Problem, you need to Log In.

Continue to Log In
Challenge Submitted!

Your challenge has been submitted successfully.

You will get a response soon via WhatsApp or Email.

Challenge
Facing issue while trying to solve the problem! Don't worry, we got you covered!

Do let us know your issue.

Looks good!
Please enter your issue / feedback.

How do we get in touch with you?
Looks good!
Please enter your phone no.
Looks good!
Please enter your email address.