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

Self Implemented DataStructure in Kotlin

Results 3 DataStructure-in-Kotlin issues
Sort by recently updated
recently updated
newest added

# 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...