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 5
added 360 characters in body
Shaggy
  • 45k
  • 4
  • 39
  • 95

Japt -g, 9 bytes

ü üÊÌcÌñÊ

Try it

ü üÊÌcÌñÊ :Implicit input of array
ü :Group & sort by value
 ü :Group & sort by
 Ê : Length
 Ì :Last element
 c :Flat map
 Ì : Last element
 ñ :Sort by
 Ê : Length
 :Implicit output of first element
Shaggy
  • 45k
  • 4
  • 39
  • 95

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