Question: 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
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
