Linked List Fixes #11

Merged
wesley merged 1 commits from list/fixes into main 2024-02-15 17:05:05 -05:00
Owner

Fixed up where there was no error checking of position when inserting
into a position into the list. Also made it so that listCreate returns a
pointer to a list instead of a list so that we can move the definition
of List into the implementation file instead of the header.

Fixed up where there was no error checking of position when inserting into a position into the list. Also made it so that listCreate returns a pointer to a list instead of a list so that we can move the definition of List into the implementation file instead of the header.
wesley added 1 commit 2024-02-15 17:05:00 -05:00
Fixed up where there was no error checking of position when inserting
into a position into the list. Also made it so that listCreate returns a
pointer to a list instead of a list so that we can move the definition
of List into the implementation file instead of the header.
wesley merged commit 757d795749 into main 2024-02-15 17:05:05 -05:00
wesley deleted branch list/fixes 2024-02-15 17:05:05 -05:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wesley/quantum-utils#11