Ad
  • Custom User Avatar

    Added Clojure translation. Could somebody review please?

  • Custom User Avatar

    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?

  • Custom User Avatar

    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?

  • Custom User Avatar

    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.