Sponsored Links


Results 1 to 2 of 2

Thread: CS502 Fundamentals of Algorithms Assignment No .4 Solution Fall Semester 2013

  1. #1
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578

    18 CS502 Fundamentals of Algorithms Assignment No .4 Solution Fall Semester 2013

    Sponsored Links1



    CS502 Fundamentals of Algorithms Assignment No .4 Solution Fall Semester 2013 Due Date 01/Feb/2013



    Assignment No. 04
    Semester: Fall 2012
    Fundamentals of Algorithm-CS502
    Total Marks: 20

    Due Date: 01/Feb/2013

    Instructions:

    Sponsored Links

    Please read the following instructions carefully before submitting assignment:

    You will submit your assignment before or on due date on VU-LMS.
    Assignment should be completed by your own efforts it should not be copied from internet, handouts or books.
    You should submit your .doc File via assignment interface at VU-LMS.
    Assignment sent via Email will not be replied and accepted/graded in any case.
    If the submitted assignment does not open or file is corrupt, it will not be graded.
    You will submit solution only in document (.doc or .docx) File.

    Objectives:

    To understand the real applications Graph.

    For any query about the assignment, contact at

    Assignment Questions

    Question1: Marks 10

    A depth-first forest classifies the edges of a graph into tree, back, forward, and cross edges. A breadth-first tree can also be used to classify the edges reachable from the source of the search into the same four categories.


    a. Prove that in a breadth-first search of an undirected graph, the following properties hold:

    1. There are no back edges and no forward edges.

    2. For each tree edge (u, v), we have d[v] = d[u] + 1.

    3. For each cross edge (u, v), we have d[v] = d[u] or d[v] = d[u] + 1.


    b. Prove that in a breadth-first search of a directed graph, the following properties hold:

    1. There are no forward edges.

    2. For each tree edge (u, v), we have d[v] = d[u] + 1.

    3. For each cross edge (u, v), we have d[v] ≤ d[u] + 1.

    4. For each back edge (u, v), we have 0 ≤ d[v] ≤ d[u].


    Question 2: Marks 5

    Explain how a vertex u of a directed graph can end up in a depth-first tree containing only u, even though u has both incoming and outgoing edges in G.


    Question 3: Marks 5


    Give a counterexample to the conjecture that if there is a path from u to v in a directed graph G, then any depth-first search must result in d[v] ≤ f[u].

  2. #2
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578
    Idea Solution Here:download attachment file



    CS5024THASSIGNMENTCOMPLETESOLUTION.doc

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 04-24-2013, 09:50 PM
  2. Replies: 1
    Last Post: 02-11-2013, 04:06 PM
  3. Replies: 0
    Last Post: 01-28-2013, 02:22 PM
  4. Replies: 0
    Last Post: 11-26-2012, 04:13 PM
  5. Replies: 0
    Last Post: 11-03-2012, 03:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft