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.
Awful description. What does the sale field contains? What type is it?
I did solve this kata with loops. So is that a wrong approach? Cause I don't seem to go anywhere without running loops on list of numbers?
I did the same!
thank you!
"The description on python is bad af, is incomplete, the worse. Please rewrite this."
Two years later, it's still the case!!!
Like what I did
I agree. The largest obstacle in solving this was realising, that transaction_date was not actually a date, but a datetime/timestamp instead.
Thanks.
Just another kata, just another class, just another cat saying meow.
But behind this quiet little function, there’s a storm.
I wrote this in Tehran, on Day 5 of a reality most coders can’t imagine — internet choked, power unstable, drones flying, a regime suppressing both thought and voice.
I’m not here for sympathy. I’m here to leave a marker — a small log in the endless scroll of solutions — to say that we, the people of Iran, are still here, still coding, still human. We are not our government. We are not your enemy.
We want freedom, like you.
And maybe when the ones who hijacked our country are gone, peace won’t just be a comment after solving a kata. It’ll be real.
its alright but definetly not a 7 kyu at all
wtf is this lmao
A solution can pass the tests even with nonsensical rank :/
did you miss square bracket in string for not finding name or card_name
[card name not found]
Can someone tell me if my logic is wrong or there is a bug?
Description says: generate(1,3) should create 3 sets of numbers (for number 1, 2 and 3)
So logicly generate(1,2) should generate 2 sets of numbers (for 1 and 2)
but tests in PHP for generate(1,2) wants only 1 set of numbers.
This comment is hidden because it contains spoiler information about the solution
Description should be language-agnostic
Linking a core concept to solve the kata to an external source is bad, should have mentioned it in the description with clear examples
Loading more items...