From c576123565a8d6cb96eab4a34b95ff063081053e Mon Sep 17 00:00:00 2001 From: Bharath Date: Thu, 2 Oct 2025 00:13:44 +0530 Subject: [PATCH] Add new book to free-programming-books-subjects.md for the index of Computer Science. (#12003) * Add new book to free-programming-books-subjects.md Adding Introduction to Computer Science book for the index of Computer Science in free-programming-books-subjects.md * Remove year from OpenStax CS book title Updated the entry for 'Introduction to Computer Science' by removing the year (2024) from the book title to maintain consistency with other listings. --- books/free-programming-books-subjects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index e397681c4..63cd88965 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -242,6 +242,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM * [Computer Science I](https://cse.unl.edu/~cbourke/ComputerScienceOne.pdf) - Chris Bourke (PDF) (CC BY-SA) * [Computer Science II](https://cse.unl.edu/~cbourke/ComputerScienceTwo.pdf) - Chris Bourke (PDF) (CC BY-SA) * [CS Principles: Big Ideas in Programming](https://www.openbookproject.net/books/StudentCSP/) - Mark Guzdial, Barbara Ericson (HTML) +* [Introduction to Computer Science](https://openstax.org/details/books/introduction-computer-science) - Jean Claude Franchitti et al. (PDF, HTML) (CC BY) * [Pull Requests and Code Review](https://scs.tl/book-pr) – Sebastien Castiel * [What to Look for in a Code Review](https://leanpub.com/whattolookforinacodereview) - Trisha Gee (HTML, PDF, EPUB, Kindle) *(Leanpub account or valid email requested)*