|
1 | 1 | # Classic Computer Science Problems in Java |
2 | | -This repository contains source code to accompany the forthcoming book *Classic Computer Science Problems in Java* by David Kopec. You will find the source organized by chapter. **As you read the book, each code listing contains a file name that corresponds to a file in this repository.** The book is due for publication in late 2020. |
| 2 | +This repository contains source code to accompany the book *Classic Computer Science Problems in Java* by David Kopec, [now available in early access form from Manning](https://www.manning.com/books/classic-computer-science-problems-in-java?a_aid=oaksnow&a_bid=6430148a). You will find the source organized by chapter. **As you read the book, each code listing contains a file name that corresponds to a file in this repository.** The book is due for publication in late 2020. |
3 | 3 |
|
4 | 4 | ## License |
5 | 5 | All of the source code in this repository is released under the Apache License version 2.0. See `LICENSE`. |
|
0 commit comments