6 kyu
Simple Fun #65: Matrix Elements Sum
163 of 475myjinxin2015
Loading description...
Puzzles
Matrix
Algorithms
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Markdown formatting in the description is broken.
(Note that changing the description will cause merge conflicts on pending translations.)
no more pending translations
fixed
Haskell translation
python new test framework is required. updated in this fork
Approved
C# tests generate warnings -->
tests/Fixture.cs(114,15): warning CS0219: The variable 'passed' is assigned but its value is never used
Ruby translation should be updated to version 3.0, see relevent information here: https://github.com/codewars/content-issues/wiki/List-of-Ruby-Kata-to-Update
dup comment
Ruby translation should be updated to version 3.0, see relevent information here: https://github.com/codewars/content-issues/wiki/List-of-Ruby-Kata-to-Update
Enabled in this fork + Tests cleaned
I think that for C# it would be better if for input it does not take a jagged array, but instead a normal 2d array.
provide 2D array like
int[,]{{},{},{}...}
? I don't like that kind of array ;-)Awaiting moderator approval