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

Add Array Methods and Graphic Art #53

Open
rick2244 opened this issue Sep 8, 2024 · 1 comment
Open

Add Array Methods and Graphic Art #53

rick2244 opened this issue Sep 8, 2024 · 1 comment

Comments

@rick2244
Copy link

rick2244 commented Sep 8, 2024

Adding new method operations for Arrays and adding Graphic Art:

  • Array methods:
  • void reverseArray() int
  • void sort() int; using quick sort algorithm to implement (considering implementing a sort for string arrays)
  • int findMin() int
  • int findMax() int

For graphic art, I'm going to check out how cow says hi to find out what files to change and create my own art
(I'll update with details soon)

Files to be modified/added in User:

  • array.h

  • array.c

  • arraytests.c

@rick2244 rick2244 closed this as completed Sep 8, 2024
@rick2244 rick2244 reopened this Sep 10, 2024
@rick2244 rick2244 changed the title Add Array Methods and String Methods Add Array Methods and Graphic Art Sep 10, 2024
@malensek
Copy link
Contributor

👍

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

No branches or pull requests

2 participants