Data Structures and Algorithm
Write a program in c++ language
Question No.1:
Write a program that will take
N values from the user and during input from
the user, insert the EVEN
value in the EVEN
LIST and ODD values in
the ODD LIST.
Display
both EVEN and ODD
list.
Use Linked list as a Data Structure