From 6cd3d7798676e7dc98e1c1a77419c41cb17c5eec Mon Sep 17 00:00:00 2001 From: Muhammad Khuzaima Umair <75787251+mkhuzaima@users.noreply.github.com> Date: Mon, 10 Oct 2022 05:22:23 +0500 Subject: [PATCH] Added a book for Java (#7931) --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 242b92537..686e27cce 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -994,6 +994,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE ### Java * [3D Programming in Java](http://www.mat.uniroma2.it/~picard/SMC/didattica/materiali_did/Java/Java_3D/Java_3D_Programming.pdf) - Daniel Selman (PDF) +* [A Practical Introduction to Data Structures and Algorithm Analysis Third Edition (Java Version)](https://people.cs.vt.edu/shaffer/Book/Java3e20100119.pdf) - Clifford A. Shaffer (PDF) * [Apache Jakarta Commons: Reusable Java Components](http://ptgmedia.pearsoncmg.com/images/0131478303/downloads/Iverson_book.pdf) - Will Iverson (PDF) * [Artificial Intelligence - Foundations of Computational Agents, Second Edition](https://artint.info/2e/html/ArtInt2e.html) - David L. Poole, Alan K. Mackworth * [Building Back-End Web Apps with Java, JPA and JSF](https://web-engineering.info/tech/JavaJpaJsf/book/) - Mircea Diaconescu, Gerd Wagner (HTML,PDF)