Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify Quick Sort in Commodore Basic #3449

Merged

Conversation

rzuckerm
Copy link
Collaborator

Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder!
For simplicity, please make sure that your pull request includes one and only one contribution.

Please fill one of the sections below as applicable.
Please also add any other relevant information to the Notes section at the bottom.
You may delete or just ignore any other sections.
For more information please refer to our contributing documentation

I Am Modifying an Existing Code Snippet or Existing Tests

Other Notes

I am the author of this sample program. I discovered that it is not a good idea to dimension an array inside a subroutine. If the subroutine where called again, it would yield this error: REDIM'D ARRAY

@rzuckerm rzuckerm added enhancement Any code that improves the repo hacktoberfest Hacktoberfest related quick sort See: https://sampleprograms.io/projects/quick-sort/ labels Oct 11, 2023
@rzuckerm rzuckerm marked this pull request as ready for review October 11, 2023 23:56
Copy link
Member

@jrg94 jrg94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@jrg94 jrg94 merged commit 999435a into TheRenegadeCoder:main Oct 14, 2023
6 checks passed
@rzuckerm rzuckerm deleted the modify-quick-sort-commodore-basic branch October 14, 2023 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any code that improves the repo hacktoberfest Hacktoberfest related quick sort See: https://sampleprograms.io/projects/quick-sort/
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify Quick Sort in Commodore Basic
2 participants