Open yuripourre opened 6 years ago
Given a sequence of String...terms return how this sequence was generated.
E.g.: 1 2 3 Returns: x+1
// Arithmetic Progression Operation: Sum Factor: 1
Other examples
Sequence solver must be able to guess the next element.
Given a sequence of String...terms return how this sequence was generated.
E.g.: 1 2 3 Returns: x+1
// Arithmetic Progression Operation: Sum Factor: 1
Other examples
Sequence solver must be able to guess the next element.