Beta

Count unique shapes

Description
Loading description...
Geometry
Arrays
Algorithms
  • Please sign in or sign up to leave a comment.
  • Pepe-Padilla Avatar

    This comment has been hidden.

  • Pepe-Padilla Avatar

    After 2 years it seems the description si broken and is not showing the Peaces.

    I found a local solution by inspecting the cells (html td's), and creating a new css style rule fot the td.w, set a color to the background for example: td.w { bacground-color: aqua; }

    • trashy_incel Avatar

      technically, <style> elements are only supposed to be present in the <head> element, so I'm not surprised that it stopped working. I replaced all of the class attributes by inline style attributes, which fixes the description

      Issue marked resolved by trashy_incel last month
    • trashy_incel Avatar

      my hypothesis is that the Codewars' markdown renderer supported <style> declarations at some point but stopped doing so after an update. if someone has a workaround they should edit the description, as the inline CSS blows up the size of the description's source

  • Voile Avatar

    Random tests: modifying the input changes the expected result.

  • dfhwze Avatar

    Suggested tags: arrays, geometry, algorithms

  • dfhwze Avatar

    Error messages are not useful. You have to test the tuple as a whole, not item by item.
    The user wants to see something like this: actual value (1, 0) does not equal expected value (3, 5)

  • dfhwze Avatar

    This comment has been hidden.