8 kyu
Quadrants
3,360 of 21,713EntityPlantt
Loading description...
Fundamentals
Mathematics
Geometry
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Haskell translation
approved :]
This comment has been hidden.
Because this is not how Codewars work. See this article for some explanation.
Here u can't. Use code redactors. For convience i am using an online redactor when using code wars.
Lua translation !
Approved
Nasm translation
Approved.
Scala translation
Approved
This comment has been hidden.
You should
return
the result instead ofprinting
it. Read this for more infoThank you, that dit it.
This comment has been hidden.
Are you submitting this code to CodeWars? Please first read the CodeWars submitting tutorial, you ought to submit a function that takes params as input and returns the output, not a full-working UI for other uses.
Example:
Also please use markdown format tags when you post code or it is not usable, particularly in Python where the indentation is crucial. See there: https://docs.codewars.com/references/markdown/#code-block
This comment has been hidden.
This comment has been hidden.
Hoping they add support for Dart v3.0, pattern matching with
switch
/case
would be very helpful hereCoffeeScript translation
Approved in fork with cleaned up assertion messages.
Dart translation
Approved!
This comment has been hidden.
I think its quite clear. Especially if you look at the graph. Basically its just asking you to say which quarter a set of co-ordinates will be in. Top right = 1, top left = 2, bottom left = 3 or bottom right = 4
If you are given co-ordinates you need to say where they will be so 1,1 will be top right which will = 1
The information given to help you figure out how to tell which quarter it will be in helps a lot
This comment has been hidden.
C# Translation
Accepted!
Python tests sometimes generate inputs of
y=0
.Problem solved!
Prolog translation available.
Accepted!
Python translation
Accepted!
This comment has been hidden.
I'll fix it ASAP!
Fixed it!
There are random tests in C which may have zeroes as
x
and/ory
.I'll fix it ASAP
Already done, sorry about that!
Rust translation https://www.codewars.com/kumite/643e5d6953c27c0015fc2737?sel=643e5d6953c27c0015fc2737
Approved
classic euclidean plane never miss
Java translation
Approved
C Translation
Approved