Skip to content

#33473 - Classic 13 Coins Problem #33474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

#33473 - Classic 13 Coins Problem #33474

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 9, 2024

This is an auto-generated PR that auto reflect on #33473, please go to #33473 for discussion or making changes.

Closes #33473

@github-actions github-actions bot force-pushed the pulls/33473 branch 3 times, most recently from 905cf7e to 5647283 Compare June 10, 2024 01:11
@@ -0,0 +1,37 @@
type Weigh1 = {Left: 1 | 2 | 3 | 4 | 5 | 6, Right: 7 | 8 | 9 | 10 | 11 | 12}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the template or the solution? At first glance, I don't know where we should start.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a very valid point. I added some comments to help clarify the template, but I understand it might still be confusing at first glance. I'll revisit this later to see if there are other ways to make it more intuitive and user-friendly. Thanks

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image image image

Added 3 types aims to offer additional details about the situation.

@antfu
Copy link
Member

antfu commented Jun 12, 2024

This is too extreme I don't even understand what is going on 😂

@github-actions github-actions bot force-pushed the pulls/33473 branch 2 times, most recently from 7bc6448 to e17bb5d Compare June 12, 2024 19:03
@teamchong
Copy link

teamchong commented Jun 12, 2024

This is too extreme I don't even understand what is going on 😂

I have updated the starting template to include more instructions. Additionally, here is a wiki article I found that explains the problem in more detail. You can also check out one of the expected solutions here.

@github-actions github-actions bot force-pushed the pulls/33473 branch 5 times, most recently from f0e9f4f to 94d8c94 Compare June 14, 2024 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Classic 13 Coins Problem
2 participants