Completed Term Project Part 1 & 2#18
Open
theZalmanian wants to merge 52 commits into
Open
Conversation
- Added helper fields - Implemented size and isEmpty methods
- Initial implementation of addBack, addFront, and add methods - Updated all function parameters named i to index for clarity
…ove index methods
- Implemented tests for set method of ArrayList
- Implemented tests for ArrayList's isEmpty and size methods
- Added indexOf helper method - Implemented tests for remove(item)
- Updated various references to match current project
- Implemented addFront method - Fixed isEmpty method - Implemented tests for size, isEmpty, and contains
- Implemented tests for get method
- Implemented tests for addFront and addBack
- Created tests for those methods
- Copied over its tester
- Created default constructor - Implemented size and isEmpty methods
- Added doubleMaxCapacity helper for when array is full
- Refactored previously added resizing helper
- Setup helper class Node and fields - Implemented size and isEmpty classes
- Updated tester to use LinkedStack
- Setup helpers and fields - Created default constructor for LinkedQueue and LinkedStack
- Fixed enqueue method using tester reaction
…ons and corresponding testers
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.
Ready for review