7 kyu
Excel sheet column numbers
921 of 2,901joh_pot
Loading description...
Fundamentals
Algorithms
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.
"All column titles will be uppercase."
This isn't true, PHP random tests include all sorts of strings (and also expect a valid result from them)
string(4) "Kzu8" Failed asserting that 211450 matches expected 233914. Expected: 233914 Actual : 211450
Wasted my time, the description has nothing to do with the kata.
python new test framework
Approved
My code seems to be working well, but I can't pass random test. What it does? Anyone can help?
Very nice!
nice cat
good kata ! )
Significantly harder than a seven, as it requires a non-trivial math knowledge. Good one though.
the clojure block in the description is showing up in JS too (and surely other languages too). => Needs to replace it with a conditionally rendered block (see markdown docs)
cheers
Conditional block added
nice kata!
Ruby 3.0 should be enabled.
Description shuold use language specific block for clojure.
Enabled in this fork & used conditional block
"Excel sheet column numbers" PHP Translation, to be evaluated
Approved by someone
This comment has been hidden.
can't understand the statemenr
The letters in exel are ordered like this A B C D .... X Y Z AA AB AC AD AE AF.... AX AY AZ BA BB BC BD .... BX BY BZ . . . ZA ZB ZC... ZX ZY ZZ AAA AAB AAC ... AAX AAY AAZ
Where A is the first, B the second AA the 27th etc you have to know the order of any array of letters
This comment has been hidden.
I was not notified of your post. I just saw it now. I modified the Clojure kata and replaced the failing "Java Math/pow" by "exp". It seems that everything is working fine now. Could you try the new version and tell me if it's working for you? Thanks for the feedback!
Hi g964,
Working great now! Thanks for the cool problem...
Thanks!
Hi, I have my solution running but when try to pass the random tests it fails. I have been looking around and I have discover that the random test reverse the sequence of letter, and like that is imposible to pass the text. For example it says TESTING FOR 'GK' Expected 293 got 193 The 193 is the correct order for 'GK' but if I make my program search for 'KG' the answer is 293. Is there any way of solve it?
Thank you!
For Ruby, I pass the tests with flying colors. However when I submit... I recieve the following error:
title_to_number': undefined method
+' for nil:NilClass (NoMethodError) fromblock in ' from
block in describe' frommeasure' from
describe' from ` ' Any tips on getting past this?I can't seem to "submit" for Ruby language but I can "run tests" successfully.
I can see the "Submit" button on the right of "Run Tests". Problem with your browser?
I have been able to submit now thank you.
This comment has been hidden.
Clojure translation kumited.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
Decrease the complexity of the random tests in Haskell:
Done. It's far better! Thanks! Your solution is better too!
Haskell solution kumited. This kata will be approved soon!
Approved.
C# translation kumited.
Sweet kata as Giacomo said. Java translation kumited.
Thanks! Translation approved.
Really sweet quick kata: easy to get, not so trivial to complete in a cool way... Translated also as a thank you for your work :)
[Edit: oh, and of course upvoted!]
Giacomo, the other javascript transpiler. Thanks for the nice words.
I wish I was a tad more efficient, but, hey, one starts one step at a time :D
[The Python translation was ok, too?]