Email or username:

Password:

Forgot your password?
Top-level
Kartik Agaram

@neauoire @d6 Neat idea, but here's a counter-example. If the stack countains a space (#20) and a tab (#09), their ORA would be #29, which would return false instead of true.

3 comments
Kartik Agaram

@neauoire Too clever by far for my taste 😄

"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." -- Brian Kernighan

@d6

⛧ esoterik ⛧

@neauoire @akkartik i think comparing the max against #20 would be more straightforward but this works too i guess

Go Up