This is an overly simplified and highly modified version of card game Twenty-Nine.
A deck of 100 unique cards (hypothetical) is randomly shuffled and divided into two equal parts. One is given to you and one to bot. Bot plays a card first. Then, you play a card. If your card is higher, you win that round. This is repeated until all cards are played.
Bot plays cards randomly and it will always play the first card. Your task is to devise a strategy so that your routine wins 75 percent or more rounds. Your function will be provided with two inputs, the card played by the bot and cards left to you.
(This is partially dependent on luck. I might change the winning condition (75 percent or more wins currently) depending on performance without re-scoring.)
The Goldbach Conjecture, Part 2
961 Solvers
1310 Solvers
650 Solvers
Getting the indices from a vector
1443 Solvers
Are all the three given point in the same line?
197 Solvers
Problem Tags