Skip to content

Commit e19810d

Browse files
committed
Create problem38
1 parent aaf3cc1 commit e19810d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

problem38

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//Solution by Sathya T, IT
2+
3+
The answer for Qn. No.38 is
4+
Option B
5+
since the expression given below
6+
return ((p==null)||(p->next==null)|| (p->info<=p->next->info)&&( fun(p->next)));
7+
will be evaluated to true when the list is empty or it has one node or arranged in ascending order. .

0 commit comments

Comments
 (0)