• 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
razvanboboc Avatar
Name:Unknown
Clan:Unknown
Member Since:Sep 2020
Last Seen:Dec 2022
Profiles:
Following:3
Followers:2
Allies:2
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (24)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • juanignaciomalerb4
    • commented on "Write Number in Expanded Form - Part 2" javascript solution
    • 3 years ago

    "a" is the array, to know the length of the array to add the correct amounts of "0" - "y" wich is the index

  • Custom User Avatar
    • g964
    • resolved a question on "Bonuses" kata
    • 5 years ago

    .

  • Custom User Avatar
    • anter69
    • created a suggestion for "Zeckendorf representation" kata
    • 5 years ago

    Ruby translation kumited, including a cleaner description -- please check and approve it (note: author is inactive)

  • Custom User Avatar
    • WellWellWell
    • commented on "Unpack delicious sausages!" kata
    • 5 years ago

    From what I can see, you are trying to pop fourth item in "sausage_row" which only has three items (in the first sample test).

  • Custom User Avatar
    • WellWellWell
    • resolved a suggestion on "Unpack delicious sausages!" kata
    • 5 years ago

    The intention is that you don't know all types of sausages that exist, so you have to identify them using their packaging (and as natan wrote, other specifics of a good sausage package). All of the necessary info is in the Kata's description.

  • Custom User Avatar
    • aztec_kke
    • commented on "Unpack delicious sausages!" kata
    • 5 years ago

    there is a problem with interpreter.
    i use vscode and my code works on it, but it doesnt work in here

  • Custom User Avatar
    • natan
    • commented on "Unpack delicious sausages!" kata
    • 5 years ago

    Maybe you're testing the wrong things. Look at how the description specifies good sausage and test that.

  • Custom User Avatar
    • razvanboboc
    • created a suggestion for "Unpack delicious sausages!" kata
    • 5 years ago

    I think all the types of sausages should be displayed in the problem statement.
    In my case, I only found all the types of sausages from the automated tests, after having written a solution for it.

    So, this:
    "Straight sausages I, curvy sausages ), even twirly sausages @ and many more."
    Should say:
    "Sausages may be represented as such: "@" , "I" , ")" , "║" , "l" , "1" , "(" , "|" , "¦" . "

    Cheers,
    Razvan Boboc

  • Custom User Avatar
    • hobovsky
    • resolved a suggestion on "Pascal's Triangle" kata
    • 5 years ago

    Approved.

  • Custom User Avatar
    • hobovsky
    • created a suggestion for "Pascal's Triangle" kata
    • 5 years ago

    Fork of C++ translation with fix for non-compiling sample tests

  • Custom User Avatar
    • hobovsky
    • commented on "Pascal's Triangle" kata
    • 5 years ago

    Fixed in C++ translation

  • Custom User Avatar
    • hobovsky
    • commented on "Pascal's Triangle" kata
    • 5 years ago

    Oh dear, I am an idiot.

    Sorry for that, will fix it.

  • Custom User Avatar
    • razvanboboc
    • commented on "Pascal's Triangle" kata
    • 5 years ago

    I think the formula in the description is flawed: (n k) = n!/(n-k)!
    According to this wiki page, the formula is: (n k) = n!/k!(n-k)!
    https://en.wikipedia.org/wiki/Binomial_coefficient

    I tried the formula from the description and the generated elements are not correct.
    As for the second one, it is fine.

  • Custom User Avatar
    • razvanboboc
    • commented on "Bonuses" kata
    • 5 years ago

    Thanks, I eventually forfeited unfortunately.

    I just didnt seem to find any solution to those high numbers.
    At first I tried simplifying the fractions, but that however still did not work.
    What I got was time overflow.

  • Custom User Avatar
    • scanning
    • commented on "Bonuses" kata
    • 5 years ago

    With math you are moving in the good direction.
    As for implantation, you know that you have problems with larger numbers and still do multiplication.
    Just look at "numerator = 2757240" in the description example, thats crazy.
    Try to work out math further to by pass this, so that you would not have such a larger number at one point of time.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...