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 Answer

added 26 characters in body
Source Link
Luis Mendo
  • 106.7k
  • 10
  • 139
  • 382

Jelly, 3 bytes

œ&/

Input isTakes a single input argument with a list of strings.

Try it online!

Explanation

Reduce (/) using multiset intersection (œ&).

Jelly, 3 bytes

œ&/

Input is a list of strings.

Try it online!

Explanation

Reduce (/) using multiset intersection (œ&).

Jelly, 3 bytes

œ&/

Takes a single input argument with a list of strings.

Try it online!

Explanation

Reduce (/) using multiset intersection (œ&).

Source Link
Luis Mendo
  • 106.7k
  • 10
  • 139
  • 382

Jelly, 3 bytes

œ&/

Input is a list of strings.

Try it online!

Explanation

Reduce (/) using multiset intersection (œ&).

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