DataStructure-in-Kotlin
DataStructure-in-Kotlin copied to clipboard
Self Implemented DataStructure in Kotlin
# Requirements - [x] forEach - [ ] forEachNode - [ ] filter - [ ] map - [ ] fold - [ ] reduce - [ ] forEachIndexed -...
## Requirement functionality to update the item from the linked list + test - [x] Replace - [x] distinct - [x] Reverse links - [ ] Reverse elements - [x]...
# Requirements - [ ] MutableLinkedList.sort(isDescending: Boolean = false) - [ ] LinkedList.sum() - [ ] LinkedList.reversed() returns new list with reversed items - [ ] LinkedList.distinct() returns new list...