Attempted to complete DoublyLinkedList#29
Open
ghost wants to merge 16 commits intoGreenRiverCollege-SDEV333:mainfrom
Open
Attempted to complete DoublyLinkedList#29ghost wants to merge 16 commits intoGreenRiverCollege-SDEV333:mainfrom
ghost wants to merge 16 commits intoGreenRiverCollege-SDEV333:mainfrom
Conversation
… removeBack() and addBack() methods.
…t.java and LinkedIntList.java. Also implemented the removeFront() and removeBack() methods for ArrayIntList.java.
…tains(), indexOf(), isEmpty(), and size().
… not functioning the way they should. Also attempted to re-implement the add() method, as for some reason it appears that it was never properly put in.
…ould; these include addBack(), add(), removeFront(), removeBack(), remove(), get(), contains(), indexOf(), isEmpty(), size(), and clear(). Code is completely untested, no time to write test cases for any of these.
…ntains(), indexOf(), isEmpty(), size(), clear() and iterator() methods; also touched up addBack() to be more robust.
…op of the file. Also created a series of tests for DoublyLinkedIntList.java, contained in the file DoublyLinkedTests.java. That being said, these tests themselves are completely untested; the test file would not run in my IDE and I'm unsure why.
This file contains hidden or 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
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.
Hello there Ken, I just finished writing the methods for DoublyLinkedList, along with test cases for them. That being said, the test file doesn't seem to be runnable currently and I have run out of time to complete this assignment.
The ArrayIntList is finished and has tests as well, LinkedIntList is finished but does not have tests.
ArrayIntList's tests don't all pass and aren't very robust.
I apologize for the sloppy work and will be better applying myself to this class in the coming weeks.