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.
CRAZY STUFF HERE!
Bruv! Thanks! I had a print statement somewhere i didnt see)) Dope!
"Max Buffer Size Reached" sound like you (or the tests) are writing too much to the console. Do you have a
console.log()
in your solution?I wrote my solution, passed all the tests, however, got 1 error at the end: Max Buffer Size Reached (1.5mb) .... I would not call my code super efficient, as it uses recursion. I looked at reduce-row-echelon algorithm, maybe that one would be more efficient