-
Notifications
You must be signed in to change notification settings - Fork 26
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
Term Project Part 1 and 2 for Review #12
Open
braedonbillingsley
wants to merge
19
commits into
GreenRiverCollege-SDEV333:main
Choose a base branch
from
braedonbillingsley:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Term Project Part 1 and 2 for Review #12
braedonbillingsley
wants to merge
19
commits into
GreenRiverCollege-SDEV333:main
from
braedonbillingsley:main
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ods. Completed and tested methods for addFront, size, resize, and get.
…ods. Completed and tested methods for addFront, size, resize, and get. Finished and tested set, removeFront, and removeBack methods
…ods. Completed and tested methods for addFront, size, resize, and get. Finished and tested set, removeFront, and removeBack method. Added contains methods, remove item, and remove index. Added test code in main.
…ods. Completed and tested methods for addFront, size, resize, and get. Finished and tested set, removeFront, and removeBack method. Added contains methods, remove item, and remove index. Added test code in main. Finished implementing methods.
…ods. Completed and tested methods for addFront, size, resize, and get. Finished and tested set, removeFront, and removeBack method. Added contains methods, remove item, and remove index. Added test code in main. Finished implementing methods. Finished Iterator and add JUnit class with basic test cases.
…rayListTest and passed tests for the 3 cases.
…rayListTest and passed tests for the 3 cases. Added JUnit test class and implemented method headers.
…rayListTest and passed tests for the 3 cases. Added JUnit test class and implemented method headers. Partially completed JUnit tests for LinkedList and fixed index out of bounds exception in checkIndex helper method.
…rayListTest and passed tests for the 3 cases. Added JUnit test class and implemented method headers. Partially completed JUnit tests for LinkedList and fixed index out of bounds exception in checkIndex helper method. Added Run time analysis to JavaDoc comments. Finished all project part 1 java docs and run time analysis
…rayListTest and passed tests for the 3 cases. Added JUnit test class and implemented method headers. Partially completed JUnit tests for LinkedList and fixed index out of bounds exception in checkIndex helper method. Added Run time analysis to JavaDoc comments. Finished all project part 1 java docs and run time analysis
…rayListTest and passed tests for the 3 cases. Added JUnit test class and implemented method headers. Partially completed JUnit tests for LinkedList and fixed index out of bounds exception in checkIndex helper method. Added Run time analysis to JavaDoc comments. Finished all project part 1 java docs and run time analysis. Final commits before turn in, completed all but 2 JUnit tests, remove(item) remove(i) iterator()
Don't mind my commit messages lol. This my was first time using the built in Git functions in IntelliJ... I know what I'm not going to do for Part 2... |
…ient. Output matching.
…gs I could. Part two complete.
braedonbillingsley
changed the title
Part 1 Ready for Review
Term Project Part 1 and 2 for Review
Feb 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
SDEV Term Project Part 1: ArrayList and LinkedList implementation with Generics.