• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
anoosm Avatar
Name:Anoos M
Clan:metacadets
Member Since:Jun 2022
Last Seen:Aug 2023
Profiles:
    Following:6
    Followers:6
    Allies:6
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (5)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • anoosm
      • commented on "Integers: Recreation One" kata
      • 3 years ago

      my bad, forgot to add a space after the commas

    • Custom User Avatar
      • g964
      • resolved an issue on "Integers: Recreation One" kata
      • 3 years ago

      As you could have seen in "Sample Tests" the test is:

      assertEquals("[[1, 1], [42, 2500], [246, 84100]]", SumSquaredDivisors.listSquared(1, 250))
      

      Your code is wrong somewhere.

    • Custom User Avatar
      • anoosm
      • created an issue for "Integers: Recreation One" kata
      • 3 years ago

      expected:<[[1, 1],[$[42, 2500],$][246, 84100]]> but was:<[[1, 1],[[42, 2500],][246, 84100]]>

      why is there a white space in the second item. the space is occuring in the position of "$" symbol

    • Custom User Avatar
      • trashy_incel
      • resolved an issue on "Next bigger number with the same digits" kata
      • 3 years ago

      as you can see here this requires at least Kotlin 1.5, but this Kata is only available in Kotlin 1.3

    • Custom User Avatar
      • anoosm
      • created an issue for "Next bigger number with the same digits" kata
      • 3 years ago

      IN KOTLIN
      error occurs when converting char to int using "Char.digitToInt()"

      Error
      src/main/kotlin/solution.kt:5:29: error: unresolved reference: digitToInt
      val list = num.map { it.digitToInt() }.toMutableList()
      ^

    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...