# DS

<details>

<summary>Good Reads! 📔</summary>

[Books for understanding DSA concepts ](https://drive.google.com/drive/folders/1jIzuaY7Cj6Ty3REGUleRtNxE4H8rCFF1?usp=drive_link)👈

</details>

{% hint style="info" %}
**Good Reads** contain recommended books for understanding DSA concepts.&#x20;

Preferred Order of Reading

* Level 1: Computer Science Distilled - Wladston Ferreira Filho
* Level 2: Grokking Algorithms - Aditya Y. Bhargava
* Level 3: Introduction to Algorithms (4th edition) - Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein
* Level 4: Elements of Programming Interviews - Adnan Aziz, Tsung-Hsien Lee, Amit Prakash \[Available in Java and Python]
  {% endhint %}

<details>

<summary>Useful Links 🔗</summary>

<https://algo.monster/flowchart>&#x20;

</details>

<details>

<summary>Syllabus📚</summary>

[CST201](https://drive.google.com/file/d/1Ve4TEPmgVj3dVB5WfZsD5nzXTBrf7wLH/view?usp=drive_link)👈

</details>

<details>

<summary>Textbook📖</summary>

[DS Textbook](https://drive.google.com/drive/folders/1bAEsQEF2iWUw3EgMQtxJnU3CUuMadCfT?usp=drive_link)👈

</details>

<details>

<summary>Notes📒</summary>

[DS Notes](https://drive.google.com/drive/folders/1uiVvJmM4IrR7F0OOyZhbRu5OGv8U4LYA?usp=drive_link)👈

</details>

<details>

<summary>Capsule 💊</summary>

[DS Capsule](https://drive.google.com/drive/folders/18Pvnm6fEErq4KWgjot7G7L8WUHwlL4UW?usp=drive_link) 👈

</details>

<details>

<summary>Tutorials 🧑‍🏫</summary>

[DS Useful Links](https://docs.google.com/document/d/14vpdl--yOPSDFchL8Uku-SesE2tdsEKYh_3KjtdIofQ/edit?usp=drive_link)👈

</details>

<details>

<summary>Assignments📓</summary>

[DS Assignments](https://drive.google.com/drive/folders/10WvzKC--9lYZFGeNXdah9_zFto3oHjqb?usp=drive_link)👈

</details>

<details>

<summary>DS Lab Questions 🤔</summary>

[DS Lab Exam](https://drive.google.com/drive/folders/1tEOEkXjiPgsZKImqLJKe0Zq7WKDmH2Q_?usp=drive_link)👈

</details>

<details>

<summary>Programs💻</summary>

[DS Programs](https://drive.google.com/drive/folders/1576MEcjvz6CCMerAaQ7hq7apBksb2Sg-?usp=drive_link)👈

</details>

<details>

<summary>Series QPs College wise 📃</summary>

[DS Series QPs](https://drive.google.com/drive/folders/1_bTKQaOs-8xeS4I2UvSZwWzVilOLsL8W?usp=drive_link)👈

</details>

<details>

<summary>University QPs📄</summary>

[DS University Question Papers](https://drive.google.com/drive/folders/1TtxCyX2uVcEWj-fQQzP1och6VvcqWj2S?usp=drive_link)👈

</details>


---

# 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://kgk.gitbook.io/resources/semesters-2019-syllabus/s3/ds.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.
