ch8n/DataStructure-in-Kotlin

Linked List KTX | Interger

ch8n opened this issue · 0 comments

ch8n commented

Requirements

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