Skip to content

Conversation

@KitSutliff
Copy link

No description provided.

Copy link

@kyra-patton kyra-patton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💫😎 Excellent work Kit!

Time Complexity: ?
Space Complexity: ?
Time Complexity: O(n)
Space Complexity: O(1)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# for n in nc_nums:
# string_list.append(str(n))

def sequence(num):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎 Nice job also implementing a recursive version

""" Returns a list of the Newman Conway numbers for the given value.
Time Complexity: ?
Space Complexity: ?
Time Comnewmanslexity: O(n)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎 Nice work on the Comnewmanslexity!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants