Skip to content

afondiel/cs-books

Repository files navigation

GitHub repo size GitHub commit activity (branch) Packagist Stars Packagist forks

CS Books

Overview

Welcome to CS Books, a curated collection of computer science resources organized by topics and real-world applications. Whether you're a student, researcher, or industry professional, this repository has something for you!

Disclaimer

All books and resources are the property of their respective authors or publishers. This repository is for educational purposes only. For any copyrighted materials, please refer to the original publisher for usage rights.

Getting Started

Below, books are organized by Topics and Real-World Application for dual academic/practical focus. Each section contains a curated list of books with reference links to their Google Drive folders.

Cloning the Repository

git clone https://github.com/afondiel/cs-books.git

Important

Note for Fork Owners: The repository history was rewritten to remove all PDFs, which are now hosted on Google Drive. Please update your fork by running:

git fetch origin
git reset --hard origin/main

Or rebase your changes onto the new history.

๐Ÿ“š Book Stack

๐Ÿ“– Topics

๐Ÿ–ฅ๏ธ Computer Architecture

Topic Description Google Drive
Computer Architecture (Root) Core architecture books Google Drive
Operating Systems OS-related books Google Drive
Quantum Computing Quantum computing books Google Drive
Embedded Systems Embedded Computer Books Google Drive
Neuromorphic Computing Neuromorphic books Google Drive
High-Performance Computing HPC books Google Drive

๐Ÿ’ป Computer Programming

Topic Description Google Drive
Computer Programming (Root) Programming-related books Google Drive
Algorithms Algorithm books Google Drive
Data Structures Data structure books Google Drive
Design Patterns Design pattern books Google Drive
Languages Language-specific books Google Drive
Parallel Programming Parallel computing books Google Drive
Distributed Computing Distributed computing books Google Drive
Shared Computing Shared computing books Google Drive
Software Engineering Software engineering books Google Drive

๐Ÿค– Artificial Intelligence

Topic Description Google Drive
Artificial Intelligence (Root) AI-related books Google Drive
Machine Learning ML books Google Drive
Deep Learning DL books Google Drive
Computer Vision CV books Google Drive
NLP NLP books Google Drive
Generative AI Generative AI books Google Drive
Agentics AI AI agent books Google Drive
AGI AGI books Google Drive
ASI ASI books Google Drive

๐Ÿ“Š Data Science

Topic Description Google Drive
Data Science (Root) Data science books Google Drive

โ˜๏ธ Cloud Computing

Topic Description Google Drive
Cloud Computing (Root) Cloud computing books Google Drive

๐ŸŒ Edge Computing

Topic Description Google Drive
Edge Computing (Root) General edge computing books Google Drive
Edge-AI Edge AI books Google Drive
TinyML TinyML books Google Drive

๐Ÿ”ง Embedded Systems

Topic Description Google Drive
Embedded Systems (Root) Embedded systems books Google Drive

๐Ÿ“ก Signal Processing

Topic Description Google Drive
Signal Processing (Root) Signal processing books Google Drive

๐Ÿ› ๏ธ Real-World Application

๐Ÿš— Automotive

Topic Description Google Drive
Automotive (Root) Automotive-related books Google Drive
ADAS ADAS books Google Drive
Safety Safety books Google Drive
Self-Driving Cars Autonomous driving books Google Drive
Standards Standards books Google Drive

๐Ÿ”’ Cybersecurity

Topic Description Google Drive
Cybersecurity (Root) Cybersecurity books Google Drive

๐ŸŽฎ Game Development

Topic Description Google Drive
Game Development (Root) Game development books Google Drive

๐Ÿฅ Healthcare

Topic Description Google Drive
Healthcare (Root) Healthcare tech books Google Drive

๐Ÿค– Robotics

Topic Description Google Drive
Robotics (Root) Robotics books Google Drive

Back To Top โฌ†๏ธ

Contributing

Want to add a book into the Stack?

  1. Upload the book to the appropriate Google Drive subfolder (e.g., CS Books/topic/computer-vision/).
  2. Open a pull request to update this books.md with the bookโ€™s table in the correct section, as shown below.
Title Edition Year Author Link
Computer Vision: Algorithms and Applications 2nd 2010 Richard Szeliski Google Drive
  1. Include the title, edition, year, author, and a link to the Google Drive subfolder with the "Google Drive" badge.

I am deeply grateful to all the authors and researchers who have worked tirelessly on these incredible books, which have not only shaped the field of Computer Science but also enriched our knowledge and lives.

Cheers and Happy Reading!

@Muntu