Harium / suneidesis

A project to represent knowledge
MIT License
2 stars 1 forks source link

[Math] Sequence solver #14

Open yuripourre opened 6 years ago

yuripourre commented 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.