Skip to content

Commit d130800

Browse files
authored
Update README.md
1 parent 21442d7 commit d130800

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ This repository contains source code to accompany the book *Classic Computer Sci
66
## Conventions
77
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 and select "Run" to compile and execute it. It should be possible to import the packages for each chapter into the IDE of your choice as well.
88

9+
## Questions about the Book
10+
You can find general questions and descriptive information about the book on the [Classic Computer Science Problems](https://classicproblems.com/) website. Also, feel free to reach out to me on Twitter, [@davekopec](https://twitter.com/davekopec). If you think you found an error in the source code, please open an issue up here on GitHub.
11+
912
## License
1013
All of the source code in this repository is released under the Apache License version 2.0. See `LICENSE`.
1114

0 commit comments

Comments
 (0)