DataStructure-in-Kotlin
DataStructure-in-Kotlin copied to clipboard
Linked List | Collection operations
Requirements
- [x] forEach
- [ ] forEachNode
- [ ] filter
- [ ] map
- [ ] fold
- [ ] reduce
- [ ] forEachIndexed
- [ ] isCircular
- [ ] indexOf()
- [ ] contains()