STION 12 ider the Double Linked List that is given below, where each box represents a 'node' type with two fields: integer data and a node type reference 'next' that points to the node in the list. Write an algorithm to count all nodes that contains an odd number. O Write an algorithm to print all nodes that contain an even number in the reverse direction of the list. + null tail T F Paragraph v Arial 3 (12pt) Mashups HTHL ESS

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter17: Linked Lists
Section: Chapter Questions
Problem 18PE
icon
Related questions
Question
QUESTION 12
Consider the Double Linked List that is given below, where each box represents a 'node' type with two fields: integer data and a node type reference 'next' that points to the
next node in the list.
a)
Write an algorithm to count all nodes that contains an odd number.
b)
Write an algorithm to print all nodes that contain an even mumber in the reverse direction of the list.
head
2-国-
null
3.
4
null
tail
TTTT
Paragraph
Arial
3 (12pt)
品DDQ
Mashups
HTHL CSS
Click Save and Submit to save and submit. Click Save All Answers to save all answers.
Transcribed Image Text:QUESTION 12 Consider the Double Linked List that is given below, where each box represents a 'node' type with two fields: integer data and a node type reference 'next' that points to the next node in the list. a) Write an algorithm to count all nodes that contains an odd number. b) Write an algorithm to print all nodes that contain an even mumber in the reverse direction of the list. head 2-国- null 3. 4 null tail TTTT Paragraph Arial 3 (12pt) 品DDQ Mashups HTHL CSS Click Save and Submit to save and submit. Click Save All Answers to save all answers.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Threads in linked list
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning