We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Mathematics
- Fundamentals
- Reverse Game
- Discussions
Reverse Game
Reverse Game
Sort by
recency
|
200 Discussions
|
Please Login in order to post a comment
!/bin/python3
import math import os import random import re import sys
if name == 'main': t = int(input().strip())
The Reverse Game challenge on HackerRank is such a fun puzzle to work through! I love how it really pushes you to think about the problem from a different angle and optimize your approach. Sometimes these logic-based challenges remind me of how different types of games can make you think strategically, even when you're just playing for fun. I’ve found apps like https://aviator-pinup.info/best-aviator-game-app do a great job of blending simple gameplay with a need for quick thinking, which is a cool way to keep the brain sharp when you need a break from coding but still want to stay engaged!
One line solution :)
return k < n/2 ? (2*k + 1) : 2*(n - k - 1)
i don't understand problem ! who can be help me please !!!