Skip to main content
Post Undeleted by The Thonnu
Fix
Source Link
The Thonnu
  • 18.7k
  • 3
  • 19
  • 76

Thunno 2 v, 6 bytes

ıʠ€ạ;ạ 

Try it online!Try it online!

Explanation

ıʠ€ạ;ạ # Implicit input ı ; # Map: ʠ # Powerset of the string € # For each one: ạ # Check if all equal ạ # Check if all equal # Implicit output 

Thunno 2 v, 6 bytes

ıʠ€ạ;ạ 

Try it online!

Explanation

ıʠ€ạ;ạ # Implicit input ı ; # Map: ʠ # Powerset of the string € # For each one: ạ # Check if all equal ạ # Check if all equal # Implicit output 

Thunno 2, 6 bytes

ıʠ€ạ;ạ 

Try it online!

Explanation

ıʠ€ạ;ạ # Implicit input ı ; # Map: ʠ # Powerset of the string € # For each one: ạ # Check if all equal ạ # Check if all equal # Implicit output 
Post Deleted by The Thonnu
Source Link
The Thonnu
  • 18.7k
  • 3
  • 19
  • 76

Thunno 2 v, 6 bytes

ıʠ€ạ;ạ 

Try it online!

Explanation

ıʠ€ạ;ạ # Implicit input ı ; # Map: ʠ # Powerset of the string € # For each one: ạ # Check if all equal ạ # Check if all equal # Implicit output