https://jeffe.cs.illinois.edu/teaching/algorithms/ [FrontCover] Algorithms by Jeff Erickson 1st edition, June 2019 (Amazon links: US, UK, DE, ES, FR, IT, JP) This web page contains a free electronic version of my self-published textbook Algorithms, along with other lecture notes I have written for various theoretical computer science classes at the University of Illinois, Urbana-Champaign since 1998. * More information * Get the book * More algorithms lecture notes * Models of computation notes * Report an error (separate page) * Coursework archive (separate page) --------------------------------------------------------------------- More Information Publication. A black-and-white paperback edition of the textbook can be purchased from Amazon for $27.50. The full-color electronic version will remain freely available here indefinitely. (If there is enough demand, I may publish a full-color printed version of the next edition. Color printing is considerably more expensive; a full-color printed version of the current book would cost about $75.) Bug reports. After years of trying and failing to manage bug reports by email, I now maintain an issue-tracking page at GitHub. If you find an error in the textbook, in the lecture notes, or in any other materials, please submit a bug report. All other feedback is welcome as well. Permissions. Anyone is welcome to download, print, use, copy, and/or distribute anything on this page, either electronically or on paper. You do not need to ask my permission, although I would appreciate hearing from you if you find this material useful. If you redistribute any of this material, please include a link back to this web page, either directly or through the mnemomic shortcut http:// algorithms.wtf. Specifically: * The textbook Algorithms (in both paper and electronic forms) is licensed under a Creative Commons Attribution 4.0 International license. * All other lecture notes are licensed under a more restrictive Attribution-NonCommercial-ShareAlike 4.0 International license. Please do not ask me for solutions to the exercises. See the course materials page for an explanation. Context. This material is the primary reference for two regularly-offered theoretical computer science courses at Illinois: CS 374 and CS 473. I taught these courses most recently in Spring 2018 and Spring 2017, respectively. I maintain a complete archive of my past homeworks, exams, and lab handouts on a separate page. Prerequisites. The textbook assumes knowledge of discrete math (especially induction) and basic data structures and algorithms (especially recursion) consistent with the prerequisite courses CS 173 and CS 225 at Illinois. (See the for more details.) For a thorough overview of prerequisite material, I strongly recommend the following resources: * Building Blocks for Theoretical Computer Science by Margaret Fleck * Mathematics for Computer Science by Eric Lehman, Tom Leighton, and Albert Meyer. (I strongly recommend searching for the most recent revision.) * Open Data Structures by Pat Morin * datastructures by Don Sheehy --------------------------------------------------------------------- Get the Book * Entire book (1st edition, June 2019, 472 pages) + one page per page (for screens) + two pages per page (for printing) + GitHub (bug tracking) + Internet Archive (permanent archival copy, currently the 0th edition) * Individual chapters: These were extracted from the full book PDF file, to keep page numbers consistent; however, hyperlinks in these files do not work. + Front matter: Cover, copyright, table of contents, preface (18 pages) 0. Introduction (20 pages) 1. Recursion (50 pages) 2. Backtracking (26 pages) 3. Dynamic Programming (62 pages) 4. Greedy Algorithms (28 pages) 5. Basic Graph Algorithms (38 pages) 6. Depth-First Search (32 pages) 7. Minimum Spanning Trees (16 pages) 8. Shortest Paths (36 pages) 9. All-Pairs Shortest Paths (18 pages) 10. Maximum Flows & Minimum Cuts (26 pages) 11. Applications of Flows and Cuts (26 pages) 12. NP-Hardness (50 pages) + Back matter: Indices, image credits, colophon (26 pages) --------------------------------------------------------------------- More Algorithms Lecture Notes Both the topical coverage (except for flows) and the level of difficulty of the textbook material (mostly) reflect the algorithmic content of CS 374. The remainder of these notes cover either more advanced aspects of topics from the book, or other topics that appear only in our more advanced algorithms class CS 473. Don't be fooled by the fancy typesetting; these notes are considerably less polished than the textbook. * Extended Dance Remix: These are notes on more advanced material directly related to the textbook. The notes are ordered roughly to match the textbook chapters. A. Fast Fourier Transforms (17 pages) B. Fast Exponential Algorithms (14 pages) C. Dynamic Programming for Formal Languages and Automata (7 pages, unfinished) D. Advanced Dynamic Programming (18 pages) E. Matroids (8 pages) F. Balances and Pseudoflows (13 pages) G. Minimum-Cost Flows (16 pages) H. Linear Programming (21 pages) I. Linear Programming Algorithms (18 pages) J. Approximation Algorithms (25 pages) * Director's Cut: These are notes on topics not covered in the textbook. The numbering is completely independent os the textbook; I just started over at 1. We regularly cover some of the randomized algorithms material in CS 473, but I haven't used the amortized analysis or lower bounds notes in many years. 1. Discrete Probability (22 pages) 2. Nuts and Bolts (13 pages) 3. Treaps and Skip Lists (14 pages) 4. Tail Inequalities (10 pages) 5. Hashing (19 pages) 6. Filtering and Streaming (6 pages) 7. String Matching (14 pages) 8. Randomized Minimum Cut (7 pages) 9. Amortized Analysis (14 pages) 10. Scapegoat and Splay Trees (15 pages) 11. Disjoint Sets (14 pages) 12. Lower Bounds (6 pages) 13. Adversary Arguments (8 pages) + Appendix I. Proof by Induction (30 pages) + Appendix II. Solving Recurrences (22 pages) --------------------------------------------------------------------- Models of Computation These notes cover (a superset of) the automata and formal languages material in CS 374. Some of these notes are a lot more polished than others. * Everything (155 pages) * Individual notes: 0. Cover and preface (3 pages) 1. Strings (17 pages) 2. Regular languages (12 pages) 3. Finite-state automata (24 pages) 4. Nondeterministic automata (21 pages) 5. Context-free languages (20 pages) 6. Turing machings (20 pages) 7. Undecidability (20 pages) 8. Universal models (8 pages, unfinished) 9. Nondeterministic Turing machines (6 pages, unfinished) --------------------------------------------------------------------- If were not a little mad and generally silly I should give you my advice upon the subject, willy-nilly; I should show you in a moment how to grapple with the question, And you'd really be astonished at the force of my suggestion. On the subject I shall write you a most valuable letter, Full of excellent suggestions when I feel a little better, But at present I'm afraid I am as mad as any hatter, So I'll keep 'em to myself, for my opinion doesn't matter! --W. S. Gilbert and Arthur Sullivan, "My Eyes are Fully Open", Ruddigore; or, The Witch's Curse (1887) It is time we did away with "publish or perish" and replace it with "publish and perish." Nothing will be more blasphemous than writing a textbook that anyone can go out and buy. --Daniel J. Woodhouse, "An Open Letter to the Mathematical Community", McSweeny's (January 15, 2019) --------------------------------------------------------------------- Jeff Erickson -- 15 Jun 2019