Downloads
| Category: CS502 - Fundamentals of Algorithms |
|
|
Files:
Question# 1 (7.5+7.5)
a) Elaborate the three algorithms Dijkstra‘s, Bellman Ford and Floyd Warshall Algorithms on the following basis:
I. Complexity of algorithms
II. Domain of Applications with examples
III. .... |
|
| |
Question# 1
a) Give the adjacency matrix and adjacency list for the following graph. Fig 1.1 (2.5+2.5)
b) Apply the BFS and DFS on the following graph and show values in queue/stack stepwise on the following graph Take node 1 as source node. fig1.1 (7.5+7.5)
|
|
| |
Question# 1 (10)
Compute the Huffman encoding for the following frequencies of the characters;
which are found in the particular written paper; “How to apply the greedy strategy
for the optimization problems?” Your target is to draw the binary tree or proper
table format to produce Huffman Codes for the given frequencies so that the whole
file can be zipped to reduce the actual space covered by the .... |
|
| |
Question# 1 (10)
Perform radix sort step wise on the following data and briefly describe the worst
case complexity and big O notation at end.
Input data
55141,65545,56125,65126,22111,11225,31121,56814,11252,23541
Question# 2 (10)
Use the following dynamic programming based recurrence edit distance to find the possible edit
scripts while converting “ACTUAL “to “VIRTUAL”.
|
|
| |
| |
Questions and answer from past papers of CS502 Fundamentals of Algorithms. Prepare Virtual University (VU) mid exam and get success. |
|
| |
| |
Solution Spring 2010_CS502_1 |
|
| |
Past Papers QA CS502 Fundamentals of Algorithms has solved and unsolved past papers Questions. |
|
| |
acyclic graph : a graph that contains no cycles |
|
| |
Question: what is the proper defination of thita used in the lectures?Question: what is the proper defination of thita used in the lectures? |
|
| |
VU Course Contents CS502-Fundamentals of Algorithms |
|
| |