# Level 1 : Computer Science

- [Intro: Why computer science is critical](https://abdulrahman-1.gitbook.io/my-digital-garden/level-1-computer-science/intro-why-computer-science-is-critical.md)
- [Algorithms & Data structures Handbook](https://abdulrahman-1.gitbook.io/my-digital-garden/level-1-computer-science/algorithms-and-data-structures-handbook.md)
- [Algorithms & Data structures Handbook](https://abdulrahman-1.gitbook.io/my-digital-garden/level-1-computer-science/algorithms-and-data-structures-handbook/algorithms-and-data-structures-handbook.md)
- [Sorting Algorithms](https://abdulrahman-1.gitbook.io/my-digital-garden/level-1-computer-science/algorithms-and-data-structures-handbook/sorting-algorithms.md)
- [Data Structures ADTs Implementation (In Go)](https://abdulrahman-1.gitbook.io/my-digital-garden/level-1-computer-science/algorithms-and-data-structures-handbook/data-structures-adts-implementation-in-go.md)
- [Techniques for Solving Data Structures Problems](https://abdulrahman-1.gitbook.io/my-digital-garden/level-1-computer-science/algorithms-and-data-structures-handbook/techniques-for-solving-data-structures-problems.md)
- [Computer Organization and Architecture](https://abdulrahman-1.gitbook.io/my-digital-garden/level-1-computer-science/computer-organization-and-architecture.md): ISA, assembly language, machine language, ALU, Processer Design , Memory Design
- [Operating Systems](https://abdulrahman-1.gitbook.io/my-digital-garden/level-1-computer-science/operating-systems.md): General architecture of operating systems, process management, memory management, storage management, virtualization
- [Database systems](https://abdulrahman-1.gitbook.io/my-digital-garden/level-1-computer-science/database-systems.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://abdulrahman-1.gitbook.io/my-digital-garden/level-1-computer-science.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
