Given a string S of digits, such as S = "123456579", we can split it into a Fibonacci-like sequence [123, 456, 579]. Formally, a Fibonacci-like sequence is a list F of non-negative integers such that: ...
Add a description, image, and links to the array-split topic page so that developers can more easily learn about it.