You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Classic Computer Science Problems in Java
2
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
+

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
+
4
9
## License
5
10
All of the source code in this repository is released under the Apache License version 2.0. See `LICENSE`.
0 commit comments