6 kyu
#Paper and pencil: Figure out the value of letters by sum of words.
185 of 229LS2008
Loading description...
Strings
Logic
Ciphers
Puzzles
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.
one of the most creative katas ive done in a while. nice!
Hi,numbers are "the sum of each word?" or "the sum of words?" thanks
The nth number in result is sum of nth word.
hi, got it. thanks. clever kata.
The
C
translation used a different parameter name.fixed
wtf is this
C Translation
sorry I was sick yesterday, thanks for the translation!
Wonderful kata that makes your brain work for 20-30 minutes. The background and the idea itself are no less remarkable. Thank you for such an exciting journey, it's not for nothing that I'm the leader of a group of aliens :D
:)
I also fixed some grammar error in my description. (I'm definetely not a native english speaker XD)
You have a typo in one of the tags:
algerbra
Fun kata @LS2008, and especially considering it's your first! Really good job.
Just to add to @dfhwze suggestion - you could use the
ciphers
tag also; there are similar 6-7 kyu kata that use that tag also.While we are at it, how about
strings
andlogic
?@dfhwze,@benjaminzwhite, thank! That is a better option I will change my tags :)
fixed
you removed
puzzles
, put it back :)This comment has been hidden.
(...aliens'...? :thinking: ) (...'suddenly realize I never read the entire description... 'x) )
Sorry, maybe the timing was some underestimation of code warriors :). Well, I was just trying to make up some umm... post-apocalyptic world for the background of this kata XD
Nothing wrong there, it adds more mysterious layers to the kata, which is good ^_^
Thanks, maybe I could continue with this series ;)
Description should be language-agnostic since this is not a Python-specific kata
I have fixed some, please re-check for me, thanks!
This part is still there
sum_words(s) = [24, 32, 73, 61, 32]
, maybe you can put it like"i am fine thank you" --> [24,.....]
andgiven a parameter s and function sum_words()/sumWords()
can beWrite a function with parameter (s)....
fixed
You forgot to remove
and sum_words()/sumWords()
(now it sounded like there are two parameters XD)sorry, my bad.