{"id":13760,"date":"2013-02-04T11:12:15","date_gmt":"2013-02-04T05:42:15","guid":{"rendered":"http:\/\/www.kopykitab.com\/blog\/?p=13760"},"modified":"2021-08-17T11:07:08","modified_gmt":"2021-08-17T05:37:08","slug":"gtu-exam-paper-designer-and-analysis-of-algorithms-june-2012","status":"publish","type":"post","link":"https:\/\/www.kopykitab.com\/blog\/gtu-exam-paper-designer-and-analysis-of-algorithms-june-2012\/","title":{"rendered":"GTU Exam Paper Designer and Analysis of Algorithms June 2012"},"content":{"rendered":"<p style=\"text-align: center;\">GTU Exam Paper Designer and Analysis of Algorithms June 2012<\/p>\n<p class=\"Heading10\" align=\"center\"><strong>GUJARAT TECHNOLOGICAL UNIVERSITY<\/strong><\/p>\n<p class=\"Bodytext20\" align=\"center\"><strong>BE- V<sup>th<\/sup> SEMESTER-EXAMINATION &#8211; MAY\/JUNE &#8211; 2012<\/strong><\/p>\n<p class=\"Bodytext20\" align=\"center\"><strong>Subject code: 150703<\/strong><\/p>\n<p class=\"Bodytext30\" align=\"center\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <strong>Subject Name: Design and Analysis of Algorithms<\/strong><\/p>\n<p class=\"Bodytext30\">\n<p class=\"Bodytext30\">Total Marks: 70<\/p>\n<p class=\"Heading10\">Instructions:<\/p>\n<ol>\n<li>Attempt all questions.<\/li>\n<li>Make suitable assumptions wherever necessary.<\/li>\n<li>Figures to the right indicate full marks.<\/li>\n<\/ol>\n<p>Q.1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Answer the following.<\/p>\n<p><strong>(i)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/strong>Compare Iterative and Recursive algorithm to find out Fibonacci series.<\/p>\n<p>Explain why analysis of algorithms is important? Explain: Worst Case, Best Case<\/p>\n<p><strong>(ii)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/strong>&amp; Average Case Complexity.<\/p>\n<p><strong>(iii)\u00a0\u00a0\u00a0\u00a0\u00a0 <\/strong>Explain characteristics of Greedy Algorithm.<\/p>\n<p align=\"right\"><strong>(iv)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/strong>What is Principle of Optimality? Explain its use in Dynamic Programming Method.<\/p>\n<p>Q.2 (a) Write a program\/algorithm of Selection Sort Method. What is Complexity of the method?<\/p>\n<p>(b) Explain Quick Sort Method with example.<\/p>\n<p class=\"Bodytext20\">OR<\/p>\n<p>(b) What is Divide and Conquer Technique? Give the use of it for Binary Searching Method.<\/p>\n<p>Q.3 (a) Define Minimal Spanning Tree(MST). Explain Krushkal\u2019s Algorithm to find MST with example.<\/p>\n<p><strong>(b)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/strong>Solve Making Change problem using Dynamic Programming. (denominations: d1=1,d2=4,d3=6). Give your answer for making change of Rs. 8.<\/p>\n<p class=\"Bodytext20\">OR<\/p>\n<p>Q.3 (a) Explain Dijkstra\u2019s algorithm to find minimum distance of all nodes from a given node. (Greedy algorithm)<\/p>\n<p>(b)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Solve the following Knapsack Problem using Dynamic Method. Write the equation for solving above problem.<\/p>\n<p>n = 5, W = 100<\/p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"77\">Object<\/td>\n<td valign=\"top\" width=\"63\">\u00a01<\/td>\n<td valign=\"top\" width=\"56\">\n<p align=\"center\">2<\/p>\n<\/td>\n<td valign=\"top\" width=\"53\">\n<p align=\"right\">3<\/p>\n<\/td>\n<td valign=\"top\" width=\"48\">\n<p align=\"right\">4<\/p>\n<\/td>\n<td valign=\"top\" width=\"35\">\n<p align=\"right\">5<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\" valign=\"top\" width=\"140\">Weight (w) \u00a010<\/td>\n<td valign=\"top\" width=\"56\">20<\/td>\n<td valign=\"top\" width=\"53\">\n<p align=\"right\">30<\/p>\n<\/td>\n<td valign=\"top\" width=\"48\">40<\/td>\n<td valign=\"top\" width=\"35\">\n<p align=\"right\">50<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"77\">Value (v)<\/td>\n<td valign=\"top\" width=\"63\">\u00a020<\/td>\n<td valign=\"top\" width=\"56\">30<\/td>\n<td valign=\"top\" width=\"53\">\n<p align=\"right\">66<\/p>\n<\/td>\n<td valign=\"top\" width=\"48\">40<\/td>\n<td valign=\"top\" width=\"35\">\n<p align=\"right\">60<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Q.4 (a) Explain Backtracking Method. What is N-Queens Problem? Give solution of 4- Queens Problem using Backtracking Method.<\/p>\n<p>(b) Explain Breadth First Traversal Method for Graph with algorithm.<\/p>\n<p>OR<\/p>\n<p>Q.4 (a) Explain Chained Matrix Multiplication with example.<\/p>\n<p><strong>(b)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/strong>Define: Acyclic Directed Graph, Articulation Point, Dense Graph, Sparse Graph.<\/p>\n<p><strong>(c)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/strong>Explain Min Max Principle.<\/p>\n<p>Q.5 (a) Explain in Breif:<\/p>\n<p>P Problem, NP Problem, Heap Tree, Travelling Salesman Problem (b) Explain finite automata for string matching.<\/p>\n<p class=\"Bodytext20\">OR<\/p>\n<p>Q.5 (a) Explain Rabin- carp method for string matching and also give the algorithm.<\/p>\n<p><strong>(b)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/strong>What is Recursion? Give the implementation of Tower of Hanoi problem using Recursion.<\/p>\n<p><strong>(c)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/strong>Define :Big Oh, Big Omega and Big Theta Notation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>GTU Exam Paper Designer and Analysis of Algorithms June 2012 GUJARAT TECHNOLOGICAL UNIVERSITY BE- Vth SEMESTER-EXAMINATION &#8211; MAY\/JUNE &#8211; 2012 Subject code: 150703 \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Subject Name: Design and Analysis of Algorithms Total Marks: 70 Instructions: Attempt all questions. Make suitable assumptions wherever necessary. Figures to the right indicate full marks. Q.1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Answer the following. (i)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &#8230; <a title=\"GTU Exam Paper Designer and Analysis of Algorithms June 2012\" class=\"read-more\" href=\"https:\/\/www.kopykitab.com\/blog\/gtu-exam-paper-designer-and-analysis-of-algorithms-june-2012\/\" aria-label=\"More on GTU Exam Paper Designer and Analysis of Algorithms June 2012\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"","fifu_image_alt":""},"categories":[120,1],"tags":[1858,2962],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.kopykitab.com\/blog\/wp-json\/wp\/v2\/posts\/13760"}],"collection":[{"href":"https:\/\/www.kopykitab.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kopykitab.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kopykitab.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kopykitab.com\/blog\/wp-json\/wp\/v2\/comments?post=13760"}],"version-history":[{"count":1,"href":"https:\/\/www.kopykitab.com\/blog\/wp-json\/wp\/v2\/posts\/13760\/revisions"}],"predecessor-version":[{"id":115903,"href":"https:\/\/www.kopykitab.com\/blog\/wp-json\/wp\/v2\/posts\/13760\/revisions\/115903"}],"wp:attachment":[{"href":"https:\/\/www.kopykitab.com\/blog\/wp-json\/wp\/v2\/media?parent=13760"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kopykitab.com\/blog\/wp-json\/wp\/v2\/categories?post=13760"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kopykitab.com\/blog\/wp-json\/wp\/v2\/tags?post=13760"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}