When working with data streams, logs, or financial time-series data, it's often important to detect continuous chunks of values that add up to a specific target. This C# solution is particularly useful when working with time-series arrays in .NET, or...