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

Linked List KTX | Interger

Open ch8n opened this issue 4 years ago • 0 comments

Requirements

  • [ ] MutableLinkedList<Int>.sort(isDescending: Boolean = false)
  • [ ] LinkedList<Int>.sum()
  • [ ] LinkedList.reversed() returns new list with reversed items
  • [ ] LinkedList.distinct() returns new list with distinct items
  • [ ] LinkedList.isSorted
  • [ ] MutableLinkedList<Int>.mergeSort()

ch8n avatar Jan 21 '21 14:01 ch8n