fn build_delta_sequences(sequence: &Vec<i64>) -> Vec<Vec<i64>>
Expand description

Given a list of integers, return the sequence of sequences generated by recursively calling build_delta_sequence on the previous sequence until a sequence of 0s is generated