Excellent choice of data structure.
Good choice of the list instead of a dictionary. Takes advantage of the fact that the memoization order is guaranteed.
This comment is hidden because it contains spoiler information about the solution
Excellent! Clever and performant.
Nicely done. Best practice using the common EAFP style for Python.
Nicely calibrated tests. Relearned a lot of fundamentals on this one. @AlejandorLazaro, thanks for composing.
Marvelous!
Nice fundamental use of pointers.
Nice handling of the tie condition.
Wonderful! Great use of the fact that there is a finite number of letters to be considered.
I have a preference for avoiding side effects in ternary expressions. I wonder if others would agree.
@awsomeguy563 Consider a recursive solution.
Loading collection data...
Excellent choice of data structure.
Good choice of the list instead of a dictionary. Takes advantage of the fact that the memoization order is guaranteed.
This comment is hidden because it contains spoiler information about the solution
Excellent! Clever and performant.
This comment is hidden because it contains spoiler information about the solution
Nicely done. Best practice using the common EAFP style for Python.
This comment is hidden because it contains spoiler information about the solution
Nicely calibrated tests. Relearned a lot of fundamentals on this one. @AlejandorLazaro, thanks for composing.
This comment is hidden because it contains spoiler information about the solution
Marvelous!
Nice fundamental use of pointers.
Nice handling of the tie condition.
Wonderful! Great use of the fact that there is a finite number of letters to be considered.
I have a preference for avoiding side effects in ternary expressions. I wonder if others would agree.
@awsomeguy563 Consider a recursive solution.
Loading more items...