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 need help with this one. My NASM fails the random tests.
I went and did it in C and I managed, but still my NASM seems to choose at random.
@boandli is definitely onto something, I came here to report the same. The current problem statement requires
"all"
for 1 student, but the tests say otherwise. His post isn't labelled as an issue, so I'm raising it separately.This task definetely has a problem. My solution passed the test, and then failed with error kind of "expected Michael, but got Abram". (By the way, it's way too small information to solve the problem). But wonder is: then attempt was good without any changes in solution. I think, it should not be.
Description specifies what to arbitrarily return if
students.length===1
and completely ignoresstudents.length===0
.