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.
This is written in a vague way. What is the name of the input database?
Can the user even run a basic
SELECT *
FROM table
to see the contents of what are in any given table.
This comment is hidden because it contains spoiler information about the solution
Hi I have found a solution that works for all basic cases and the cases I have used in my terminal in Python. I have been using a list comprehension and get a memory error on the full set of test cases, presumably I need to optimize my function. I have read that I could use generators though I don't have an idea of how to set up a generator such that it optimizes memory and can still count all of the occurrences of those divisibly by k. Any help?
This comment is hidden because it contains spoiler information about the solution