ch8n/DataStructure-in-Kotlin

Linked-List | Insert

ch8n opened this issue · 0 comments

ch8n commented

Requirement

Create functionality for inserting into the linked list + test

  • insert at first
  • insert at last
  • insert at given index
  • insert a linked list to linked list