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.
https://www.codewars.com/kata/reviews/63f9bb11a09e9e00014f8718/groups/65484fb01bb889000110248d
There are no actual random tests; the custom RNG used by the tests are not seeded, so all test cases are effectively static.
Trying this kata... seems interesting :-)
Why passing an 'int neurons' param, instead of taking the 'neurons_capacity.size()' in the Brain simulate function ?
Seems like a port from C to C++ ?