Skip to content

Term Project Part 1 and 2 for Review#12

Open
braedonbillingsley wants to merge 19 commits into
GreenRiverCollege-SDEV333:mainfrom
braedonbillingsley:main
Open

Term Project Part 1 and 2 for Review#12
braedonbillingsley wants to merge 19 commits into
GreenRiverCollege-SDEV333:mainfrom
braedonbillingsley:main

Conversation

@braedonbillingsley
Copy link
Copy Markdown

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
Copy Markdown
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