7 kyu

Matrix creation

1,805 of 3,191Dmitry Kudla
Description
Loading description...
Fundamentals
Arrays
Matrix
Linear Algebra
Mathematics
Language Features
  • Please sign in or sign up to leave a comment.
  • JohanWiltink Avatar

    Haskell translation

  • rowcased Avatar

    C Translation (author inactive).

  • 4500zenja1 Avatar

    JS fork updating the test cases and framework to Node.JS v18 (assisted with Katafix)

  • 4500zenja1 Avatar

    For JS Node 18 should be enabled.

  • ahmet_popaj Avatar

    Pretty kata, congratulations.

  • saudiGuy Avatar

    python new test framework is required. updated in this fork

  • marjan Avatar

    Nica kata!

  • user360548 Avatar

    This comment has been hidden.

  • user9644768 Avatar

    Ruby 3.0 should be enabled.

  • FArekkusu Avatar

    C++ tests generate warnings.

  • infamousGodhand Avatar

    This comment has been hidden.

  • GiacomoSorbi Avatar

    By popular demand, previous vote and just mere logic, this kata has been now promoted to 7kyu.

    And if even Voile agrees it was ranked too low, you can be sure it deserved this uprank ;)

  • GiacomoSorbi Avatar

    JS, Ruby, Crystal and c++ translations kumited, cheers :)

  • AndeeG Avatar

    This comment has been hidden.

  • Voile Avatar

    8kyu? This is at least 7kyu.

  • JohanWiltink Avatar

    There is no real reason to specify size > 0. You could just as easily specify size >= 0.

    Not an issue, not even a suggestion, just a remark. But why overlook a perfectly good number?

  • JohanWiltink Avatar

    "identity", not "indentity" matrix.

  • JohanWiltink Avatar

    Please use Test.assertDeepEquals instead of Test.assertSimilar.