• Sign Up
  • Kata
  • Kumite
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:Unknown
Clan:itsys
Member Since:Nov 2017
Last Seen:Oct 2019
Profiles:
    Following:42
    Followers:41
    Allies:41
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (12)
    • Replies
    • Authored
    • Needs Resolution
      • Lemmenem
      • commented on "Hex Converting Visualisation" kata

      Thanks, must have missed that.
      Corrected it now.

      • appleJax
      • commented on "Hex Converting Visualisation" kata

      The Returnstring has been corrected, but the Visualize portion still says 8E3 is the result.

      • Bop4yH
      • commented on "Hex Converting Visualisation" kata

      Its so freaking hard to adjust to this useless spaces after '=' and others...

      • Lemmenem
      • resolved an issue on "Hex Converting Visualisation" kata

      Thanks for the advice. I hope a loop of 20 ist enough.

      • Lemmenem
      • resolved an issue on "Hex Converting Visualisation" kata

      Thanks for your tests. I solved this.

      • dinglemouse
      • commented on "Hex Converting Visualisation" kata

      Suggest it might be better to put lots of them in a loop instead of just 3 random tests

      • dinglemouse
      • created an issue for "Hex Converting Visualisation" kata

      It looks like your reference solution is always printing your "remainder" part in a field of width 2, but also with a leading space (after the "R").

      This means if the remainders are all single digits you are going to get double spaces after "R" instead of single spaces. I doubt this was intentional.

      For example. For 273 your solution will give:

      273/16=17 R  1
       17/16= 1 R  1
        1/16= 0 R  1
      Result=111
      

      instead of (single spaces after "R")

      273/16=17 R 1
       17/16= 1 R 1
        1/16= 0 R 1
      Result=111
      

      Cases like this are not being tested

      • dinglemouse
      • resolved an issue on "Hex Converting Visualisation" kata

      .

      • Lemmenem
      • commented on "Hex Converting Visualisation" kata

      I included random tests

      • Lemmenem
      • commented on "Hex Converting Visualisation" kata

      Thanks, my mistake, have korrekted it

      • dinglemouse
      • created an issue for "Hex Converting Visualisation" kata

      No random tests

      • dinglemouse
      • created an issue for "Hex Converting Visualisation" kata

      Huh? 1000 decimal as hex is 3E8 not 8E3 as in the description/test case

    • © 2021 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Contact
    • powered by

    Confirm

    • Cancel
    • Confirm