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.
Today, I want to share a pivotal moment in my coding journey that has transformed my understanding and appreciation of while loops. Not long ago, I found myself grappling with the complexities of these seemingly simple constructs. My mental models felt muddled, and I often struggled to visualize how they operated within my code. The frustration was real, and I was yearning for clarity.
Then came THIS coding challenge that introduced me to the beauty of nested loops. As I engaged with the problem, something magical happened. One line of code led to another, and with each nested loop, I began to unravel the intricate dance of logic and flow. The once-confusing world of while loops became a vivid tapestry in my mind, each loop representing a vital thread in the action sequence I was constructing.
In the process, I discovered that while loops don’t just execute a block of code—they echo the rhythm of our thoughts and actions. They represent a series of choices, each one leading us closer to a solution. As I worked through the challenge, I saw my ideas take shape and my confidence grow. I no longer viewed loops as mere constructs; instead, they became a harmonious sequence of actions, each contributing to a greater purpose.
Now, I possess a clear, structured mental model of while loops and their nested counterparts. It’s as if a fog has lifted, revealing a pathway of logic that was once obscured. This experience has not only enhanced my coding skills but has also inspired me to embrace challenges with renewed enthusiasm. Each loop now symbolizes a journey, a series of decisions leading to discovery.
Thank you, nested loops, for illuminating my path and reshaping my understanding. You've not only changed my approach to coding but have also fueled a passion that drives me to explore and learn even more. Here’s to the beauty of loops and the clarity they can bring to our minds!
Trick question regarding the initial wordset. Katas should be confined to testing knowledge of python rather than tricky stuff like the initial word List
OP solved it, closing
Description should be language-agnostic
No sample tests in JS
Node 18. (
mocha + chai
) should be enabledCS test setup is flawed
This comment is hidden because it contains spoiler information about the solution
Your solution does not conform to all requirements, it is not a kata issue. You need to re-read the description carefully.
Hi. Python can not pass fixed tests. When do attempt random are passed but 5 fixed no even first tests were completely fine
JS issues have been resolved.
CS still needs to be updated.
approved
JavaScript fork, added sample tests, random tests, updated to Chai and latest Node.
Approved
Approved
Approved
Loading more items...