• 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
lationst Avatar
Name:Unknown
Clan:Unknown
Member Since:Feb 2020
Last Seen:Jun 2025
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (28)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • Polymorbism
      • commented on "Find all occurrences of an element in an array" haskell solution
      • 16 months ago

      Thanks for teaching me about this function!

    • Custom User Avatar
      • lationst
      • commented on "Valid Braces" python solution
      • 2 years ago

      You created a list of pairs, which has O(n) search time. You could use a set to give you O(1) search time--although, for three elements it probably doesn't matter.

    • Custom User Avatar
      • lationst
      • commented on "Valid Braces" python solution
      • 2 years ago

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

    • Custom User Avatar
      • lationst
      • commented on "Esolang Interpreters #4 - Boolfuck Interpreter" kata
      • 3 years ago

      I have the same question, but I still haven't figured it out. What do you mean by "the output is inside a loop"?

      Never mind I get it

    • Custom User Avatar
      • lationst
      • commented on "Esolang Interpreters #1 - Introduction to Esolangs and My First Interpreter (MiniStringFuck)" haskell solution
      • 3 years ago

      My favorite solution, very declarative

    • Custom User Avatar
      • lationst
      • commented on "How Green Is My Valley?" haskell solution
      • 3 years ago

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

    • Custom User Avatar
      • lationst
      • commented on "Bin to Decimal" racket solution
      • 3 years ago

      Very clean!

    • Custom User Avatar
      • lationst
      • commented on "Fold an array" python solution
      • 4 years ago

      I like zip_longest. Didn't know about that method

    • Custom User Avatar
      • lationst
      • commented on "Tetris Series #1 — Scoring System" haskell solution
      • 4 years ago

      I like the use of types:

      type Level = Int
      type Score = Int

    • Custom User Avatar
      • lationst
      • commented on "Playing on a chessboard" haskell solution
      • 4 years ago

      I wrote a mini fractions libary before I realized the pattern haha

    • Custom User Avatar
      • lationst
      • commented on "Valid Braces" haskell solution
      • 4 years ago

      My favorite solution

    • Custom User Avatar
      • lationst
      • commented on "Maximum Gap (Array Series #4)" python solution
      • 4 years ago

      I agree. That's how I wrote mine.

    • Custom User Avatar
      • lationst
      • commented on "Keep Hydrated!" haskell solution
      • 4 years ago

      Good descriptive naming

    • Custom User Avatar
      • lationst
      • commented on "SevenAte9" haskell solution
      • 4 years ago

      You can use the cons operator (:) instead of ++, because those arrays have size 1

    • Custom User Avatar
      • lationst
      • commented on "Parts of a list" haskell solution
      • 4 years ago

      intercalate " " is equivalent to unwords from the prelude--you could make your code a littlemore concise that way

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...