Skip to content

finished urlify()#15

Open
AddisonFarley wants to merge 1 commit into
GreenRiverCollege-SDEV333:mainfrom
AddisonFarley:main
Open

finished urlify()#15
AddisonFarley wants to merge 1 commit into
GreenRiverCollege-SDEV333:mainfrom
AddisonFarley:main

Conversation

@AddisonFarley
Copy link
Copy Markdown

Finished the urlify method. Tried multiple ways and initially wanted to rewrite the array in-place starting at index 0. When trying to implement that for-loop, I kept running in to an issue where the regular array would be inserted, and then the correct array would be inserted after that. After some time spent debugging, I tried to do it backwards (decrementing) and that proved easier to manage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant