• Sign Up
  • Kata
  • Kumite
  • Blog
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:Eric Xu
Clan:University of Michigan
Member Since:Jun 2017
Last Seen:Apr 2021
Profiles:
Following:213
Followers:213
Allies:213
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (11)
  • Replies
  • Authored
  • Needs Resolution
    • Imericxu
    • commented on "Directions Reduction" swift solution

    Can somebody explain why it’s so common to take the closure out of the function?

    I.e., .reduce(into: [String]()) { ... } as opposed to .reduce(into: [String](), { ... })

    • Imericxu
    • commented on "Directions Reduction" swift solution

    While that’s helpful in this specific situation, I don’t think that’s a recommended way of using extension.

    • FabianR
    • commented on "Calculating with Functions" python solution

    Love your solution with the identity function, very elegant.

    • Imericxu
    • commented on "Equal Sides Of An Array" python solution

    Can someone explain why using enumerate is faster than range(len(arr)) then using array indexing?

    • Imericxu
    • commented on "Detect Pangram" python solution

    This runs around 10x faster than the set comparison solution. They are also not complete passes.

    • ozgurduygu
    • commented on "Basic Mathematical Operations" cpp solution

    This is by far the best implementation.

    • Imericxu
    • resolved a question on "parseInt() reloaded" kata

    That makes sense, thank you so much! I just started learning C++.

    • B1ts
    • commented on "parseInt() reloaded" kata

    I see that it happens with input: "one hundred" in function two_digit_parse in line auto word = group.front(), because group is empty.

    • Imericxu
    • commented on "parseInt() reloaded" kata

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

    • Imericxu
    • created a question for "parseInt() reloaded" kata

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

    • Imericxu
    • created an issue for "Parsing & Automata - Matching Bracket Lists & Context-Free Grammars" kata

    No tests of unmatched brackets like such: "]["

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

Confirm

  • Cancel
  • Confirm