AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.53k stars 522 forks source link

Algorithm to split linkedlist into even and odd #355

Open the-suman opened 2 years ago

the-suman commented 2 years ago

Split the given linkedlist into even and odd integer linkedlist.

I am creating a pull request for...