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

Term Project Part 1 and 2 for Review #12

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

braedonbillingsley
Copy link

SDEV Term Project Part 1: ArrayList and LinkedList implementation with Generics.

…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()
@braedonbillingsley
Copy link
Author

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...

@braedonbillingsley 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant