Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя jyangli

Автор jyangli, история, 6 часов назад, По-английски

You have directed acyclic forest. Every node except root nodes have 1 parent.

Query 1: Change parent of one node or make it a root node(it is guaranteed graph will not have cycle)

Query 2: input a node and output the root of the tree that node is in.

Number of nodes = 2e5 Number of queries = 2e5

Полный текст и комментарии »

  • Проголосовать: нравится
  • -7
  • Проголосовать: не нравится