sebabelmar / phase_0_unit_2

Phase 0 Unit 2 Curriculum
0 stars 0 forks source link

Good Job! #2

Open jpabico opened 10 years ago

jpabico commented 10 years ago

Nice! You have a very thorough pseudocode. It shows that you put a lot of thought into your code before you even start writing it. Clever use of negative numbers in your slice! arguments. Consider using .reverse as an alternative (if you want to use positive numbers instead).

sebabelmar commented 10 years ago

Thanks Jon, I tried to reverse but I couldn't find the way. I saw your code and there it is the way!