Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I convert one method to function but the other one still normal Method Plus I'm facing some bugs That when I Choose From different line It's always Start From The Beginning Of the next line
for example
start line is RED =[1,2,3,4,5,6]
end line is GREEN = [1,2,3,4,5,6,7]
I want to travel from line RED satiation 2 to line GREEN satiation 6
the assumed result should be 2-3-4 in RED line and 5-6-7 in GREEN line
The actual result is:
2-3-4 in RED line and 1-2-3
How difficult did you find this (0 - 10)? (0 very easy, 10 very difficult)
8
How long did it take?
about 6h Doring Four days
Was there anything that you struggled with? If so, what?
There's function in array ,hard to Dealing with hashes
How to switch from line to other line From user input
Is there anything that you would like some further information on?
I want to know more about hashes and Manipulating with arrays
Do you have any suggestions to improve this assignment?
no