Skip to content

Implement feature based on suggestion #150: pushAtIndex function in LinkedList class#153

Open
victorhtl wants to merge 2 commits intomanrajgrover:masterfrom
victorhtl:add-pushAtIndex-function-in-linkedList
Open

Implement feature based on suggestion #150: pushAtIndex function in LinkedList class#153
victorhtl wants to merge 2 commits intomanrajgrover:masterfrom
victorhtl:add-pushAtIndex-function-in-linkedList

Conversation

@victorhtl
Copy link
Copy Markdown

{FEAT}: {pushAtIndex in a LinkedList}

Description of new feature, or changes

Create a function called pushAtIndex(data, index) in LinkedList class where users can push an item at a specific index

Checklist

  • Your branch is up-to-date with the base branch
  • You've included at least one test if this is a new feature
  • All tests are passing

Related Issues and Discussions

Fixes #150

People to notify

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.

SUGGESTION

1 participant