Question: Write a C++ function oddsANDevens which stores nodes of information containing one integer, a link to the previous and next node. The function must contain
Write a C++ function "oddsANDevens" which stores nodes of information containing one integer, a link to the previous and next node. The function must contain code that will: 1. contain two linked lists-one for odds and one for evens. 2. read integers from a file 3. If an integer is ODD, insert the integer into a node and place that node in FRONT of the ODD Doubly link list. 4. If the integer is EVEN, insert the integer into a node and place that node at the FRONT of the EVEN doubly link list.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
