Ad
  • Custom User Avatar

    The task is not to reverse the integer.

  • Custom User Avatar

    Having an issue with the tests, all but one pass:
    Test Failed
    expected: (= 2110 (desc-order 1021))
    actual: (not (= 2110 1201))

    Looks like an issue with that test, not reversing the returned integer correctly

  • Custom User Avatar

    I see you are new at CW... Sorry but asking for help is not an issue.

  • Custom User Avatar

    Getting an error with clojure, my code is returning a vector with the correct results, but it's still failing:

    Test Failed
    expected: (= (sq-in-rect 240 32) [32 32 32 32 32 32 32 16 16])
    actual: (not (= nil [32 32 32 32 32 32 32 16 16]))

    Wondering if anyone can help