Added a poker question #16
Open
Drexregion wants to merge 3 commits into
Open
Conversation
|
|
||
| Welcome to **divine**! Here is the problem statement: | ||
|
|
||
| You are playing a poker game and the final round that could cost you millions of dollars is to pick a card from a list of cards which is arranged in ascending order that contains a number that is given to you in the shortest amount of time, which way would you take to pick that card and in the shortest amount of time possible so that you can cash out millions of dollars!!!! No newline at end of file |
Collaborator
There was a problem hiding this comment.
I would rewrite this question. It isn't very clear on what it is asking. Why do you have to pick a card quickly?
Suggested change
| You are playing a poker game and the final round that could cost you millions of dollars is to pick a card from a list of cards which is arranged in ascending order that contains a number that is given to you in the shortest amount of time, which way would you take to pick that card and in the shortest amount of time possible so that you can cash out millions of dollars!!!! | |
| You are playing a card game. This final round could win you millions of dollars. You are given a card number and a list of cards. The list is in ascending order. Your task is to find the card number you are given in that list of cards in the shortest time possible. If you're too slow you will not win. |
Collaborator
There was a problem hiding this comment.
I think the change of framing @OfErosAngel suggested is a great idea. Poker is not usually done in this way so moving to just "a card game" makes this more intuitive.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.