1 / 11

Discrete Structures and The Three-Fold Introduction to Computer Science

Discrete Structures and The Three-Fold Introduction to Computer Science. Doug Baldwin Department of Computer Science SUNY Geneseo. Motivation. Computer science entails… Design and implementation of algorithms, programs, systems, etc Mathematical analysis of algorithms, programs, etc

jimbo
Download Presentation

Discrete Structures and The Three-Fold Introduction to Computer Science

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. Discrete StructuresandThe Three-Fold Introduction to Computer Science Doug Baldwin Department of Computer Science SUNY Geneseo

  2. Motivation Computer science entails… • Design and implementation of algorithms, programs, systems, etc • Mathematical analysis of algorithms, programs, etc • Experimental analysis of algorithms, programs, etc These should be taught concurrently and from day 1

  3. Ca 1992… CS2 (Object Pascal, iteration, arrays, sorting, summations, …) CS1 (Pascal, selection, logic, recursion, induction, recurrences, big-O, lists, trees)

  4. Ca 1992… ? ! CS2 (Object Pascal, iteration, arrays, sorting, summations, …) CS1 (Pascal, selection, logic, recursion, induction, recurrences, big-O, lists, trees)

  5. Ca 1994… CS2 (Object Pascal, iteration, summations, …) CS1 (Pascal, recursion, induction, …) CS0 (CS overview, computational thinking)

  6. Ca 1994… ? ! CS2 (Object Pascal, iteration, summations, …) CS1 (Pascal, recursion, induction, …) CS0 (CS overview, computational thinking)

  7. ca 1999 Algorithms (graphs, greedy, dynamic programming, …) CS2 (OOP, summations, sorting, searching, E[…], hashing) CS 1-1/2 (logic, recursion, induction, recurrences, big-O, lists, trees) CS 1 (Java)

  8. ca 1999 Algorithms (graphs, greedy, dynamic programming, …) ? CS2 (OOP, summations, sorting, searching, E[…], hashing) CS 1-1/2 (logic, recursion, induction, recurrences, big-O, lists, trees) CS 1 (Java)

  9. Ca 2003 - Present Algorithms (probability, E[…], hashing, graphs, greedy, …) CS 2-1/2 (logic, induction, recurrences, summations, sorting, searching) CS 2 (OOP, recursion, lists, trees, Big O) CS 1 (Java)

  10. Ca 2003 - Present Algorithms (probability, E[…], hashing, graphs, greedy, …) CS 2-1/2 (logic, induction, recurrences, summations, sorting, searching) CS 2 (OOP, recursion, lists, trees, Big O) If n = 0 … Assume T(k) T(k+1)… CS 1 (Java)

  11. Summary • Workable model for integrating discrete structures into introductory/intermediate CS • Works for students • Works for department (10 year record) • Covers most of CC 2001 (and CS 2013) core DS material (exceptions: counting, sets/functions/relations)

More Related