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.
Tests all pass everywhere, but somethings going on with the clojure tests across codewars, they never count as passed
im recursively looping through to find the price for the total amount for systemb. I pass the total, the ticket price the percentage, and the number every time. my base case is if systemb > systema return number of tickets
Getting a stack overflow error on the clojure branch. Run the same test cases locally and things work fine.