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.
Haskell translation
done :)
Please add examples to the description. I think I understand it better after reading the comments, but I feel like every kata should have examples (input/output).
came back and finished. rated "very". thank you for such a fun and interesting kata!
Approved by someone
still some solutions don't pass because of this lack of khat, besides it is also a parameter
Haskell translation
I'm really enjoying this kata! It's interesting and unique. It has multiple levels of discovery for the uninitiated to a) braille unicode (cool!) b) Hamming distance (also cool!). However, I got bogged sown on the ligatures and text parsing. I think this kata could be split into two. The easy version without ligatures, then a harder version with ligatures. Really love this concept and very fun to grapple with, but will have to come back later to aolve as the ligatures are throwijg me for a loop. Without them i'd have solved already with "very" satisfied rating.
I don't have a ref at hand. You could poke him on Discord.
Actually I am unfamiliar with B4B's module blocker. Could you link a reference?
💀
You may want to use B4B's module blocker instead, I think it prohibits these kind of solutions from passing. Include libraries that read from system or http requests while you are at it; req, pip, .. (not sure which ones)
...or just lean back and accept defeat :-D
Or make a whitelist of allowed modules, such as math, functools, itertools, perhaps also numpy. I don't know what's the best option.
Thanks, I was looking for that exact solution of mine :-D
Loading more items...