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

Attempted to complete DoublyLinkedList #29

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

Conversation

ghost
Copy link

@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