Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
65 views
Algorithm Design Analysis
Uploaded by
Rahim Mia
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Algorithm Design Analysis For Later
Download
Save
Save Algorithm Design Analysis For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
65 views
Algorithm Design Analysis
Uploaded by
Rahim Mia
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Algorithm Design Analysis For Later
Carousel Previous
Carousel Next
Save
Save Algorithm Design Analysis For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 11
Search
Fullscreen
— = ea Department of Computer Science and Engineering fl Mawlana Bhashani Science and Technology University * 2" year 2" semester B.Se. (Engg.) Final Examination, 2016 we Course Code: CSE-2201 Course Title: Algorithm Design and Analysis | Total Marks: 70 Time: 3 hours Answer any Seven 1. a) Define algorithm. What are the eriteria ofa program to be considered as algorithm? 3 b) What is meant by time and space analysis of algorithm? 3 ©) Define best case, worst case and average case complexity. 4 2. a) Write an algorithm for Tower of Hannoi where the no. of disk is 4 b) According to Dynamic Programming determine the length of the shortest path between all 3 pairs of vertices inthe following graph. z ©) Distinguish between dynamic programming and divide and conquer approach. In_which 3 situation dynamic programming is preferred over divide-and-conquer approach? Explain with examples. 3. a) When backtracking solutions are feasible for problem solving? Give an example. b) Determine an LCS of X = (A, B,C, B, D, A, B) and Y = {B,D,C, A,B, A}. ©) What i negative weigh cele? Aply Diase's algorithm wo ind the shortest path fom the 3 | source § to all other vertices inthe following graph. Also describe the limitations of Dijkstra's algorithm. How can you overcome the shortcoming of Dijkstra’s algorithm? 4. a) Consider the following instance of knapsack problem where 3 B= 7,m=15 (0 ,P2sP3--Pr)=(10,5,15,7,8,15,3) and ($1.02, Ws,..W7)=(2,3,6,7,2,4,1).Now caleulate i, All feasible solution ii, Solution using greedy algorithm Page 1 of 3ee —- b) How do you define greedy choice property? Prove thatthe fractional knapsack pr greedy choice property. Compute the minimum spanning tre for the following figure using Prim’s Algorithm a) Generate the Huffman code for A, B,C, D, E and S where the frequencies are A=12, B=20, 6 |. D=11, E=11, S=13. Conver the text “CSE” to the corresponding Huffman code. bb) Let A'and B be two n=n matrices, The product matrix C=AB is also an nxn matrix, Given(5) 4 oT Al and alt 4 24 fs Perform the matrix multiplication by Strassen’s Matrix Multiplication Algorithm. 5 18) Explain the master method of solving recurrence with example. b) Given a set of 10 activities along with their starting and ending time. 5 fi 3 ar is a0 7 [8 9 10 on ee 3 {sts fe {s [es [iz fi__14 {s_]317_1s [9 | [ur [i2_ [16 ‘Choose the maximum number of activities from the above list so that no two activities overlap each other. ‘8) What is graph coloring? Write the graph coloring algorithm using backtrack technique. Apply 5 graph coloring algorithm for the following figure, b) Let L be an array of n distinct integers. Give an efficient algorithm to find the length of a 5 longest increasing subsequence of entries in L. For example, if the entries are 11,17,5,8.6.4,7.12,3, a longest increasing subsequences is 5,6,7,12. 8) A Two popular graph search algorithm are Breadth First Search and Depth Search Algorithm. 4 Write down the key differences between these two algorithm and other applications of these ‘two algorithms. Apply DFS for the following figure. (5) Page 2 of 3b °) a) » Solve the magic square having matrix 6%6 also write down the sequence of steps. Let ‘n’ be the number of queens are to be placed on an N*N Chessboard so that the no queens attacks each other that is no two queens are on the same row, column and diagonal. Now write ‘an algorithm to solve the N-Queen problem. Write down Quick-Hull algorithm to find a CONVEX HULL in a geometric plane using Quick Hull method and test it using suitable data. A traveling salesman is getting ready for a big sales tour. Let's consider the directed graph of following figure. Establish dynamic programming solution of TSP. 0 10 14 20 s 0 9 10 6 130 12 2 8,9 0 Page 3 of32 20it Gell ot a & ( Department of Computer Science and Engineering ae Mawilana Bhashani Science and Technology University 2" year 2™ semester B.Sc. (Engg.) Final Examination 2017 Course Code: CSE 2201 Course Title: Algorithm Design and Analysis Time: 3 hours Total Marks: 70 (Answer Any SEVEN) I. a) Define algorithm. What are the criteria of a program to be considered as algorithm? 3 'b) Show that the solution of T (n) =T ([n/2]) +1 is O (log n). 3 ©) Demonstrate how divide and conquer technique is used in binary search algorithm to find the 4 key element k= -7 forthe following entries: 15,-5,0,9, 14,23, 46, 54, 83, 13, 123. 141, 144, 151 2. a) Let the data 63, 71, 82, 64, 56, 40, 55, 74 are stored in A{1] to A(8]. Now show each stepto 8 sort those data using Quick sort algorithm. 'b) What will be the best, average and worst case for quick sort technique while sorting N 2 numbers? 3. a) When backtracking solutions are feasible for problem solving? Give an example. 'b) Distinguish between dynamic programming and divide and conquer approach. In which situation dynamic programming is preferred over divide and conquer approach? Explain with 7 examples. ©) What is negative weight cycle? Apply Dijkastra’s algorithm to find the shortest path from 3 the source $ to all other vertices in the following graph. Also describe the limitations of Dijkstra’s algorithm. How can you overcome the shortcoming of Dijkstra's algorithm? 3 Be Nx 4 Find an optimal solution to the fract Number of Objects N: c A ial knapsack instance, 10 5, Maximum weight M= 15 and BR y]woy]s | 3s | 7 8 wl 3 ‘7? 3] 0 Where P, and W; denotes the price and weight of the Fh product respectively 5. a) Show the steps for finding all pair shortest path using Floyd-Warshal algorithm for the 6 following graph, 4 >) Generate the Huffiman code for A,B,C,DsE .M,S,U where the frequencies are A=12, B20, 4 C=4, D=10, E=11,M=13,T=18,S=13,U=16. Convert the text “MBSTU” to the corresponding Huffman code. 6. a) Compute the minimum number of scalar multiplications for the matrix chain multiplication 4 eee>) ° a) ») ° a) ») 9 a) ») You are given Sting [a ]B Je Je [B [C [A |b |e [a [6 [@ IC Pattem/a [B [a [a | = By using Rabin-Karp string matching algorithm find the pattern ‘p’ occurs in “S" and if ‘p does occur then returning position in ‘S* where ‘p’ occurs. Given a directed graph with edge list and weight AB(S), BC(2), AC(4), AD(6), CDG), 3 DB(1), DEG), EB(3), EF(3), FB(4). Construct a min cost arborescence rooted at A. (edge CD(3) means edge is directed from C to D and has weight 3). What is graph coloring? Write the graph J coloring algorithm using backtrack technique. Apply graph coloring algorithm forthe given figure, uw 7 1. 15 Let L be an array of n distinct integers. Give an efficient algorithm to find the length ofa 3 longest increasing subsequence of entries in L. For example, if the entries are 11,17,5,8,6.4,7,12,3, a longest increasing subsequences is 5,6,7,12. Apply the Transitive-Closure algorithm on the 4 graph given in Figure. Show the matrices computed at all stages of the execution of the Transitive Closure algorithm ‘A Two popular graph search algorithm are Breadth First Search and Depth Search Algorithm. Write down the key differences between these two algorithm and other applications of these two algorithms, Apply DFS for the given figure. . : Solve the magic square having matrix 6*6 also write down the sequence of steps. 3 Let ‘n’ be the number of queens are to be placed on an N*N Chessboard so that the no 3 ‘queens attacks each other that is no two queens are on the same row, column and diagonal Now write an algorithm to solve the N-Queen problem. Write down Quick-Hull algorithm to find a CONVEX HULL in a geometric plane using 3 (Quick Hull method and test it using suitable data, A traveling salesman is getting ready for a big sales tour. Let's consider the directed graphof 4 following figure. Establish dynamic programming solution of TSP. ona 7 0 9 10 6 30 2 3 8 20 Define the six classes of problems: P, Co-P, NP, Co-NP, NP- complete and NP-hard. Show 3 that vertex cover is a NP-Complete.oo J ‘iS ann “CF # Department of Computer Science and Engineering Mawlana Bhashani Science and Technology University 2" Year 2"4 Semester B.Sc. (Engg,) Final Examination, 2018 = Title: Algorithm Design and Analy ‘Course Code: CSE-2201 3 hours, es 7 _ amie ‘Total marks: 70 [Answer any seven questions) yy Define algorithm. What are the eriteria ofa program to be considered as algorithm? 3 ° a) b) 9 a) ») ° ») a) » ° ‘What do you mean by recursive algorithm? Show that the solution of T(n)=T ([n/2)+1 4 is 0 (logn) ‘Write down the algorithm to delete an item from the binary search tree. {Let A and B be two nxn matrices. The product matrix C=A*B is also an n*n matrix. Given 4 1 4) ond pf © faecal Perform the matrix multiplication by Strassen’s Matrix Multiplication Algorithm. Matrix Multiplication Algorithm. It is possible to multiply 3*3 or 4°4 by Strassen Matrix Multiplication? How? Suppose you are given a Main text “abebdacbe” and Pattern is “abe” By using KMP algorithm 3 find the pattem in the given text. ‘An Ackermann’s function A(m,n) is defined as follows: 3 n+d ifm=0 A(m,n) = 9 A(mn — 1,1) ifm>Oandn=0 A(m —1,A(m,n—1)) itm >Oand n>0, Demonstrate how A(2,3)’s computation results in different steps. ‘When backtracking solutions are feasible for problem solving? Give an example. Determine an Longest Common Subsequence(LCS) of X=( ATCTGAT) and Y=( TGCA TA). Write an algorithm for Tower of Hannoi. Analyze the algorithm when no. of Disk=5. Consider the following instance of knapsack problem where 15,(P1,P24P3-7)=(10,5,15,7,8,15,3) and (W,W2,W5,..W9)=(2,3,6,7.2,4,1).Now calculate i. All feasible solution ii, Solution using greedy algorithm How do you define greedy choice property? Prove that 0/1 knapsack problem can not be 3 solved using greedy method. Distinguish between dynamic programming and divide and conquer approach. In which situation dynamic programming is preferred over divide-and-conquer approach? Explain with examples, 3 Let N be the number of queens are to be placed on an N*N chessboard so that no two attacks 3 that is no two queens are on the same row, column and diagonal Write an algorithm to solve the n-queens problem Draw the portion of solution space generated by N-queens problem for the number of queen 6. 4 A Two popular graph search algorithm are Breadth First Search and Depth Search Algorithm. 3 Write down the key differences between these two algorithm and other applications of these two algorithms. Apply DFS forthe following figure.6. a) Write down the algorithm for greedy job scheduling. There are five Jobs with Wg z #3 . deadlines and profits are given. £o4 2 = [pia aP dj a ae et - 19 aa —_ a tp —_[s E 15 Find the maximum profit sequences of the above jobs with deadlines. b) Consider @ data file with 35000 characters. The characters in the file occur with the 4 Sequences given by 5 hook Frequency (in thousand) tte Generate the variable length code word using Huffman code algorithm. 7. a) Consider the following graph: 3 Compute the minimum spanning tree for the above mentioned graph using Prim’s algorithm. b) What is negative weight cycle? Apply Dijkastra’s algorithm to find the shortest path from the 5 source $ to all other vertices in the following graph. Also describe the limitations of Dijkstra’s algorithm. How can you overcome the shortcoming of Dijkstra’s algorithm? 8. a) Byusing Bellman-Ford Algorithm find the All-pairs shortest path forthe following figure. 4"wn an algorithm to find a C ‘and test it using suitable data, t G be a graph m be a positive inte ‘way that no two adjacent nodes have What is graph coloring? Writ raph coloring algorithm for the following figure. ) A traveling salesman is getting ready fora big sales tour. following figure. Establish dynamic programming solutic Let's consider the directed graph of T ion of TSP. 0 4 uN ‘ONVEX HULL in a geometric plane using Quick Hull ‘the magic square having matrix 6%6 also write down thé sequence of steps, "get. Write an algorithm to color the graph G in such a the same color yet only m color is used, eth graph coloring algorithm using backtrack technique, Apply 14 22 0 9 10 B 8 ° 9 12 09 >) Determine an Longest Common Subsequence(LCS) of X=(A, Y=B.C.D,A.BA). Department of Computer Science ai Mawlana Bhashani Scie ind Engineering 2" year 2" semester B. nee and Technology University Se, (Engg.) Final Examination-2019 gerithen Design and Analysis Course Code: CSE-2201 Time: 3 hours (Answer any Seven from the following questions) Prgite algorithm. What are the advantages and disadvantages of Asymptotic Analysis? 3 ‘What does dfv) represent atthe end of the exceuton of Algorithm I, ite soraher applied 4 fon an unweighted directed acyclic graph (DAG) G with a source s? What the runtime complexity isin terms of IV I and FE Tof Algorithm 1? Algorithm 1 Compute a topological sorting of G for each vertex v in V[G] dlvi=0 for each u taken in topologically sorted order for each v in adj(u) if dfv]
You might also like
ADA Question Bank.docx
PDF
No ratings yet
ADA Question Bank.docx
8 pages
ADA Question Bank
PDF
No ratings yet
ADA Question Bank
8 pages
DAA Previous Paper
PDF
No ratings yet
DAA Previous Paper
14 pages
ADA IMP Questions With Solution For GTU
PDF
No ratings yet
ADA IMP Questions With Solution For GTU
63 pages
AD3351 - DAA SET B-Answer Key
PDF
No ratings yet
AD3351 - DAA SET B-Answer Key
5 pages
Datta Meghe Institute of Engineering, Technology & Research, Sawangi (M), Wardha Assignment No.2
PDF
No ratings yet
Datta Meghe Institute of Engineering, Technology & Research, Sawangi (M), Wardha Assignment No.2
3 pages
ADA PYQs List
PDF
No ratings yet
ADA PYQs List
8 pages
DAA Odd 2018 ES
PDF
No ratings yet
DAA Odd 2018 ES
4 pages
Algorithms
PDF
No ratings yet
Algorithms
14 pages
ADA - Question - Bank
PDF
No ratings yet
ADA - Question - Bank
6 pages
Materi Analisis Dan Design Algoritma
PDF
No ratings yet
Materi Analisis Dan Design Algoritma
4 pages
10. ADA_Question_Bank
PDF
No ratings yet
10. ADA_Question_Bank
6 pages
CS3CO13-IT3CO06 Design and Analysis of Algorithms
PDF
No ratings yet
CS3CO13-IT3CO06 Design and Analysis of Algorithms
4 pages
Cs502 Solved Mcqs Final Term by Junaid
PDF
No ratings yet
Cs502 Solved Mcqs Final Term by Junaid
104 pages
UNIT-1 2 Mark Questions
PDF
No ratings yet
UNIT-1 2 Mark Questions
11 pages
Cs6402-Design and Analysis of Algorithm Question Bank Unit-I
PDF
No ratings yet
Cs6402-Design and Analysis of Algorithm Question Bank Unit-I
12 pages
Ada Pyq
PDF
No ratings yet
Ada Pyq
5 pages
Daa Question Paper Winter 2024
PDF
No ratings yet
Daa Question Paper Winter 2024
8 pages
Imp Qns for DAA[1]
PDF
No ratings yet
Imp Qns for DAA[1]
6 pages
SEM5 ADA RMSE Questions
PDF
No ratings yet
SEM5 ADA RMSE Questions
3 pages
Daa Detention Work
PDF
No ratings yet
Daa Detention Work
7 pages
Solutions To Set 140
PDF
No ratings yet
Solutions To Set 140
18 pages
Ada see
PDF
No ratings yet
Ada see
4 pages
B.E-Degree Examination, November / December 2006 Computer Science and Engineering Cs 1201 - Design and Analysis of Algorithms Answer Key Part-A
PDF
No ratings yet
B.E-Degree Examination, November / December 2006 Computer Science and Engineering Cs 1201 - Design and Analysis of Algorithms Answer Key Part-A
20 pages
July 2022 End Sem DAA
PDF
No ratings yet
July 2022 End Sem DAA
4 pages
MCS-211-2024-ENGLISH
PDF
No ratings yet
MCS-211-2024-ENGLISH
16 pages
MCS 211
PDF
No ratings yet
MCS 211
3 pages
CB402 _ DAA
PDF
No ratings yet
CB402 _ DAA
10 pages
MPS QB
PDF
No ratings yet
MPS QB
4 pages
Question Bank 1to11
PDF
No ratings yet
Question Bank 1to11
19 pages
DAA - QuestionBank - CSIT
PDF
No ratings yet
DAA - QuestionBank - CSIT
6 pages
DAA Qbank
PDF
No ratings yet
DAA Qbank
10 pages
Daa Two Mark Questions
PDF
No ratings yet
Daa Two Mark Questions
9 pages
Sample Questions Daa
PDF
No ratings yet
Sample Questions Daa
6 pages
Ad3351 Daa Question Bank
PDF
No ratings yet
Ad3351 Daa Question Bank
12 pages
Q.Bank DAA KCS503
PDF
No ratings yet
Q.Bank DAA KCS503
4 pages
2marks DAA
PDF
No ratings yet
2marks DAA
9 pages
Ada Imp
PDF
No ratings yet
Ada Imp
6 pages
DAA3
PDF
No ratings yet
DAA3
18 pages
MCA - Sem 2 - Design & Analysis of Algorithms
PDF
No ratings yet
MCA - Sem 2 - Design & Analysis of Algorithms
4 pages
Comp 314 - 2016
PDF
No ratings yet
Comp 314 - 2016
5 pages
UnivQP Alg AK
PDF
No ratings yet
UnivQP Alg AK
3 pages
QUESTION BANK ALGORITHM
PDF
No ratings yet
QUESTION BANK ALGORITHM
5 pages
QP3
PDF
No ratings yet
QP3
37 pages
ADA PYQ (Shivani)
PDF
No ratings yet
ADA PYQ (Shivani)
20 pages
2-1 Algorithm 19 Batch
PDF
No ratings yet
2-1 Algorithm 19 Batch
4 pages
DAA QB ALL Six Unit
PDF
No ratings yet
DAA QB ALL Six Unit
8 pages
B.E-Degree Examination, November / December 2006 Computer Science and Engineering Cs 1201 - Design and Analysis of Algorithms Answer Key Part-A
PDF
No ratings yet
B.E-Degree Examination, November / December 2006 Computer Science and Engineering Cs 1201 - Design and Analysis of Algorithms Answer Key Part-A
21 pages
Daa MCQ - Sample-2020 PDF
PDF
100% (5)
Daa MCQ - Sample-2020 PDF
40 pages
CS8451 Daa Rejinpaul Iq Am19
PDF
No ratings yet
CS8451 Daa Rejinpaul Iq Am19
2 pages
3 - Design and Analysis of Algorithms
PDF
No ratings yet
3 - Design and Analysis of Algorithms
188 pages
3 - Design and Analysis of Algorithms
PDF
67% (3)
3 - Design and Analysis of Algorithms
188 pages
DAA_Question Bank
PDF
No ratings yet
DAA_Question Bank
7 pages
Chendu College of Engineering & Technology
PDF
No ratings yet
Chendu College of Engineering & Technology
5 pages
DAA 2019-2020 PYQ
PDF
No ratings yet
DAA 2019-2020 PYQ
4 pages
QP2
PDF
No ratings yet
QP2
44 pages
DAA Lab Manual
PDF
No ratings yet
DAA Lab Manual
52 pages
Related titles
Click to expand Related Titles
Carousel Previous
Carousel Next
ADA Question Bank.docx
PDF
ADA Question Bank.docx
ADA Question Bank
PDF
ADA Question Bank
DAA Previous Paper
PDF
DAA Previous Paper
ADA IMP Questions With Solution For GTU
PDF
ADA IMP Questions With Solution For GTU
AD3351 - DAA SET B-Answer Key
PDF
AD3351 - DAA SET B-Answer Key
Datta Meghe Institute of Engineering, Technology & Research, Sawangi (M), Wardha Assignment No.2
PDF
Datta Meghe Institute of Engineering, Technology & Research, Sawangi (M), Wardha Assignment No.2
ADA PYQs List
PDF
ADA PYQs List
DAA Odd 2018 ES
PDF
DAA Odd 2018 ES
Algorithms
PDF
Algorithms
ADA - Question - Bank
PDF
ADA - Question - Bank
Materi Analisis Dan Design Algoritma
PDF
Materi Analisis Dan Design Algoritma
10. ADA_Question_Bank
PDF
10. ADA_Question_Bank
CS3CO13-IT3CO06 Design and Analysis of Algorithms
PDF
CS3CO13-IT3CO06 Design and Analysis of Algorithms
Cs502 Solved Mcqs Final Term by Junaid
PDF
Cs502 Solved Mcqs Final Term by Junaid
UNIT-1 2 Mark Questions
PDF
UNIT-1 2 Mark Questions
Cs6402-Design and Analysis of Algorithm Question Bank Unit-I
PDF
Cs6402-Design and Analysis of Algorithm Question Bank Unit-I
Ada Pyq
PDF
Ada Pyq
Daa Question Paper Winter 2024
PDF
Daa Question Paper Winter 2024
Imp Qns for DAA[1]
PDF
Imp Qns for DAA[1]
SEM5 ADA RMSE Questions
PDF
SEM5 ADA RMSE Questions
Daa Detention Work
PDF
Daa Detention Work
Solutions To Set 140
PDF
Solutions To Set 140
Ada see
PDF
Ada see
B.E-Degree Examination, November / December 2006 Computer Science and Engineering Cs 1201 - Design and Analysis of Algorithms Answer Key Part-A
PDF
B.E-Degree Examination, November / December 2006 Computer Science and Engineering Cs 1201 - Design and Analysis of Algorithms Answer Key Part-A
July 2022 End Sem DAA
PDF
July 2022 End Sem DAA
MCS-211-2024-ENGLISH
PDF
MCS-211-2024-ENGLISH
MCS 211
PDF
MCS 211
CB402 _ DAA
PDF
CB402 _ DAA
MPS QB
PDF
MPS QB
Question Bank 1to11
PDF
Question Bank 1to11
DAA - QuestionBank - CSIT
PDF
DAA - QuestionBank - CSIT
DAA Qbank
PDF
DAA Qbank
Daa Two Mark Questions
PDF
Daa Two Mark Questions
Sample Questions Daa
PDF
Sample Questions Daa
Ad3351 Daa Question Bank
PDF
Ad3351 Daa Question Bank
Q.Bank DAA KCS503
PDF
Q.Bank DAA KCS503
2marks DAA
PDF
2marks DAA
Ada Imp
PDF
Ada Imp
DAA3
PDF
DAA3
MCA - Sem 2 - Design & Analysis of Algorithms
PDF
MCA - Sem 2 - Design & Analysis of Algorithms
Comp 314 - 2016
PDF
Comp 314 - 2016
UnivQP Alg AK
PDF
UnivQP Alg AK
QUESTION BANK ALGORITHM
PDF
QUESTION BANK ALGORITHM
QP3
PDF
QP3
ADA PYQ (Shivani)
PDF
ADA PYQ (Shivani)
2-1 Algorithm 19 Batch
PDF
2-1 Algorithm 19 Batch
DAA QB ALL Six Unit
PDF
DAA QB ALL Six Unit
B.E-Degree Examination, November / December 2006 Computer Science and Engineering Cs 1201 - Design and Analysis of Algorithms Answer Key Part-A
PDF
B.E-Degree Examination, November / December 2006 Computer Science and Engineering Cs 1201 - Design and Analysis of Algorithms Answer Key Part-A
Daa MCQ - Sample-2020 PDF
PDF
Daa MCQ - Sample-2020 PDF
CS8451 Daa Rejinpaul Iq Am19
PDF
CS8451 Daa Rejinpaul Iq Am19
3 - Design and Analysis of Algorithms
PDF
3 - Design and Analysis of Algorithms
3 - Design and Analysis of Algorithms
PDF
3 - Design and Analysis of Algorithms
DAA_Question Bank
PDF
DAA_Question Bank
Chendu College of Engineering & Technology
PDF
Chendu College of Engineering & Technology
DAA 2019-2020 PYQ
PDF
DAA 2019-2020 PYQ
QP2
PDF
QP2
DAA Lab Manual
PDF
DAA Lab Manual