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.
i guess your writing style is as good as that solution you were talking about lol
It's quite simple - you check all the paths until a & b || c & d returns true. Sometimes there are two possible ways - such as in the banana case. For this reason there is the || in our solution for both recursive paths
impostor syndrome is hitting real hard after seeing this lmfao. great job though!!!
good
nice, nice
Alguien que me pueda dar feedback de mi solucion, no entendi bien lo que pedia, vi las respuestas y entendi, pero igual logre resolverlo a mi manera sin usar sort ni every.
hits is really creative.
too complicated
fair. i just don't like to skip so i do whatever the system offers me so i get the mindset aspect of it and i've spent some time solving this problem. but the problem itself feels really pointless because there's no context to any real life example and i doubt anyone outside of science will ever see it
I would say that this problem is very good for programmers, because it can teach a couple of valuable lessons:
MATHEMATICS
, and people can check the tags and just choose to skip it).Programming is not just about ifs and loops and variables. Thinking and analysis and research are important parts too.
i wish people could stop posting math problems that are irrelevant to 99,99% of programmers
yeah, wanted to use some "to" array methods
This comment is hidden because it contains spoiler information about the solution
The specialized functions are introduced in later katas in the series.
The point of this kata is to write the given function. The point of this kata is not boolean arithmatic.
Loading more items...