Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ This is a bug-reporting site for my _Algorithms_ textbook and other related cour
**Thanks to everyone who reported bugs in the 0th and ½th editions!**

**To report an error, please [post an issue](https://github.com/jeffgerickson/algorithms/issues).**
* Before submitting, please check that your error hasn't already been fixed in the most recent revision.
* Before submitting, please check that your fix is absent in the most recent revision.
* For an error in the book, please include the chapter, section, and page numbers.
* For an error in the non-book lecture notes, please include the title and *the complete URL* of the note in question. (There are _lots_ of old revisions floating around the web, with inconsistent titling and numbering, so just the title or the file name may not be enough.)
* For an error in **this** semester's homework, labs, exams, or solutions, please post on the course's Piazza site for extra credit, **not** here.
* For an error in a *past* semester's homework, labs, exams, or solutions, please post here, but again with *the complete URL* of the work in question.
* For an error in the non-book lecture notes, please include the title and *the complete URL* of the note in question. (There are _lots_ of old revisions in the web with inconsistent titling and numbering. The title or the file name may not be enough.)
* For an error in **this** semester's homework, labs, exams, or solutions, please post on the course's Piazza site for extra credit (**not** here).
* For an error in a *past* semester's homework, labs, exams, or solutions, please post here with *the complete URL* of the work in question.

Please also feel free to submit feature requests and other feedback.
Feel free to submit feature requests and other feedback.

While you're here, please feel free to download a complete copy of the most recent revision of the entire book or any of the individual chapters. (The individual chapters are extracted from the book pdf file to keep page numbers consistent; unfortunately, hyperlinks don’t work.)
Feel free to download a complete copy of the most recent revision of the entire book or any of the individual chapters. (The individual chapters are extracted from the book pdf file to keep page numbers consistent. Unfortunately, hyperlinks don’t work.)

A black and white electronic version of the entire manuscript is also available, which should more closely reflect the appearance of the printed volume. I won’t update that quite as often.
A black and white electronic version of the entire manuscript is available, which reflects the appearance of the printed volume. I won’t update that quite as often.

---
### Publication History

The most up-to-date version of the book and individual chapters is in the top-level directory. Archival snapshots of official releases (“editions” or “printings”) are in corresponding subdirectories. See the [Errata](ERRATA.md) for a list of updates since the most recent official release.
The latest version of the book and individual chapters is in the top-level directory. Archival snapshots of official releases (“editions” or “printings”) are in corresponding subdirectories. See the [Errata](ERRATA.md) for a list of updates since the most recent official release.

- **0th edition** (prepublication draft) — December 29, 2018
- **½th edition** (prepublication draft) — April 9, 2019
Expand All @@ -38,9 +38,9 @@ The most up-to-date version of the book and individual chapters is in the top-le
---
### Additional Materials

The book contains only a small subset of my course materials; you can find hundreds more pages of lecture notes, lab handouts, and past homeworks and exams at http://jeffe.cs.illinois.edu/teaching/algorithms, or at the mnemonic shortcut http://algorithms.wtf. You can see the material in context at the web sites for my most recent offerings of [CS 374](https://courses.engr.illinois.edu/cs374/sp2018/A) and [CS 473](https://courses.engr.illinois.edu/cs473/sp2017) at Illinois.
The book contains only a small subset of my course materials. Hundreds more pages of lecture notes, lab handouts, and past homeworks and exams are located at http://jeffe.cs.illinois.edu/teaching/algorithms, or at the mnemonic shortcut http://algorithms.wtf. Material in context are at the web sites for my most recent offerings of [CS 374](https://courses.engr.illinois.edu/cs374/sp2018/A) and [CS 473](https://courses.engr.illinois.edu/cs473/sp2017) at Illinois.

At some future date, I am likely to incorporate more (but definitely not all) of these lecture notes into a future edition. (I haven't decided whether I'm going to call it a "director's cut" or an "extended dance remix".) One step at a time.
In the future, I'll likely incorporate more (but definitely not all) of these lecture notes into a future edition. (I haven't decided whether I'm going to call it a "director's cut" or an "extended dance remix".) One step at a time.

---
### Copyright
Expand Down