DataStructure-in-Kotlin icon indicating copy to clipboard operation
DataStructure-in-Kotlin copied to clipboard

Linked-List | Update

Open ch8n opened this issue 5 years ago • 0 comments

Requirement

functionality to update the item from the linked list + test

  • [x] Replace
  • [x] distinct
  • [x] Reverse links
  • [ ] Reverse elements
  • [x] concat | add two linkedlist

ch8n avatar Dec 20 '20 18:12 ch8n