Skip to content

Commit

Permalink
fixed update
Browse files Browse the repository at this point in the history
  • Loading branch information
MJUIUC committed Jan 8, 2017
1 parent 6c1d5c0 commit 1a6c99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenge_7/python/mjuiuc/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Solution

I think I got it figured out. All I had to do was take the sum of the length of the list and then the sum of all the numbers in the list, find the difference betweend those results, and then return the difference modded by the length of the list. The function meets runtime and space requirements.
I think I got it figured out. All I had to do was take the sum of the length of the list and then the sum of all the numbers in the list, find the difference betweend those results, and then return the difference. The function meets runtime and space requirements.

I included some test cases in my solution.

0 comments on commit 1a6c99a

Please sign in to comment.