Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions solution/0800-0899/0877.Stone Game/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,3 +364,9 @@ impl Solution {
<!-- solution:end -->

<!-- problem:end -->


'''
there is also another way and that is just return True and it would be submitted fine, as both the players are playing optimally, so always Alice would won as having the advantage to pick the first pile.
so return True and you get it 100%.

Loading