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 meant that the two strings in the test runner are static, so only available to that compilation unit.
Are the two strings supposed to be static? Cause then they can't be accessed in the separate NASM module that we're writing as far as I can tell
This comment is hidden because it contains spoiler information about the solution
Just got
point = [-6015, 3783]
andvector = [[-1639, 9654], [-1263, 4157]]
as a random test case. Seems pretty obvious that the point is left of the line segment. This graph makes that evident. Am I misinterpretting the question? The way I see it, it's asking if the point is left/right/on the line if the given line segment were extended infinitely in both directions.This comment is hidden because it contains spoiler information about the solution
Why would
'999m'
be prefered over'9.99hm'
?I feel like this would be even more interesting if it could flatten nested lists. For example:
I feel like this should be able to be accomplished using reduce and recursion somehow, but I can't think of how without typechecking :/
This comment is hidden because it contains spoiler information about the solution
+1 for a cool name :P
This comment is hidden because it contains spoiler information about the solution