Teaching Kids Programming – Sum of Distinct Positive Factorial Numbers
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a positive integer n, return whether n can be written as the sum of distinct positive factorial numbers. Example …