Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 208 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 208 Bytes

find_chains_recursive

practice with recursion: I wrote a recursive function which takes as input a sequence of integers and returns a list of the consecutive integers in that sequence.