Saltar al contenido principal

2 documentos etiquetados con "prefix-sum"

Ver Todas las Etiquetas

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].