Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Revisions

2 of 3
deleted 9 characters in body
ngn
  • 15.6k
  • 2
  • 45
  • 90

JavaScript (Node.js), (削除) 80 (削除ここまで) 73 bytes

f=([x,...y])=>x?f(y).map(z=>x+z).concat(x=='v'?f(y).map(z=>'^'+z):[]):[y]

Try it online!

ngn
  • 15.6k
  • 2
  • 45
  • 90

AltStyle によって変換されたページ (->オリジナル) /