Skip to content

Mona#12

Open
MonaRahmani wants to merge 2 commits intoAda-C14:masterfrom
MonaRahmani:master
Open

Mona#12
MonaRahmani wants to merge 2 commits intoAda-C14:masterfrom
MonaRahmani:master

Conversation

@MonaRahmani
Copy link

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 Mona, you hit the learning goals here. Well done.

# Space Complexity: o(1)

def max_sub_array(nums)
return 0 if nums == nil

Choose a reason for hiding this comment

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

Suggested change
return 0 if nums == nil
return 0 if nums == nil
return nil if nums.length == 0

Comment on lines +3 to 5
# Time complexity: 0(n)
# Space Complexity: 0(n)
def newman_conway(num)

Choose a reason for hiding this comment

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

👍

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