5 Pages

ln5

Course: CS 504, Fall 2008
School: Uni. Worcester
Rating:
 
 
 
 
 

Word Count: 1718

Document Preview

set Given S, assume each s S has a weight |s|. A GF of S is F ( z) = S an = {s S: s = n} , F ( z) = an z n S NOTE: Since S = a n , S = FS (1) . n n s S z s . Letting Ex: In how many ways can we give money using 1 coin? (z + z 5 + z 10 + z 25 ) [z 5 ]( z + z 5 + z 10 + z 25 ) =1 [z 6 ]( z + z 5 + z 10 + z 25 ) = 0 Ex: In how many ways can we give money using 2 coins (order doesnt matter)? (z + z 5 + z 10 +...

Register Now

Unformatted Document Excerpt

Coursehero >> United Kingdom >> Uni. Worcester >> CS 504

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
set Given S, assume each s S has a weight |s|. A GF of S is F ( z) = S an = {s S: s = n} , F ( z) = an z n S NOTE: Since S = a n , S = FS (1) . n n s S z s . Letting Ex: In how many ways can we give money using 1 coin? (z + z 5 + z 10 + z 25 ) [z 5 ]( z + z 5 + z 10 + z 25 ) =1 [z 6 ]( z + z 5 + z 10 + z 25 ) = 0 Ex: In how many ways can we give money using 2 coins (order doesnt matter)? (z + z 5 + z 10 + z 25 ) (z + z 5 + z 10 + z 25 ) No! pWhy not? [z 6 ]( z + z 5 + z 10 + z 25 )( z + z 5 + z 10 + z 25 ) = 2 Ex: Need to separate 2 kinds of data: # of ways & resource consumed. Thus, put 1 datum in coefficient & 1 in exponent. (Polya) In how many ways can we make change for 50 using an arbitrary number of coins? Order doesnt matter. In how many ways can we leave pennies for k? 1 P = 0 + p + pp + ppp + ... =1 + z + z 2 + = z6 P =1 1-z If we can spend pennies & nickels? 1 N = P + nP + nnP + ... = ( z 0 + z 5 + z 10 + )P = P z6 N = 2 1 - z5 If we can spend pennies, nickels, dimes & quarters? 1 D = N + dN + ddN + ... = ( z 0 + z 10 + z 20 + ) N = N z6 D = 2 1 - z 10 1 Q = D + qD + qqD + ... (z 0 + z 25 + z 50 + )D = z6 Q = 2 25 D 1-z 1 1 1 1 Answer is [z 50 ] . Q is generating function of the # of ways to 1 - z 1 - z 5 1 - z 10 1 - z 25 make change for n. pWhat if we have 3 pennies, 2 nickels & a dime? 1+ z + z 2 + z 3 1+ z 5 + z 10 1+ z 10 1 1 pWhat if we have green & blue pennies? P = 1-z1-z 1 pWhy not P( z ) = ? 1 - 2z p Suppose we have n distinguishable objects labeled x1,,xn. In how many ways can we 0 take a subset of k of these objects? For the jth object, z + x j z = 1 + x j z . Ignoring k, [ ] [ ] [ ] [ ] ( )( )( ) were interested in 0 n j 1 j (1 + x z ) , GF for ways to choose a subset from the objects. [z ] (1 + x z ) =1 [z ] (1 + x z ) = x + + x If we want the number of ways to n j 1 j n j 1 j 1 n n j 1 k n k ( ) ( ) choose the objects, (1+ z) = (1+ z) . [z ](1+ z) n n n = n = . Final answer is 1 [z ](1+ z) = [z ] j z j n j n = k LN5-1 Ex: Assume a set of dice is really fair if probabilities of each event {2,,12} are equal (uniform distribution). 1 k 1 2 z2 z 2 1 - z 11 P( z ) = z = ( z + + z 12 ) = (1 + + z 10 ) = 11 11 1 - z 11 12 k 2 11 6 The 2 dice have PGFs R( z ) = r1 z + + r6 z and S( z ) = s1 z + + s6 z 6 . P( z ) = R( z )S( z ) = (r1 z + + r6 z 6 )( s1 z + + s6 z 6 ) = z 2 ( r1 + + r6 z 5 )( s1 + + s6 z 5 ) . 1 1 - z 11 = (r1 + + r6 z 5 )( s1 + + s6 z 5 ) Leftside has 5 pairs of complex conjugate 11 1 - z roots e , 1k5. Rightside has 2 real roots. Hence, impossible. Using generating functions to solve recurrences: -Create a power series in z (assume tn=0 for n<0) G(z)=t0+t1z +t2z2 + ... -Convert the power series to closed form -Manipulate the closed form so it's a sum of simple functions with known expansions -Convert back to power series & match terms 5tn1 6tn2 if n > 1 Ex: tn = 7 if n = 1 1 if n = 0 As a general recurrence, tn=5tn-1 - 6tn-2 This is fine for n>1 and n<0. tn =5tn-1 - 6tn-2 +[n=0] Fine except for n=1. tn =5tn-1- 6tn-2 + [n=0] +2[n=1]. - For any n, tn zn=5tn-1zn - 6tn-2zn + [n=0]zn +2[n=1]zn 2 ipk 11 tn z n = 5tn1z n 6tn2 z n + 2[n = 1]z n + [n = 0]z n n n n n n n Letting G(z) = tn z n yields n n G(z ) = 5z tn -1 z n -1 - 6z 2 tn -2 z n -2 + 2z +1 = 5zG(z )- 6z 2 G(z )+ 2z +1 2z + 1 1 5z + 6z 2 2z + 1 a b -Noting that this is close to a closed form + after solving for 2 = 1 3z 1 2z 1 5z + 6z a, b, by a +b =1,-2az -3bz =2z , we solve for a =5, 4 5 b =-4 and we rewrite G(z) = 1 3z 1 2z 1 - Noting that = 1 + qz + q 2 z 2 +...our solution is tn = 5*3n - 4*2n 1 qz In doing step 3, we use the method partial of fractions which says (in weakened form) ck, j 1 that we can find ck,j to solve = m j (ak z + bk ) k 1kn 1 jmk (ak z + bk ) - Regrouping yields the closed form G(z) = 1kn LN5-2 Some common generating functions sequence G.F. 1 1,1,1,1,... 1 z 1 1,-1,1,-1,... 1+ z 1 1,0,1,0,... 1 z2 1 1,2,3,4,5,... (1 z)2 1 1,k ,k 2,k 3,... 1 kz k k 1,k, , ... (1+z )k 2 3 0,1,1/2,1/3,1/4,... 1 ln 1 z tn 1 (-1)n [2|n] n+1 kn (1 + z)k = 0 j j z j 1k j k 1 [n 1] n 1 1/0!,1/1!,1/2!,1/3!,... ez n! (Flajolet) Admissible constructions THEOREM : If FA(z) and GB(z) are GFs for the sets A and B, then if A & B are disjoint, then FA ( z) + G B ( z) is the GF for A B, FA ( z)G B (z) is the GF for A B {( a,b) | a A b B} , 1 is the GF for all sequences of elements of A. 1- FA ( z) PROOF: Let FA ( z) = an z n and G B( z) = gn z n . Then FA ( z) + G B ( z) = a n z + bn z = ( an + bn ) z n = n n n n n n k n -k n FA ( z)G B (z) = a k bn -k z z n k = ak z k bn -k z n -k = n k s A B z s . a,b ) a =k b =n -k ( a,b ) A B z ( . 1 2 3 = 1+ FA ( z) + FA ( z) + FA (z) + ... counts the classes U A k . 1- FA ( z) k 0 EX: How many possible k letter words in English? k=1 F1(z)=26z to get all 1 1 sequences F( z) = = = 26n z n . 1- F1 ( z) 1- 26z n 0 EX: A composition of an integer n is a sequence a1,,ak such that k1, ai1, 1ik, and ai = n (order doesnt matter). Let fn be the number of compositions of n. f0=0, f1=1, k i 1 f2=2. We want F(z), a GF for the fn. Try the SUBROBLEM s: z k=1 F1 ( z) = 1- z LN5-3 z k=2 F2 ( z) = . 1- z Arbitrary but fixed k, Fk ( z) = z . 1- z 1 1 z -1 = -1 = z 1 - F1 ( z) 1 - 2z 11-z k 2 By the third case of the above theorem, F( z ) = 0,if n = 0 . yielding fn = n -1 2 ,if n > 0 EX: How many full (every node has degree 0 or 2) binary trees of n internal nodes (n+1 leaves) are there? B(z)= bn z n =1+ z + 2z2 + 5z3 + 14z4 + 42z5 + ... n 2 B( z) = zB( z) B( z) +1 zB ( z) - B( z) +1 = 0. Solving for B(z): B(z) = 1 1- 4z 2z Which root? B(0)=1negative root so B(z) = express 1- 1- 4z . To extract bn, we need to 2z 1- 1- 4z as a power series. 2z 1 / 2 (-4 z) n - 1 / 2(-4z) n 1- 1/ 2 1- (1- 4z) n n n 0 = = n 1 . 2z ...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Uni. Worcester - CS - 504
CS504: Analysis of Computations and Systems Spring 1999Homework VIDue: March 8 or 10, 1999One more recurrence1. Solve the second-order linear recurrence xn 1 xn 312 xn 32nn2x0a x1bGenerating Functions2. Here is a different w
Uni. Worcester - CS - 99
CS504: Analysis of Computations and Systems Spring 1999Homework VIDue: March 8 or 10, 1999One more recurrence1. Solve the second-order linear recurrence xn 1 xn 312 xn 32nn2x0a x1bGenerating Functions2. Here is a different w
Uni. Worcester - CS - 9906
CS504: Analysis of Computations and Systems Spring 1999Homework VIDue: March 8 or 10, 1999One more recurrence1. Solve the second-order linear recurrence xn 1 xn 312 xn 32nn2x0a x1bGenerating Functions2. Here is a different w
Uni. Worcester - CS - 504
C.S.504 H.W. #7Due: November 5, 1991 1. (3 points) Use the method of characteristic roots to solve the tn = tn -2 + 4n , n 2 recurrence: t 0 = 1, t 1 = 4 2. (3 points) Use the method of characteristic roots to solve the recurrence: tn = 2*tn -1 + (n
Uni. Worcester - CS - 91
C.S.504 H.W. #7Due: November 5, 1991 1. (3 points) Use the method of characteristic roots to solve the tn = tn -2 + 4n , n 2 recurrence: t 0 = 1, t 1 = 4 2. (3 points) Use the method of characteristic roots to solve the recurrence: tn = 2*tn -1 + (n
Uni. Worcester - CS - 504
C.S.504 H.W. #4Due: October 8, 19921. (1 point) Evaluate1 2 n2 +10n2 5 2. (1 point) Evaluate0m kn 3. (4 points) Assume that you're sequentially seeking a card in a perfectly shuffled deck of 106 distinct cards. The card is in the deck. A)W
Uni. Worcester - CS - 92
C.S.504 H.W. #4Due: October 8, 19921. (1 point) Evaluate1 2 n2 +10n2 5 2. (1 point) Evaluate0m kn 3. (4 points) Assume that you're sequentially seeking a card in a perfectly shuffled deck of 106 distinct cards. The card is in the deck. A)W
Uni. Worcester - CS - 504
C.S.504 H.W. #1Due: September 23, 19931. (2 points) What does the following algorithm compute? function f(n,m : integer) : integer; X m; K 0; while Xn do X X*m; K K+1; return(K); 2. (9 points) We want to find the maximum and the minimum element
Uni. Worcester - CS - 93
C.S.504 H.W. #1Due: September 23, 19931. (2 points) What does the following algorithm compute? function f(n,m : integer) : integer; X m; K 0; while Xn do X X*m; K K+1; return(K); 2. (9 points) We want to find the maximum and the minimum element
Uni. Worcester - CS - 504
C.S.504 H.W. #5Due: October 15, 1991 1.(5 points) Prove the equality on page 72 of our text that for direct chaining hashing,s 2 ( A n' ) =2. (3 points) Given two sorted lists,n ( m -1) m2a 1 ,., a n a b 1,.,b nbshow that any algorithm whi
Uni. Worcester - CS - 91
C.S.504 H.W. #5Due: October 15, 1991 1.(5 points) Prove the equality on page 72 of our text that for direct chaining hashing,s 2 ( A n' ) =2. (3 points) Given two sorted lists,n ( m -1) m2a 1 ,., a n a b 1,.,b nbshow that any algorithm whi
Uni. Worcester - CS - 504
C.S.504H.W. #4Due: March 25/26, 1998Read SECTIONS 5.1, 5.2, 5.3 (Trick 1) Do EXERCISEs 5.1, 5.2, 5.4, 5.15 from GKP. Do not submit your solutions, but check them with the answers from the back of the text. 1. (3 points) Find a closed form for coe
Uni. Worcester - CS - 98
C.S.504H.W. #4Due: March 25/26, 1998Read SECTIONS 5.1, 5.2, 5.3 (Trick 1) Do EXERCISEs 5.1, 5.2, 5.4, 5.15 from GKP. Do not submit your solutions, but check them with the answers from the back of the text. 1. (3 points) Find a closed form for coe
Uni. Worcester - CS - 504
C.S.504 H.W. #1Due: September 17, 1991 Assume that you're sequentially seeking a card in a perfectly shuffled deck of 106 distinct cards. Use Chebyshev's inequality to give a bound on the probability that you'll have to examine at least 900,000 card
Uni. Worcester - CS - 91
C.S.504 H.W. #1Due: September 17, 1991 Assume that you're sequentially seeking a card in a perfectly shuffled deck of 106 distinct cards. Use Chebyshev's inequality to give a bound on the probability that you'll have to examine at least 900,000 card
Uni. Worcester - CS - 504
C.S.504SOLUTION FOR H.W. #1k n n n n( n +1) n( n - 1) n 1 - 1 = ( n - k) = n - k = n 2 = 1. 1 = 2 2 k =1 j =k+ 1 k =1 j =1 j =1 k =1 k =1 k =1 n n n2. In fact, Gn = (-1)n+1Fn.0, if n = 0 Gn = if n = 1 1, G - G , if n &gt;1 n -2 n -13.
Uni. Worcester - CS - 98
C.S.504SOLUTION FOR H.W. #1k n n n n( n +1) n( n - 1) n 1 - 1 = ( n - k) = n - k = n 2 = 1. 1 = 2 2 k =1 j =k+ 1 k =1 j =1 j =1 k =1 k =1 k =1 n n n2. In fact, Gn = (-1)n+1Fn.0, if n = 0 Gn = if n = 1 1, G - G , if n &gt;1 n -2 n -13.
Uni. Worcester - CS - 504
C.S.504 H.W. #2Due: September 24, 1992(6 points) Consider the following procedure void InsertionSort(int A, int n) {int i, j,temp; for (i=1; i&lt;n; i+) { /* A[0.i-1] already sorted */ temp=A[i]; for (j=i-1; j&gt;=0 &amp; temp&lt;A[j]; j-) A[j+1]=A[j]; /*&lt;-*/ A
Uni. Worcester - CS - 92
C.S.504 H.W. #2Due: September 24, 1992(6 points) Consider the following procedure void InsertionSort(int A, int n) {int i, j,temp; for (i=1; i&lt;n; i+) { /* A[0.i-1] already sorted */ temp=A[i]; for (j=i-1; j&gt;=0 &amp; temp&lt;A[j]; j-) A[j+1]=A[j]; /*&lt;-*/ A
Uni. Worcester - CS - 504
C.S.504 H.W. #3Due: October 21, 1993 1. (5 points) We define an Isaac tree In recursively by: -I0 consists of a single node, -the Isaac tree In, n1, consists of two Isaac trees In-1 such that the root of one is the rightmost child of the root of the
Uni. Worcester - CS - 93
C.S.504 H.W. #3Due: October 21, 1993 1. (5 points) We define an Isaac tree In recursively by: -I0 consists of a single node, -the Isaac tree In, n1, consists of two Isaac trees In-1 such that the root of one is the rightmost child of the root of the
Uni. Worcester - CS - 504
C.S.504 H.W. #10Due: Tuesday, December 15, 1992 1. (8 points) One way to estimate the size of a set X ={ x 1 ,., x n } is to sample the elements of X from a uniform distribution with replacement until an element is sampled twice. The number of eleme
Uni. Worcester - CS - 92
C.S.504 H.W. #10Due: Tuesday, December 15, 1992 1. (8 points) One way to estimate the size of a set X ={ x 1 ,., x n } is to sample the elements of X from a uniform distribution with replacement until an element is sampled twice. The number of eleme
Uni. Worcester - CS - 504
C.S.504SOLUTION FOR H.W. #5 1. (A) If we restrict the composition to have one part (k=1), then the GF is z + + z r . For 1 an arbitrary number of parts (no restrictions on k), the GF is . 1- z - - z r 1 (B) fn ,2 = z n F2 ( z) = z n . Recognizing, y
Uni. Worcester - CS - 98
C.S.504SOLUTION FOR H.W. #5 1. (A) If we restrict the composition to have one part (k=1), then the GF is z + + z r . For 1 an arbitrary number of parts (no restrictions on k), the GF is . 1- z - - z r 1 (B) fn ,2 = z n F2 ( z) = z n . Recognizing, y
Uni. Worcester - CS - 504
C.S.504H.W. #2Due: February 11/12, 19981. (6 points) Find a closed form solution for the linear first-order nonhomogeneous recurrence with nonconstant coefficients 0,if n = 0 xn = n + 3 x + n + 3,if n &gt; 0 n +1 n -1 2 The first three terms are
Uni. Worcester - CS - 98
C.S.504H.W. #2Due: February 11/12, 19981. (6 points) Find a closed form solution for the linear first-order nonhomogeneous recurrence with nonconstant coefficients 0,if n = 0 xn = n + 3 x + n + 3,if n &gt; 0 n +1 n -1 2 The first three terms are
Uni. Worcester - CS - 504
C.S.504 H.W. #3Due: October 1,1991 1.(2 points) In Section 3.1.1 of our text, what is E[An ] when Pr{An =i } = if 1i n -1 then (1/2)i else if i =n then (1/2)n -1. 2. (3 points) Prove that0 k &lt;n 0k &lt;n for n 0. 3. (2 points) Suppose a program has
Uni. Worcester - CS - 91
C.S.504 H.W. #3Due: October 1,1991 1.(2 points) In Section 3.1.1 of our text, what is E[An ] when Pr{An =i } = if 1i n -1 then (1/2)i else if i =n then (1/2)n -1. 2. (3 points) Prove that0 k &lt;n 0k &lt;n for n 0. 3. (2 points) Suppose a program has
Uni. Worcester - CS - 504
C.S.504H.W. #5Due: April 8/9, 1998Read SECTIONS 7.1, 7.2, 7.3, 7.5 Do EXERCISEs 7.1, 7.2, 7.3, 7.4, 5.15 from GKP. Do not submit your solutions, but check them with the answers from the back of the text. 1. (4 points) Define an r-composition of n
Uni. Worcester - CS - 98
C.S.504H.W. #5Due: April 8/9, 1998Read SECTIONS 7.1, 7.2, 7.3, 7.5 Do EXERCISEs 7.1, 7.2, 7.3, 7.4, 5.15 from GKP. Do not submit your solutions, but check them with the answers from the back of the text. 1. (4 points) Define an r-composition of n
Uni. Worcester - CS - 504
C.S.504 H.W. #3Due: October 1, 19921. (6 points) You should compare three techniques for evaluating the 1 integral 4 1- x 2 d x . For each of the techniques, you should test the 0 rate of convergence by comparing the influence of n upon the accu
Uni. Worcester - CS - 92
C.S.504 H.W. #3Due: October 1, 19921. (6 points) You should compare three techniques for evaluating the 1 integral 4 1- x 2 d x . For each of the techniques, you should test the 0 rate of convergence by comparing the influence of n upon the accu
Uni. Worcester - CS - 504
Due: December 16, 1993C.S.504 H.W. #71. (5 points) Solve the recurrence kfn k , if &gt; 0 n 0k fn = 1, n if = 0 0, if &lt; 0 n ( Hints : -One solution could parallel the text's solution to its recurrence (7.41). -The summation is a convolution. )
Uni. Worcester - CS - 93
Due: December 16, 1993C.S.504 H.W. #71. (5 points) Solve the recurrence kfn k , if &gt; 0 n 0k fn = 1, n if = 0 0, if &lt; 0 n ( Hints : -One solution could parallel the text's solution to its recurrence (7.41). -The summation is a convolution. )
Uni. Worcester - CS - 504
C.S.504 H.W. #5Due: October 15, 1992 1. (3 points) Find simple forms for 1k n( 2k - 1 )and0k(k- 1 ) . 2k2. (2 points) Show that1k 3. (5 points) Robin hood hashing is used to reduce the variance of the expected successful search time for
Uni. Worcester - CS - 92
C.S.504 H.W. #5Due: October 15, 1992 1. (3 points) Find simple forms for 1k n( 2k - 1 )and0k(k- 1 ) . 2k2. (2 points) Show that1k 3. (5 points) Robin hood hashing is used to reduce the variance of the expected successful search time for
Uni. Worcester - CS - 504
C.S.504 H.W. #1Due: September 17, 1992 1. (1 point) What is (0.125)-2/3? 2. (4 points) Given array A[1.n] of integers such that |A[k+1]-A[k]|1 for 1k&lt;n and given integer x such that A[1]xA[n], we seek a j, 1jn, such that A[j]=x. Describe an algorith
Uni. Worcester - CS - 92
C.S.504 H.W. #1Due: September 17, 1992 1. (1 point) What is (0.125)-2/3? 2. (4 points) Given array A[1.n] of integers such that |A[k+1]-A[k]|1 for 1k&lt;n and given integer x such that A[1]xA[n], we seek a j, 1jn, such that A[j]=x. Describe an algorith
Uni. Worcester - CS - 504
C.S.504 H.W. #9Due: December 3, 1992 1. (3 points) A) Give a generating function, F m ( z ), for the number of ways to put indistinguishable balls into m distinguishable boxes, such that each box contains at least one ball. [z n ] F m ( z ) is the n
Uni. Worcester - CS - 92
C.S.504 H.W. #9Due: December 3, 1992 1. (3 points) A) Give a generating function, F m ( z ), for the number of ways to put indistinguishable balls into m distinguishable boxes, such that each box contains at least one ball. [z n ] F m ( z ) is the n
Uni. Worcester - CS - 99
CS504: Analysis of Computations and Systems Spring 1999Homework II with Solution Probability Problems1. Two true dice are rolled. One is known to show an even number. What is the probability that the sum of both is 8? That it is 9? Solution: Sinc
Uni. Worcester - CS - 9902
CS504: Analysis of Computations and Systems Spring 1999Homework II with Solution Probability Problems1. Two true dice are rolled. One is known to show an even number. What is the probability that the sum of both is 8? That it is 9? Solution: Sinc
Uni. Worcester - CS - 99
CS504: Analysis of Computations and Systems Spring 1999Homework IIDue: February 8 or 10, 1999Probability Problems1. Two true dice are rolled. One is known to show an even number. What is the probability that the sum of both is 8? That it is 9?
Uni. Worcester - CS - 9902
CS504: Analysis of Computations and Systems Spring 1999Homework IIDue: February 8 or 10, 1999Probability Problems1. Two true dice are rolled. One is known to show an even number. What is the probability that the sum of both is 8? That it is 9?
Uni. Worcester - CS - 99
CS504: Analysis of Computations and Systems - Spring 1999Homework VIII - with solution1. Let an be the number of ways to obtain the score n by throwing a die. For example, a3 4. This corresponds to the possible throw sequences 1,1,1; 1,2; 2,1; 3. F
Uni. Worcester - CS - 9908
CS504: Analysis of Computations and Systems - Spring 1999Homework VIII - with solution1. Let an be the number of ways to obtain the score n by throwing a die. For example, a3 4. This corresponds to the possible throw sequences 1,1,1; 1,2; 2,1; 3. F
Uni. Worcester - CS - 504
CS504: Analysis of Computations and Systems - Spring 1999Homework VI - with SolutionThis may be as good a place as any to repeat that when you submit a home assignment or an exam you should show all work. Otherwise, when a result seems to appear &quot;o
Uni. Worcester - CS - 99
CS504: Analysis of Computations and Systems - Spring 1999Homework VI - with SolutionThis may be as good a place as any to repeat that when you submit a home assignment or an exam you should show all work. Otherwise, when a result seems to appear &quot;o
Uni. Worcester - CS - 504
CS504Name_ Midterm ExamDate : October 22, 1992 All documentation permitted 1(10 points) The product of polynomials A=an xn + an -1xn-1 +.+ a1x +a0 and B=bmxm + bm -1xm-1 +.+ b1x +b0 is polynomial C=cn +mxn+m + cn+m -1xn+m-1 +.+ c1x +c0 where ci =
Uni. Worcester - CS - 504
CS504Name_ Final ExamDate : December 10, 1991 All documentation permitted 1(25 points) Consider the following program. procedure Friendly (n : integer); var k : 1.n ; begin if n &gt; 0 then for k := 1 to n do begin write(&quot;hello&quot;); Friendly (k -1) en
Uni. Worcester - CS - 504
CS504Name_ Final ExamDate : December, 1992 All documentation permitted 1. (25 points) A) Given a set of positive integers A={a1,.,am}, find a generating function FA(z) such that [zn]FA(z) is the number of subsets of A which add up to n. For exampl
Uni. Worcester - CS - 2
CS504: Analysis of Computations and Systems Spring 1999Final test Worcester Campus 5/5/99 All books and notes are allowed but do not pass them around! Name:1. A right-binary tree is a binary tree in which no node may have a left child only a
Uni. Worcester - CS - 504
CS504: Analysis of Computations and Systems Spring 1999Final test Worcester Campus 5/5/99 All books and notes are allowed but do not pass them around! Name:1. A right-binary tree is a binary tree in which no node may have a left child only a
Uni. Worcester - CS - 2
CS504: Analysis of Computations and Systems Spring 1999Solution of Midterm test Worcester Campus 3/10/1999Clearly the test surprised many of you. I am still not sure why, but most (all?) performed under what I believe is their normal capabilty.
Uni. Worcester - CS - 504
CS504: Analysis of Computations and Systems Spring 1999Solution of Midterm test Worcester Campus 3/10/1999Clearly the test surprised many of you. I am still not sure why, but most (all?) performed under what I believe is their normal capabilty.
Uni. Worcester - CS - 504
CS504: Analysis of Computations and Systems Spring 1999Homework X &amp; Additional ProblemsThe rst 3 Problems are Due: May 3 or 5, 1999 1. (a) Find the number of all words of size n over the alphabet a, b which begin with the string ab and end with th
Uni. Worcester - CS - 99
CS504: Analysis of Computations and Systems Spring 1999Homework X &amp; Additional ProblemsThe rst 3 Problems are Due: May 3 or 5, 1999 1. (a) Find the number of all words of size n over the alphabet a, b which begin with the string ab and end with th
Uni. Worcester - CS - 99
CS504: Analysis of Computations and Systems Spring 1999Homework IVDue: February 22 or 24, 1999RecurrencesSince recurrences are a major tool in the analysis of algorithms, this assignment deals with them exclusively. 1. Consider the rst order li
Uni. Worcester - CS - 9904
CS504: Analysis of Computations and Systems Spring 1999Homework IVDue: February 22 or 24, 1999RecurrencesSince recurrences are a major tool in the analysis of algorithms, this assignment deals with them exclusively. 1. Consider the rst order li
Uni. Worcester - CS - 99
CS504: Analysis of Computations and Systems Spring 1999Homework IV with Solution RecurrencesSince recurrences are a major tool in the analysis of algorithms, this assignment deals with them exclusively. 1. Consider the rst order linear recurrence