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.
You should put that in fixed tests too in the sample test section.
Doc on random tests for your reference
Thank you! Not sure how to make random tests but I will look into that. Also, could you clerify what you mean in the second comment. Do you mean something like -9 * -9 = 81. I am testing for that. If you mean that a negative and a positive make the largest negative product I do not test for that because this is meant to test for largest positive product. Or let me know if I am misunderstanding. Thanks!
Thanks for the feedback! I think there is a bit of confusion here. This is looking for the largest positive product. [-7,234] would result in the largest negative product. Hope this helps.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution