Skip to content

Commit 67c085b

Browse files
authored
Update README.md
1 parent 35679f7 commit 67c085b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Classic Computer Science Problems in Java
22
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.
33

4+
![Classic Computer Science Problems in Python Cover](cover.jpg)
5+
6+
## Conventions
7+
The source code was written against version 11 of the Java language and should run on any known newer version at the time of publication. It makes use of no Java libraries beyond the standard library. It was developed in Eclipse and this folder can be opened as an Eclipse workspace. You can then right-click any file with a `main()` method to compile and execute it. It should be possible to import the packages for each chapter into the IDE of your choice as well.
8+
49
## License
510
All of the source code in this repository is released under the Apache License version 2.0. See `LICENSE`.
611

0 commit comments

Comments
 (0)