F-4: Basic Linked List #4

Closed
opened 2025-04-19 10:59:19 -05:00 by Mineplay · 0 comments
Owner

Implementation of basic linked list data structure containing the following functionalities:

  • Append value
  • Insert before value
  • Insert after value
  • Insert at index
  • Remove element
  • Remove at index
  • Check if has element
  • Check if is empty
Implementation of basic linked list data structure containing the following functionalities: - Append value - Insert before value - Insert after value - Insert at index - Remove element - Remove at index - Check if has element - Check if is empty
Mineplay added this to the Release V1.0 milestone 2025-04-19 10:59:19 -05:00
Mineplay added the
enhancement
label 2025-04-19 10:59:19 -05:00
Mineplay self-assigned this 2025-04-19 10:59:19 -05:00
Mineplay added this to the Fledasty-Project project 2025-04-19 10:59:19 -05:00
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Mineplay/Fledasty#4
No description provided.