Pular para o conteúdo principal

2 documentos selecionados com "prefix-sum"

Ver todas os Marcadores

Path Sum III

Given the reference to the root of a binary tree and a value k, return the number of paths in the tree such that the sum of the nodes along the path equals k.

Product of Array Except Self

Given an integer array nums, return an array where each element i represents the product of all values in nums excluding nums[i].