(f) Implement a Scala function to determine the number of sequences of (0,1) of length n, that do not have any consecuti
Posted: Fri Jul 08, 2022 6:44 am
(f) Implement a Scala function to determine the number of sequences of (0,1) of length n, that do not have any consecutive ones. Determine the Big-O of your implementation.