Skip to content

Earth - Jasmine#20

Open
jasyl wants to merge 1 commit intoAda-C14:masterfrom
jasyl:master
Open

Earth - Jasmine#20
jasyl wants to merge 1 commit intoAda-C14:masterfrom
jasyl:master

Conversation

@jasyl
Copy link

@jasyl jasyl commented May 16, 2021

No description provided.

Copy link

@CheezItMan CheezItMan left a comment

Choose a reason for hiding this comment

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

Nice work Jasmine, you hit the learning goals here. Well done.

Comment on lines +2 to 4
# Time Complexity: O(n) where n = nums
# Space Complexity: O(1) only storing integers
def max_sub_array(nums)

Choose a reason for hiding this comment

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

👍

Comment on lines +3 to 5
# Time complexity: O(n) where n is num
# Space Complexity: O(n) function stack call & array of (n) values
def newman_conway(num)

Choose a reason for hiding this comment

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

👍 Nice work

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