Skip to main content
noodle person's user avatar
noodle person's user avatar
noodle person's user avatar
noodle person
  • Member for 2 years, 7 months
  • Last seen this week
comment
Check if two lists are permutations of each other
The tasks are identical. Besides, in many languages a string is just a list of numbers. On this site the criteria for duplicate tasks is ones whose solutions are correct for both tasks or can be trivially modified to the other task. In this case I believe almost every solution to each challenge will work in either. Do not be discouraged that your challenge is a duplicate; people pose duplicate challenges here all the time without noticing. Instead, use the Sandbox next time so you can get feedback on the challenge before posting it.
revised
Loading…
revised
Reorder for smallest largest prefix sum
deleted 145 characters in body
Loading…
revised
Reorder for smallest largest prefix sum
deleted 91 characters in body
Loading…
Loading…
comment
Check if two lists are permutations of each other
Will the two lists have equal length?
revised
1, 2, Fizz, 4, Buzz
added 44 characters in body
Loading…
revised
1, 2, Fizz, 4, Buzz
reduce noise
Loading…
revised
Loading…
comment
1, 2, Fizz, 4, Buzz
You don't need any of those parentheses
revised
Loading…
comment
"99 Bottles of Beer"
This prints "Take one down, pass it around, 1 bottles of beer on the wall" where it should say "bottle"
revised
1, 2, Fizz, 4, Buzz
deleted 522 characters in body
Loading…
revised
1, 2, Fizz, 4, Buzz
added 682 characters in body
Loading…
revised
1, 2, Fizz, 4, Buzz
deleted 142 characters in body
Loading…
revised
Sum It Up with a Digital Triangle
added 94 characters in body
Loading…
revised
Sum It Up with a Digital Triangle
Add a code explanation
Loading…
answered
Loading…
comment
Segments of a string, doubling in length
Nice solution! In case you didn't see, @l4m2 posted a JavaScript solution earlier in the thread at 38 bytes: l4m2's solution
1
2 3 4 5
87