Answered step by step
Verified Expert Solution
Question
1 Approved Answer
void InsertInOrder ( martry a ) { node * p = new node; p - > location = a . location; p - > Name.push
void InsertInOrder
martry a
node
p
new node;
p
location
a
location;
p
Name.push
back
a
;
p
Date.push
back
a
;
node
p
p
;
p
cursor;
p
NULL;
while
p
&& p
location
a
location
p
p
;
p
p
next;
if
p
&&
p
cursor
p;
else if
p
&& p
p
&& p
p
next
p
;
p
next
p;
else if
p
&& p
p
next
p
;
cursor
p;
n
;
convert this code to doubly circural list
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started