<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CS702 Assignment 3 Solution and Discussion]]></title><description><![CDATA[<p dir="auto">CS702 – Advanced Algorithms Analysis and Design<br />
Assignment 3<br />
Instructions to Solve Assignments<br />
The purpose of the assignments is to give students hands on practice. It is expected that students will solve assignments themselves. The Following rules that will apply during the evaluation of the assignment.<br />
 Cheating from any source will result in zero marks in the assignment.<br />
 Any student found cheating in any two of the assignments submitted during the course will<br />
be awarded “F” grade in the course.<br />
 No assignment after the due date will be accepted.<br />
Fall 2019</p>
<p dir="auto">Answer the following questions in your own words. Plagiarism will be checked for each question. Marks will be awarded on the basis of the answer and plagiarism report.<br />
Question 1 (30 Marks)<br />
Determine the cost and structure of an optimal binary search tree (OBST) for a set of n = 5 keys with the probabilities given below. You need to calculate the tables e[i, j], w[i, j] and root[i, j].<br />
Fall 2019</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>i</th>
<th>0</th>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2">pi</td>
<td>0.15</td>
<td>0.10</td>
<td>0.05</td>
<td>0.10</td>
<td>0.20</td>
</tr>
<tr>
<td>qi</td>
<td>0.05</td>
<td>0.05</td>
<td>0.05</td>
<td>0.10</td>
<td>0.05</td>
<td>0.10</td>
</tr>
</tbody>
</table>
<p dir="auto">Question 2<br />
What is an optimal Huffman Code for the following set of frequencies? a:25 b:11 c:37 d:5 e:43 f:12 g:19 h:31<br />
(20 Marks)</p>
]]></description><link>https://community.secnto.com//topic/1317/cs702-assignment-3-solution-and-discussion</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 20:45:49 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/1317.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Jan 2020 19:51:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CS702 Assignment 3 Solution and Discussion on Mon, 27 Jan 2020 20:04:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zareen" aria-label="Profile: zareen">@<bdi>zareen</bdi></a> said in <a href="/post/3534">CS702 Assignment 3 Solution and Discussion</a>:</p>
<blockquote>
<p dir="auto">Determine the cost and structure of an optimal binary search tree (OBST) for a set of n = 5 keys with the probabilities given below. You need to calculate the tables e[i, j], w[i, j] and root[i, j].</p>
</blockquote>
<p dir="auto"><a href="https://www.youtube.com/watch?v=hgA4xxlVvfQ" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=hgA4xxlVvfQ</a></p>
]]></description><link>https://community.secnto.com//post/3539</link><guid isPermaLink="true">https://community.secnto.com//post/3539</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Mon, 27 Jan 2020 20:04:35 GMT</pubDate></item><item><title><![CDATA[Reply to CS702 Assignment 3 Solution and Discussion on Mon, 27 Jan 2020 19:51:35 GMT]]></title><description><![CDATA[<p dir="auto">idea solution plz?</p>
]]></description><link>https://community.secnto.com//post/3535</link><guid isPermaLink="true">https://community.secnto.com//post/3535</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Mon, 27 Jan 2020 19:51:35 GMT</pubDate></item></channel></rss>