Sponsored
Use these hints if you're stuck. Try solving on your own first.
If there are N nodes in the list, and k parts, then every part has N/k elements, except the first N%k parts have an extra one.
Solve with full IDE support and test cases