You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Ah.. yeah what i'm trying to do is that this exercise didn't include the situation where the seed would be 0 , which is not satisfiable for us .
And also in terms of the step interation , i think it shoud be step = step + 1 , instead of step = step -1
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Under recursions / collatz_sequence.cairo , the answer is :
Which it should be
and in terms of the test ,
it didn't stop the computation when n reaches to 1 ,
so the correct version should be
The text was updated successfully, but these errors were encountered: