Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
beautiful solution😊
What about...
import random
if random.randint(0, 1e64) < 1: return "Hello world"
Or 1e256 if you're feeling lucky! ;-)
Thanks for the second check!
Regarding to 1, yeah I figured that nothing would stop someone from using the solution at a simpler kata for the 2-kyu one... I come from Project Euler, where I'm used to having an entire library to help me solve stuff haha. I'll keep this in mind for the future!
Regarding 2, I'll remove any reference to codewars from the repo. However, I have three more Sudoku solvers in my GitHub, and since this is a pretty general problem, I think it's a bit weird to not be allowed a Sudoku solver on your repo...
Thanks again for helping me out!
Mmmmh... I "second checked" => Ok, I'll correct that. I missed the link was actually your account (name were different, that tripped me at first check).
BUT:
How can I see if my solution is removed for this reason? I just spend an entire day to write a Sudoku solver which solved most of the problems, and now all my progress is removed? What!?