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.
Added Clojure translation. Could somebody review please?
What is memory releasing contract for languages with explicit memory management?
C++
compile
implementation suggested definitely leads to memory leaks.Also, my attempts cause unclear segfaults (exit code 139). Could someone clarify memory alloc/free policy of the kata?
What is memory releasing contract for languages with explicit memory management?
C++
compile
implementation suggested definitely leads to memory leaks.Also, my attempts cause unclear segfaults (exit code 139). Could someone clarify memory alloc/free policy of the kata?
It would be great to state explicitly that all numbers should be handled as floating point numbers. Initially, I tried to preserve integral arithmetics whenever possible, and it was wrong solution.