Skip to content

Completed ArrayIntList and LinkedIntList#20

Open
dhysdrn wants to merge 25 commits into
GreenRiverCollege-SDEV333:mainfrom
dhysdrn:main
Open

Completed ArrayIntList and LinkedIntList#20
dhysdrn wants to merge 25 commits into
GreenRiverCollege-SDEV333:mainfrom
dhysdrn:main

Conversation

@dhysdrn
Copy link
Copy Markdown

@dhysdrn dhysdrn commented Jan 24, 2024

ArrayIntList is ready for review but I'm having issues running JUnit tests for the LinkIntList. I can't seem to run the debugger either so I was unable to test it and make necessary changes. Your feedback is greatly appreciated, thank you!

… and indexOf methods for searching elements, and isEmpty and size methods for checking ArrayIntList size or if empty
…ethods for searching values, and isEmpty and size methods for checking ArrayIntList size or if empty
…dded Node class, private fields and constructor
- removeFront, removeBack and remove methods for removing elements.
- get method that returns element at specified index.
- contains and indexOf methods for searching elements.
- isEmpty and size methods for checking IntList status.
- clear method for emptying list.
- removeFront, removeBack and remove methods for removing elements.
- get method that returns element at specified index.
- contains and indexOf methods for searching elements.
- isEmpty and size methods for checking IntList status.
- clear method for emptying list.
- addFront, addBack and add method for adding elements.
- removeFront, removeBack and remove methods for removing elements.
- get method that returns value at specified index.
…nted DoublyLinkedIterator for DoublyLinkedIntList
@dhysdrn
Copy link
Copy Markdown
Author

dhysdrn commented Jan 27, 2024

Revised LinkedIntList and LinkedIntListTest, the JUnit tests works now and I was able to make the necessary changes to my LinkIntList. Completed DoublyLinkIntList, only have one issue that I couldn't figure out with the remove() method.

@dhysdrn
Copy link
Copy Markdown
Author

dhysdrn commented Jan 27, 2024

All JUnit Tests for DoublyLinkIntList passed. Just a minor mistake on the remove() test. My code is ready for review and I would greatly appreciate your feedback. Thank you!

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