• 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
looplopp Avatar
Name:Loop
Clan:Unknown
Member Since:Apr 2019
Last Seen:Sep 2022
Profiles:
    Following:0
    Followers:1
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (26)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • Vert-Nk26
      • commented on "Find the missing letter" javascript solution
      • 5 months ago

      nice solution took me sometimes but finale got it done

    • Custom User Avatar
      • ArturGalstyan96
      • commented on "Next bigger number with the same digits" python solution
      • 2 years ago

      Great code

    • Custom User Avatar
      • dmytropavlov
      • commented on "Find the missing letter" javascript solution
      • 2 years ago

      good solution, but it doesn't check for alpha, now we can pass not only letters!

      For example this call in this solution findMissingLetter(['<','>']) return us '=' which is not a letter actually

    • Custom User Avatar
      • Ale9049
      • commented on "Most frequently used words in a text" java solution
      • 3 years ago

      Have thought in this direction, but had this test error:
      “expected: java.util.Arrays$ArrayList<[]> but was: java.util.ArrayList<[]>”
      Wierd...

    • Custom User Avatar
      • mbanka
      • commented on "Most frequently used words in a text" java solution
      • 3 years ago

      In the filter() you can use only the second condition as it covers the first one as well.

    • Custom User Avatar
      • protony121
      • commented on "Find the missing letter" javascript solution
      • 3 years ago

      hey thx for help and sorry for late reply

      btw is this final solution?

    • Custom User Avatar
      • Chrono79
      • commented on "Find the missing letter" javascript solution
      • 3 years ago

      That'll be a different problem and what do you think should be returned there? It's missing "m", "n", "q" and "t"

    • Custom User Avatar
      • protony121
      • commented on "Find the missing letter" javascript solution
      • 3 years ago

      what if we have array where 2char are missing continusly like this one ['k','l','o','p','r','s','u']
      if anyone know how to solve this pls help

    • Custom User Avatar
      • Hoomar
      • commented on "Most frequently used words in a text" java solution
      • 4 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • Torbjorn_galdra
      • commented on "Most frequently used words in a text" java solution
      • 4 years ago

      O(n * log n)...
      We can do better!!))

    • Custom User Avatar
      • Torbjorn_galdra
      • commented on "Most frequently used words in a text" java solution
      • 4 years ago

      Good point)
      I like your solution. I think PriorityQueue fits very well into the purpose of this kata.

      I suggest you to improve your solution by removing the nested class.
      WordFreq object doesn't buy you anything, you just duplicate the data from map entries.
      Add them to the entries to the queue directly instead.

    • Custom User Avatar
      • Torbjorn_galdra
      • commented on "Most frequently used words in a text" java solution
      • 4 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • suraj_gagain
      • commented on "Most frequently used words in a text" java solution
      • 4 years ago

      It is mentioned in the question that sorting should not be used. I would prefer heap over it.

    • Custom User Avatar
      • Anurag RW
      • commented on "Find the missing letter" javascript solution
      • 4 years ago

      It sure was a clever way, Also the loop runs one time less than all general solutions

    • Custom User Avatar
      • devonbrewster
      • commented on "Most frequently used words in a text" java solution
      • 4 years ago

      Very nice, compact solution. Can you please explain the first collect operation? I am not following the logic of the groupingsBy with the identity and counting.

    • Loading more items...
    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...