Skip to content

Attempted to complete DoublyLinkedList#29

Open
ghost wants to merge 16 commits intoGreenRiverCollege-SDEV333:mainfrom
JEller98:main
Open

Attempted to complete DoublyLinkedList#29
ghost wants to merge 16 commits intoGreenRiverCollege-SDEV333:mainfrom
JEller98:main

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jan 29, 2024

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.

…t.java and LinkedIntList.java. Also implemented the removeFront() and removeBack() methods for ArrayIntList.java.
… 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.
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