Posts: 6
Threads: 3
Joined: Oct 2016
Program:: BS Softwear Engineering
11-16-2016, 07:08 PM Salam
I need CS502 Assignment no 1 solution it is requested to admin kindly post it here last date 11/17/16
Help !!
Posts: 195
Threads: 75
Joined: May 2016
Location: Lahore, Pakistan
Program:: BS
I have solved Question 1 so far,
Question. 1
Identify the maximal points (the points that are NOT dominated by other points) in the given set according to 2-D maxima problem.
{(2,4), (4,3), (4,10), (5,2), (6,14), (7,6), (8,13), (9,11), (11,6), (12,12), (13,4), (14,11), (15,6),(15,8),(16,5)}
Answer: I think the maximal points according to 2-D Maxima would be (6,14), (12,12), (14,11), (15,8), (16,5).
And for question 3, drawing the recursion tree for merge sort algorithm, it would go like this;
suppose n = 4
4
2 2
1 1 1 1
Posts: 470
Threads: 170
Joined: May 2016
Moved to appropriate section.
Posts: 167
Threads: 126
Joined: May 2016