Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
GreenRiverCollege-SDEV333
/
IntListReview
Public template
Notifications
You must be signed in to change notification settings
Fork
25
Star
0
Code
Pull requests
24
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
IntList: Resizing Array Implementation
- #3
#3
Open
Lois-Lanctot
wants to merge 16 commits into
GreenRiverCollege-SDEV333:main
GreenRiverCollege-SDEV333/IntListReview:main
from
Lois-Lanctot:main
Lois-Lanctot/IntListReview:main
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
IntList: Resizing Array Implementation
#3
Lois-Lanctot
wants to merge 16 commits into
GreenRiverCollege-SDEV333:main
GreenRiverCollege-SDEV333/IntListReview:main
from
Lois-Lanctot:main
Lois-Lanctot/IntListReview:main
Copy head branch name to clipboard
Commits
Commits on Jan 9, 2024
Added starter code for ArrayIntList
Lois-Lanctot
committed
7cc13cc
View commit details
Copy full SHA for 7cc13cc
Browse repository at this point
I have completed the remove(index) method
Lois-Lanctot
committed
d5f0a0f
View commit details
Copy full SHA for d5f0a0f
Browse repository at this point
I have completed resize(newSize) and clear()
Lois-Lanctot
committed
82bb797
View commit details
Copy full SHA for 82bb797
Browse repository at this point
Created the Iterator class
Lois-Lanctot
committed
792f725
View commit details
Copy full SHA for 792f725
Browse repository at this point
Added some tests in Main and added in a check for next()
Lois-Lanctot
committed
4d60f8a
View commit details
Copy full SHA for 4d60f8a
Browse repository at this point
Commits on Jan 11, 2024
Added some tests in Main and added in a check for next()
Lois-Lanctot
committed
4999aae
View commit details
Copy full SHA for 4999aae
Browse repository at this point
Commits on Jan 16, 2024
Added some tests in Main and added in a check for next()
Lois-Lanctot
committed
8169328
View commit details
Copy full SHA for 8169328
Browse repository at this point
Started DoublyLinkedIntList, filled in private fields, constructor, addBack, removeBack. Also filled out some methods in ArrayIntList.
Lois-Lanctot
committed
e746368
View commit details
Copy full SHA for e746368
Browse repository at this point
Finished all methods in ArrayIntList
Lois-Lanctot
committed
f495b4f
View commit details
Copy full SHA for f495b4f
Browse repository at this point
Commits on Jan 17, 2024
Created JUnit Tests for the methods in ArrayIntList
Lois-Lanctot
committed
5cdc801
View commit details
Copy full SHA for 5cdc801
Browse repository at this point
Commits on Jan 18, 2024
Finished some methods in LinkedIntList and DoublyLinkedIntList
Lois-Lanctot
committed
069ae64
View commit details
Copy full SHA for 069ae64
Browse repository at this point
Commits on Jan 19, 2024
Finished all the methods in LinkedIntList
Lois-Lanctot
committed
6858d73
View commit details
Copy full SHA for 6858d73
Browse repository at this point
Commits on Jan 20, 2024
Finished the LinkedIntList methods and add JUnit tests
Lois-Lanctot
committed
d67c323
View commit details
Copy full SHA for d67c323
Browse repository at this point
Commits on Jan 23, 2024
Finished the DoublyLinkedIntList methods
Lois-Lanctot
committed
778b41c
View commit details
Copy full SHA for 778b41c
Browse repository at this point
Added JUnit tests for the DoublyLinkedIntList methods
Lois-Lanctot
committed
12fd45f
View commit details
Copy full SHA for 12fd45f
Browse repository at this point
Added JUnit tests for the DoublyLinkedIntList methods
Lois-Lanctot
committed
b262a4f
View commit details
Copy full SHA for b262a4f
Browse repository at this point
You can’t perform that action at this time.