Skip to content

public int get(char c) #18

Open
BigGeF wants to merge 4 commits into
GreenRiverCollege-SDEV301:mainfrom
BigGeF:main
Open

public int get(char c) #18
BigGeF wants to merge 4 commits into
GreenRiverCollege-SDEV301:mainfrom
BigGeF:main

Conversation

@BigGeF
Copy link
Copy Markdown

@BigGeF BigGeF commented Jan 23, 2024

get index then return inventory[index]

int index = getIndex(c)
then
return inventory【index]
set(char,short count),learned, through new Ill....
contain(char c);
size();
isEmpty();
fix get(char c);
@BigGeF
Copy link
Copy Markdown
Author

BigGeF commented Jan 30, 2024

My final version of this homework.

sloved
set(char,short count),learned, through new Ill....
contain(char c);
size();
isEmpty();
fix get(char c);
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