advent-js-2023 icon indicating copy to clipboard operation
advent-js-2023 copied to clipboard

Edge cases para reto 5

Open augusticor opened this issue 1 year ago • 0 comments
trafficstars

Intenta probar estos edge cases para el reto 5, ya que fallan

  1. Road '.*S..........' and time 5
  • Expected
  • Received

    Array [ ".S..........", "..S.........",

  • ".*..S........",
  • ".*...S.......",
  • ".*....S......",
  • ".*.*S........",
  • "...S.......",
  • "...*S......", ]
  1. Road '|S.|..' and time 7
  • Expected
  • Received

    Array [ "|S.|..", "|.S|..", "|.S|..", "|.S|..", "|.S|..",

  • "*..S..",
  • "*..*S.",
  • "*.SS..",
  • "*.SSS.", ]

augusticor avatar May 20 '24 14:05 augusticor