algorithms
play

Algorithms http://cs.mst.edu What is an algorithm? An algorithm is - PowerPoint PPT Presentation

Algorithms http://cs.mst.edu What is an algorithm? An algorithm is a clear, concise, and correct step- by-step sequence of actions used to solve a problem or set of problems http://cs.mst.edu Example 1 Problem Write an algorithm that


  1. Algorithms http://cs.mst.edu

  2. What is an algorithm?  An algorithm is a clear, concise, and correct step- by-step sequence of actions used to solve a problem or set of problems http://cs.mst.edu

  3. Example 1 Problem  Write an algorithm that describes how someone is to sort a standard deck of cards from top to bottom as follows  2 of clubs through the ace of clubs  2 of diamonds through the ace of diamonds  2 of hearts through the ace of hearts  2 of spades through the ace of spades http://cs.mst.edu

  4. Example 1 Solution 1. choosing the top card of the stack in turn, make 4 new stacks of 13 cards, one stack for each suit 2. with each of these four stacks, order the cards 2 through 10, jack, queen, king, ace 3. combine the three stacks in this order: club, diamond, heart, and spade http://cs.mst.edu

  5. Example 2 Problem  Sorting a stack of papers, each with a number on it http://cs.mst.edu

  6. Example 2 Solution 1. Compare the top two papers of the stack; place the smaller valued paper on the bottom of the stack and keep the larger valued paper 2. Grab the next paper off of the top of the stack and compare it to the paper you kept; place the smaller of these two on the bottom of the stack and keep the larger 3. Repeat step 2 until you have reached the (original)bottom of the stack; you should now be holding the largest valued paper in the stack; set this paper aside into a new “sorted stack” 4. Repeat steps 1, 2 & 3, placing the paper from step 3 onto the “sorted stack”, until no more papers remain http://cs.mst.edu

  7. Algorithm Exercises  Write an algorithm for…  Tying your shoes  Telling time from an analogue clock  Helping 5 of your friends to find a lost key on a soccer field http://cs.mst.edu

  8. Applying algorithms to your coding problems 1. Control Flow Charts - Some programmers prefer to develop drawings showing how information passes from state to state in a solution. 2. Pseudocode – You may develop your own pseudocode language containing all the usual coding constructs of high-level languages and use it to write algorithms to solve your problem. http://cs.mst.edu

  9. End of Session http://cs.mst.edu

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend