Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I placed the data in the sample test suite for visibility as well as removed DAYS/WEEKS as arguments as mentioned in the (above) ISSUE.
A link has been made available in the (above) ISSUE.
Here is an updated version without DAYS / WEEKS passed as arguments, and with the data set visible in the sample test suite
C translation fork
@Blind4Basics thanks for the heads up
They aren't...
sample tests should never be random/randomized :o
Maybe the monk takes every Thursday off. Maybe his monastic calendar doesn't use a 7-day week.
In C, an array is not a native data type, nor is it an object. It's defined by a pointer (starting address), data type (element size), and length (element count). So it's common for arrays to be passed as a pointer and a length for each dimension.
In this exercise,
days
may be unnecessary, but it's also not an issue.How would displaying 364 randomized integers help with the exercise? The user can easily print the matrix values if they wish.
@rowcased: see issues above, plz
writen at the top of the trainer page.
What version of Phyton is this?