1 / 78

Topic 4: Combinatorics

Topic 4: Combinatorics. Dr J Frost (jfrost@tiffin.kingston.sch.uk) . Last modified: 4 th August 2013. Slide Guidance. Key to question types:. SMC. Senior Maths Challenge. Uni. University Interview. Questions used in university interviews (possibly Oxbridge).

harmon
Télécharger la présentation

Topic 4: Combinatorics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Topic 4: Combinatorics Dr J Frost (jfrost@tiffin.kingston.sch.uk) Last modified: 4th August 2013

  2. Slide Guidance Key to question types: SMC Senior Maths Challenge Uni University Interview Questions used in university interviews (possibly Oxbridge). The level, 1 being the easiest, 5 the hardest, will be indicated. BMO British Maths Olympiad Frost A Frosty Special Questions from the deep dark recesses of my head. Those with high scores in the SMC qualify for the BMO Round 1. The top hundred students from this go through to BMO Round 2. Questions in these slides will have their round indicated. Classic Classic Well known problems in maths. MAT Maths Aptitude Test STEP STEP Exam Admissions test for those applying for Maths and/or Computer Science at Oxford University. Exam used as a condition for offers to universities such as Cambridge and Bath.

  3. Slide Guidance Any box with a ? can be clicked to reveal the answer (this works particularly well with interactive whiteboards!). Make sure you’re viewing the slides in slideshow mode. ?  For multiple choice questions (e.g. SMC), click your choice to reveal the answer (try below!) Question: The capital of Spain is:  A: London  B: Paris  C: Madrid

  4. Topic 4: Combinatorics Unit 1 - Fundamentals a. Slot Filling b. The Factorial Function – n! c. The Permutation Function – nPk d. The Choose Function – nCk e. Distinguishable vs Indistinguishable Objects f. Ordered vs Unordered Objects g. Probabilistic vs Combinatoric Approaches

  5. Topic 4: Combinatorics Unit 2 – More on Counting Problems a. Converting Problems into Slot-Filling Ones b. Purposely Overcounting c. Typed Problems d. Objects in a Ring e. Currency Problems f. Multi-Step problems

  6. Topic 4: Combinatorics Unit 3 – Recurrence Relations a. Identifying the State and Actions b. Forming the Recurrence c. Dynamic Programming Unit 4 – Compositions and Partitions a. Compositions b. Partitions Epilogue – Geometric Arrangements

  7. ζ Topic 4 – Combinatorics Part 1: Fundamentals Here, we look at the some of the basics of combinatorics, and fundamental combinatoric operators that are commonly used.

  8. What is combinatorics? Broadly, the ‘number of ways’ of arranging things according to some structure and constraints. “How many ways are there of matching 3 numbers on the lottery?” “How many ways of making a selection of fruit from a bowl of 10 items?” “How many ways can 10 people in a circle shake hands simultaneously such that no handshake crosses?” This is closely related to probability, since we often have to consider combinations and permutations of things to determine the exact probability. But combinatorics arises in many mathematical fields – you may have encountered it in Algebra for Binomial Expansion.

  9. Fundamentals #1: Slot Filling When considering the number of possible combinations, it’s often helpful to think of ordered ‘slots’ in a line that we can fill. Example: How many outcomes are there when we simultaneously roll 5 dice? 6 6 6 6 6 x xxx = 65 There are 5 slots for the 5 dice. In each slot, there are 6 outcomes. We just multiply the possible outcomes in each slot to get the total number of combinations.

  10. Fundamentals #1: Slot Filling When considering the number of possible combinations, it’s often helpful to think of ordered ‘slots’ in a line that we can fill. (Click question marks to reveal answer) a) The number of ways of picking 1 card from each of 20 different packs (of standard playing cards)? 5220 ? 6 x 2 = 12 ? b) The number of outcomes from the throw of a die and the toss of a coin? c) The number of outcomes from 5 coins and 5 dice flipped/thrown simultaneously? 25 x 65 = 125 ?

  11. Fundamentals #2: The Factorial Function Perhaps the most key operator in combinatorics is the factorial function, where n! means “n factorial”. It tells us the number of ways of arranging distinct objects in a line. Q: How many ways of ordering these pieces of fruit? We use a slot filling approach: 4 x xx = 4! 3 2 1 We could pick any of the 4 pieces of fruit for the first slot. We have 3 remaining fruits to choose from for the second slot. And so on

  12. Fundamentals #2: The Factorial Function Puzzle: If I throw six dice simultaneously, what’s the probability that I get a full run of 1, 2, 3, 4, 5, 6 (where the ordering of the dice does not matter). Hint: Recall from basic probability that: 6! 66 ? p(full run) = outcomes in which this event occurs total outcomes p(event) = The particular point of interest here is that we’ve turned an unordered problem (i.e. the ordering of the dice doesn’t matter) into an ordered one (i.e. we considered ‘ordered slots’). We’ll consider unordered vs ordered problems later. Question: Simplify ?

  13. Fundamentals #2: The Factorial Function Formal definition of factorial function: 0! = 1 Base case (For example 4! = 4 x 3! ) (n+1)! = (n+1)n! Recursive case (Note that by combining the above, 1! = 1 x 0! = 1 x 1 = 1) Just for your interest... The factorial function works only on non-negative integers. There’s a function called the gamma function that generalises factorial to all numbers (including decimal, negative and complex numbers!). The gamma function is offset from the factorial function by 1. It is used for example in Number Theory and Statistics. Г(6) = 5! Г(22) = 21! Г(3.5) = 3.3234 (which is between 2! and 3!) Г(i) = -0.1549

  14. Fundamentals #3: The Permutation Function nPk Before, we were interested in how to order n things in a line. But suppose now that we’re interested in how to order k things in a line, when we can choose from n objects. Example: How many ways to pick 3 items of fruit from amongst 5, and put them on a shelf? 5! 2! 5 x x = = 5P3 4 3 We could pick any of the 5 pieces of fruit for the first slot. The difference from earlier is that we only have 3 slots, and thus don’t use all the fruit.

  15. Fundamentals #3: The Permutation Function nPk The cards in a set of 36 are numbered 1 to 36. The cards are shuffled and four cards are dealt. What are the chances of them being dealt in descending order? (Click your choice of answer) A: 1 in 2   B: 1 in 8  C: 1 in 16    D: 1 in 24   E: 1 in 36 SMC Level 5 Level 4 Level 3 Notes: If 4 (distinguishable) objects are chosen, there are 4! = 24 ways to arrange them. Only one of these possibilities has them in descending order. Level 2 Level 1

  16. Fundamentals #3: The Permutation Function nPk It gives us the number of ways of putting n items into k slots. Like the factorial function, you can find this on your calculator (usually you need to press the ‘2nd Function’ button first). This combinatoric function tends to be seen less frequently. But we can modify it to give us something much much more common...

  17. Fundamentals #4: The ‘Choose’ Function nCk Suppose again we pick k items from n, but now, the order in which we pick them doesn’t matter. With our fruit example, we might consider how many ways we can make a selection of 3 pieces of fruit from 5. We could use 5P3 to give the number of ways of picking 3 pieces of fruit from 5, where the order in which we picked them mattered. But we wish to disregard the order: for example, Orange-Lemon-Lime is equivalent to a selection of Lemon-Lime-Orange. Thus each 3! possibilities only represents one unordered selection. Thus: Ways of making a selection of 3 fruits

  18. Fundamentals #4: The ‘Choose’ Function nCk This is known as the ‘choose’ function, because it gives us the number of ways of ‘choosing’ k items from n. (You can again find it on a standard scientific calculator) __n!__ (n-k)!k! nCk = n k We rarely write nCk in practice – instead we’d write ( ) Question: How many possible lottery tickets are there, if there’s 49 possible numbers a ticket consists of 6 distinct numbers? 49 6 ( ) ≈ 14 million. Of the 49 numbers, 6 can be chosen for a ticket, where the ordering of the numbers doesn’t matter. ?

  19. Fundamentals #4: The ‘Choose’ Function nCk You ought to remember these special cases: (they can all be worked out using the definition of nCk) n 0 n n n 1 n 2 ( ) ( ) ( ) ( ) = 1 ? = n ? n(n-1) 2 ? = = 1 ?

  20. Fundamentals #4: The ‘Choose’ Function nCk Its use in Binomial Expansion You may have encountered the use of the ‘choose’ function as a Binomial Coefficient – the coefficients of each term in a polynomial resulting from the expansion of a bracket with two items in it and to some power. 4 0 4 1 4 2 4 3 4 4 (1+x)4= ( )x4 + ( )x3 + ( )x2 + ( )x + ( )1 = x4 + 4x3 + 6x2 + 4x + 1 If we consider all the brackets and what happens when we expand, how many x2 terms will we see? Recall that to expand brackets, we consider all possible choices when we pick 1 item from each bracket. These four items multiplied together will give an x2 term. (1+x)4 = (1+x)(1+x)(1+x)(1+x) Similarly, these will give an x2 term.

  21. Fundamentals #4: The ‘Choose’ Function nCk Its use in Binomial Expansion (1+x)4 = (1+x)(1+x)(1+x)(1+x) There’s 4 brackets from which we could choose the two x terms needed to make x2 (and from the brackets we don’t choose from, we use a 1), so we’ll end up with ( ) x2 terms in the expansion! 4 2

  22. #5: Distinguishable vs Undistinguishable Consider 3 blue balls and 4 orange. How many ways are there of arranging them in a line? If the balls are all distinguishable... Then we can tell them all apart. And thus, there’s simply 7! ways of arranging them. If the balls are indistinguishable... Then we can’t tell balls of the same colour apart. Then the problem is slightly more complicated... Sometimes, a question will explicitly state whether objects are distinguishable or not. If not, then use your common sense. For this particular example, the fact it’s mentioned groups of balls that share a property (i.e. colour) suggests you can’t tell them apart within that group.

  23. #6: Ordered vs Unordered Recall that ‘ordering’ relates to whether the order in which the items are selected matter. The ‘choose’ function was the unordered cousin of the ‘permutation’ function for example. Sometimes problems have multiple approaches: Question: Calculate the probability of winning the UK lottery, where you choose 6 distinct numbers from 1 to 49 for your ticket, and 6 numbers are drawn from the machine (i.e. Ignoring the ‘bonus ball’). a) The unordered approach If at no point do we consider the balls ordered, then: 49C6 Total possible tickets Winning outcomes 1 (because only one unordered choice of numbers can win) _1_ 49C6 p(win) =

  24. #6: Ordered vs Unordered Question: Calculate the probability of winning the UK lottery, where you choose 6 distinct numbers from 1 to 49 for your ticket. b) The ordered approach Consider the numbers on a lottery ticket as ordered (since the balls from the machine are drawn in a particular order!). Then: Total possible tickets 49P6 (because we’re considering ordering) Winning outcomes 6! (because if the winning numbers were 13-3-9-40-24-1 in the order that they were drawn, then any of the 6! arrangements of these would win) _6!_ 49P6 _6!_ 49!/43! _43!6!_ 49 _1_ 49C6 p(win) = = = = These approaches are subtly different, even if they end up with the same probability. While in this particular case, approach (a) seems simpler, in combinatoric problems where we have a mixture of ordered and unordered items, or distinguishable and indistinguishable, then the latter ‘ordered’ approach might be required.

  25. #7: Probabilistic vsCombinatoric Approaches Question: 3 men each independently pick a number between 1 and 10. What’s the probability that their numbers are different? 6 1 4 _18_ 25 ? p(different numbers) =

  26. #7: Probabilistic vs Combinatoric Approaches The probabilistic approach The combinatoric approach Consider the men one at a time, and consider the probability that their number doesn’t clash with the previous men’s choice. Total outcomes: 103 Note that thisis the total number of ordered choices. Outcomes in which numbers are different: The number of ways of choosing 3 numbers from 10 (but to be consistent, we have to consider their order), i.e. 10P3 Because there’s no previous men! Hammond goes first: p(number doesn’t clash) = 1 9 of the 10 numbers won’t be the same as Hammond’s May goes second: 9 10 p(number doesn’t clash) = Clarkson goes last: 8 10 p(number doesn’t clash) = p(all numbers different) = 9 10 8 10 18 25 p(all numbers different) = 1 x x = Note: Whenever we want to consider distinct choices of items, you should always immediately think to use the ‘choose’ function. (We’re of course making an independence assumption here: i.e. the men’s choices of numbers didn’t influence the others.)

  27. ζ Topic 4 – Combinatorics Part 2: More on Counting Problems Here, we drill in to the types of counting problems that are frequently seen, and strategies to deal with each one.

  28. Tip #1: Converting problems into slot filling ones You have a bowl of 3 pieces of fruit. How many ways are there of making a selection of fruits from the bowl (you can include the possibility that you pick no fruit). ? Answer = 8

  29. Tip #1: Converting problems into slot filling ones The ‘choose’ approach The slot filling approach In our selection, we can just choose 1 piece of fruit: ( ) = 3 3 1 Or we can choose 2 pieces of fruit: ( ) = 3 3 2 Give each piece of fruit a ‘slot’. Each fruit can either: Be chosen Not be chosen Or we can choose all 3 pieces of fruit: ( ) = 1 3 3 Thus each slot has 2 possible states. This gives 23 = 8 possibilities. Or choose none of them: ( ) = 1 3 0 This approach is clearly much simpler!

  30. Tip #1: Converting problems into slot filling ones The fact either approach to this fruit problem gives the same answer yields a nice identity! Using ‘choose’ approach for n fruits. Using ‘slot based’ approach for n fruits. This identity can also be seen by looking at the sum of each row in Pascal’s triangle: ( ) 2 0 ( ) 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 2 2 Sum = 1 = 20 Sum = 2 = 21 Sum = 4 = 22 Sum = 8 = 23 2 1 ( )

  31. Tip #1: Converting problems into slot filling ones How many ways of making a selection of fruits from 5 apples and 3 oranges? ? This time, anything other than a ‘slot based’ approach will cause a massive amount of headache. Have a slot for the number of apples, and a slot for the number of oranges. We can have 0-5 apples (6 possibilities) and 0-3 oranges (4 possibilities). So 6 x 4 = 24 possibilities (or 23 if we exclude the case where we pick no fruit) Answer = 24

  32. Tip #2: Purposely overcounting Sometimes it’s easier to consider more possibilities than we initially need (because the result is easy to calculate) before eliminating possibilities we don’t want. Question: How many ways can we pick at least 2 different kinds of fruit from a bowl, given there are 3 apples, 2 oranges, 1 plum and 9 limes? x 3 x 2 x 1 x 9 Answer = 224 ?

  33. Tip #2: Purposely overcounting Question: How many ways can we pick at least 2 different kinds of fruit from a bowl? x 3 x 2 x 1 x 9 Horrendously cumbersome approach ‘Overcounting’ approach • Work out number of ways of picking: • 2 types of fruit • 3 types of fruit • 4 types of fruit • And add together. • e.g. Ways of picking 2 types: • Only apples & oranges: 3 x 2 = 6 • Only apples & plums: 3 x 1 = 3 • ... • Which gives 65 ways. • For 3 types of fruit, it’s 105 ways. • For 4 types of fruit, it’s 54 ways. • Total = 65 + 105 + 54 = 224. Consider ALL possible selections first: 4 x 3 x 2 x 10 = 240 Exclude selections involving 1 type of fruit: 3 + 2 + 1 + 9 = 15 Exclude selections involve no fruit: 1 Total = 240 – 15 – 1 = 224

  34. Tip #3: Typed objects Frequently, objects have certain types, e.g: Red and blue, boys and girls, sisters and non-sisters, etc. Question: How many ways of arranging 8 books, if you must keep the two red ones next to each other? Answer: 10,080 ? Explanation: There’s 7 ways in which the two red books can appear together. Then, we can arrange the 2 red books in 2! ways, and the 6 non-red books in 6! ways. That gives 7 x 2! x 6! = 10,080 ways. ?

  35. Tip #3: Typed objects The strategy for these kinds of problems is therefore: Consider the possible ways in which the slots can be assigned a particular ‘type’ (e.g. where the red books can occur according to some constraint). Multiply this by the number of ways in which the objects can be arranged within these slots.

  36. Tip #3: Typed objects Here’s a harder one: Question: 8 people go to a cinema and sit in line. 3 of them are sisters who tend to chat if put together. How many ways are there of seating the 8 people if the sisters aren’t allowed to sit together? Answer: 14,400 ? Explanation: Put the non-sisters in a line first. There’s 6 possible positions the 3 sisters can slot themselves into to avoid sitting next to each other. That’s 6C3 = 20 possible ways we can allocate the sister seats. Then there’s 3! arrangements of sisters in these seats, and 5! arrangements of the non-sisters in their non-sister seats. 20 x 3! x 5! = 14,400

  37. Tip #3: Typed objects Here’s a harder one: Question: 8 people go to a cinema and sit in line. 3 of them are sisters who tend to chat if put together. How many ways are there of seating the 8 people if the sisters aren’t allowed to sit together? BEWARE! If we worked out the number of ways in which the sisters ARE allowed to all sit together (i.e. 6 x 3! x 5!), you might think we can subtract this from all possible arrangements (8!) to get the arrangements in which they don’t sit together. But that would only give us the arrangement in which they don’t ALL sit together, not the arrangements in which NONE of them sit together.

  38. Tip #3: Typed objects Question: How many ways if arranging 3 (indistinguishable) red balls and 5 (indistinguishable) yellow balls? Answer: 8C3 = 56 ? Explanation: Observe that of the 8 slots to put the balls into, we choose 3 of them to be red slots. Or equivalently, there’s 8! ways to arrange the 8 balls, but the red are indistinguishable so we divide by 3!, and the yellows are indistinguishable, so we divide by 5! Unlike the previous problem where the sisters/red books were distinguishable, here they are not.

  39. Tip #4: Objects in a ring When objects are put in the circle, this affects problems involving objects being adjacent/not adjacent, since the line no longer has ends. Question: There are 8 seats in a circle, with 3 sisters. Find the number of arrangements when the sisters: want to sit next to each don’t want to sit next to each other. Answer (a): 5760 ? This is exactly the same as the sisters in a line problem, except the block of 3 girls can now be in 8 different positions, giving 8 x 3! x 5! ? Answer (b): 7200 As before, we allocate non-sister seats first, but now there’s 5C3 ways to allocate the sister seats.

  40. Tip #5: Currency Problems A particular favourite in IMC/SMC papers is determining how many ways an amount can be made up using certain coinage. Question: Given an unlimited supply of 50p, £1 and £2 coins, in how many different ways is it possible to make a sum of £100?  A: 1326  B: 2500  C: 2601  D: 5050   E: 10000  SMC Strategy: Fix the number of say £2 coins, and then consider how many ways there are of making up the remaining amount using £1 and 50p coins using the same method. Try to spot the pattern as we increase the number of £2 coins. Level 4 Level 5 Level 3 Level 2 Level 1

  41. Tip #5: Currency Problems A particular favourite in IMC/SMC papers is determining how many ways an amount can be made up using certain coinage. Question: Given an unlimited supply of 50p, £1 and £2 coins, in how many different ways is it possible to make a sum of £100? £0 left to make up with £1 and 50p coins. X 20 1 way. X 19 Can have between 0 and 2 £1 coins. £2 left to make up 3 ways. X 18 Can have between 0 and 4 £1 coins. £4 left to make up 5 ways. ... X 0 Can have between 0 and 100 £1 coins. £100 left to make up 101 ways.

  42. Tip #5: Currency Problems 1 + 3 + 5 + ... + 99 + 101 This is an arithmetic series with a = 1, d = 2, n = 51, so Sn = ½ x 51 x (2 + 50 x 2) = 2601 Be careful about getting n right: notice that if we added 1 to all the terms and divided by 2, we’d have the numbers 1, 2, 3, ..., 50, 51, so n = 51. Important note:Notice that we never even had to consider the 50p coins, since by fixing the number of £2 and £1 coins, the number of 50p coins is therefore determined from the remaining amount. We therefore just concentrate on making up amounts LESS OR EQUAL TO £100 with just £2 and £1 coins*, making the problem less daunting. * This would only not work if the remaining amount to make up with the smallest value coin is not a multiple of the coin’s value. e.g. If the coins were just 3p and 2p and the total to make up was 15p, then it’s not enough to just consider fixing the number of 3p coins as two and making up the rest with 2p coins, because it can’t be done!

  43. Tip #6: Multi-step combinatoric problems For arrangement problems involving multiple steps: (a) Have a clear starting point. (b) Be careful not to overcount/undercount. Adrian teaches a class of six pairs of twins. He wishes to set up teams for a quiz, but wants to avoid putting any pair of twins into the same team. Subject to this condition: In how many ways can he split them into two teams of six? In how many ways can he split them into three teams of four? Answer (i): 32 Answer (ii): 960 ? ? Round 1 BMO Round 2

  44. Tip #6: Multi-step combinatoric problems For arrangement problems involving multiple steps: (a) Have a clear starting point. (b) Be careful not to overcount/undercount. Adrian teaches a class of six pairs of twins. He wishes to set up teams for a quiz, but wants to avoid putting any pair of twins into the same team. Subject to this condition: In how many ways can he split them into two teams of six? In how many ways can he split them into three teams of four? i) Starting Point: Team 1 must contain one of each of the twins (since we can’t have both of any pair of twins). For each of the twins we have 2 choices, so that’s 26 ways of picking. Further manipulation to avoid overcounting: The teams are indistinguishable (i.e. we don’t have have team names ‘Team 1’ and ‘Team 2’ – if all of Team 1 moved to Team 2 and vice versa, it would be considered the same possibility). So each 2 possibilities only counts as 1. That gives 26 / 2 = 25 = 32 possibilities.

  45. Tip #6: Multi-step combinatoric problems For arrangement problems involving multiple steps: (a) Have a clear starting point. (b) Be careful not to overcount/undercount. Question: How many ways 2n people can be paired off to form n teams of 2. (2n)! n! 2n ? Answer: Yes, this is part of a Round 2 question! Don’t panic! Round 2 BMO Round 1

  46. Tip #6: Multi-step combinatoric problems For arrangement problems involving multiple steps: (a) Have a clear starting point. (b) Be careful not to overcount/undercount. Question: How many ways 2n people can be paired off to form n teams of 2. Starting Point: Of the 2n people, pick n of them to form the first person in each team. There’s 2nCn ways of picking them. Further manipulation to avoid overcounting: As a second step, we have n! ways of allocating the remaining people to these teams. But we’ve overcounted, because in each team, it doesn’t matter which person was picked first, so for each team there’s 2 equivalent arrangements. Since there’s n teams, we must divide by 2n. This gives us: 2nCn n! 2n (2n)! n! 2n = Note: If we initially numbered the teams 1 to n as if they were distinguishable and in a line, there would be 2nPn ways of putting n of the 2n people into these slots, then again n! ways of allocating the remaining people to these slots. But then we’d have to both divide by 2n (because of the duplication described above), but also by n!, since the teams are in fact not distinguishable, and any way we’d relabel the team names would be equivalent. This gives the same result as above.

  47. ζ Topic 4 – Combinatorics Part 3: Recurrence Relations Here, we explore problems that can be defined in terms of another related problem (usually a smaller problem).

  48. Introduction A frog has 5 lily pads in front of him in a line. He needs to get to the final lily pad, and can do so by either by ‘hopping’ to the next lily pad, or ‘skipping’ to a lily pad 2 ahead. How many ways are there for the frog to get to the final lily pad? There are 3 fundamental steps to solving such problems. The first is as such: Identifying the State and Actions What variables can we use to define the current situation? (known as the current ‘state’) What actions are available in a given state, and what states do each of them they lead to?

  49. #1 – Identifying the State and Actions Identifying the State and Actions What variables can we use to define the current situation? (known as the current ‘state’) What actions are available in a given state, and what states do each of these options lead to? State: The number of lily pads in front of the frog. Let’s represent this using a variable n. Actions: 2 possible actions: Hop: We’re now in a state where there’s n-1 lily pads remaining. Skip: We’re now in a state where there’s n-2 lily pads remaining.

  50. #1 – Identifying the State and Actions State: The number of lily pads in front of the frog. Let’s represent this using a variable n. Actions: 2 possible actions: Hop: We’re now in a state where there’s n-1 lily pads remaining. Skip: We’re now in a state where there’s n-2 lily pads remaining. It’s possible to represent these transitions between states as a ‘state diagram’: Pads left = n-1 Pads left = 0 Hop Hop Hop Skip Skip Pads left = n Pads left = n-2 Hop This states/action graph is known formally as a Deterministic Finite Automaton. The double border of the state on the right indicates it’s a ‘final state’ where we can stop. Skip Skip

More Related