Skip to content

Commit

Permalink
newman Conway comments for lib
Browse files Browse the repository at this point in the history
  • Loading branch information
CheezItMan committed Aug 6, 2021
1 parent aa19538 commit 23e5a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/newman_conway.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Time complexity: ?
# Space Complexity: ?
def newman_conway(num):
""" Returns the Newman Conway number for the given num.
""" Returns a list of the Newman Conway numbers for the given value.
Time Complexity: ?
Space Complexity: ?
"""
Expand Down

0 comments on commit 23e5a94

Please sign in to comment.