Sponsored Links


Results 1 to 1 of 1

Thread: CS502 Fundamentals of Algorithms Assignment No.1 Solution Spring Semester 2013

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

    18 CS502 Fundamentals of Algorithms Assignment No.1 Solution Spring Semester 2013

    Sponsored Links1




    Sponsored Links

    CS502 Fundamentals of Algorithms Assignment No.1 Solution Spring Semester 2013


    Assignment No. 01
    Semester: Spring 2013

    CS502-Fundamentals of Algorithms
    Total Marks: 20

    Due Date: 29/04/2013

    Lectures Covered: 1 to 6

    Objective
    To analyze pseudo code and solve using summations; understand and prove asymptotic notations.

    Uploading instructions:

    Please view the Assignment Submission Process document provided to you by the Virtual University for uploading assignments.

    Your assignment must be in .doc format. (Any other formats like scan images, PDF, Zip, rar, bmp etc. will not be accepted).
    Save your assignment with your ID (e.g. bc020200786.doc).
    No assignment will be accepted through email.

    Rules for Marking:

    It should be clear that your assignment will not get any credit if:



    The assignment is submitted after due date.
    The submitted assignment does not open or file is corrupted.
    Your assignment is copied from internet, handouts or from any other student

    (Strict disciplinary action will be taken in this case).

    Question: 1 marks : 10

    Analyze the following pseudo code containing nested loops by computing its worst-case running time complexity. Perform all the steps by writing out the loops as summations and then solve the summations.

    for i = 1 to log n
    { set j = 1 ; // ignore its constant time in analysis
    while ( j <= i )
    { for k = 1 to j
    { k=k+1;
    } j = j * 2 ; // ignore its constant time in analysis}}

    [Note: Consider log as base 2 log and computing model as RAM (Random Access Machine) like one used in lectures ]

    Question: 2 Marks: 10

    Part (a)

    What is the Asymptotic equivalence ( ) of the below function f(n)?

    f(n) = 2n3 + 3n2 – 2n

    Part (b)

    Prove the Asymptotic equivalent of function in Part (a) by its lower and upper bounds.

    [Note: You do not need to draw the graph, only show lower and upper bounds with c1,c2 and n0]

    NOTE: Submit “.doc” file only. Every student should provide his/her own work, exact copying of the assignment (or some portion of the assignment) from the internet or other students will lead to copy case and zero marks will be awarded. Different softwares will be used to check plagiarism in assignments. Do not put any query on MDB about this assignment, if you have any query then email at CS502@vu.edu.pk
    Attached Files Attached Files

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: 06-28-2013, 10:05 PM
  2. Replies: 1
    Last Post: 02-11-2013, 04:06 PM
  3. Replies: 1
    Last Post: 01-28-2013, 02:19 PM
  4. Replies: 1
    Last Post: 06-18-2012, 04:49 PM
  5. Replies: 4
    Last Post: 07-10-2011, 04:16 AM

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