c
c copied to clipboard
Algorithm to split linkedlist into even and odd
Split the given linkedlist into even and odd integer linkedlist.
I am creating a pull request for...
- [x] New algorithm