# Outline-W-20

### Overview <a href="#overview" id="overview"></a>

In this sprint, you will learn about graphs. These data structures are part of the critical computer science fundamentals that interviewers expect you to be comfortable with during the technical interview process.

Additionally, we will teach you about the technical interview process, best practices for interviews, getting unstuck, and overcoming imposter syndrome during an interview. As you complete this sprint and the computer science curriculum, you should feel prepared to tackle the technical interview process successfully.

### Graphs I <a href="#graphs-i" id="graphs-i"></a>

In this module, you will learn about graph properties, graph representations, and how to build Graph and Vertex classes to construct your graphs in Python.

### Graphs II <a href="#graphs-ii" id="graphs-ii"></a>

In this module, you will learn about breadth-first search, depth-first search, and implementing both of these techniques in code.


---

# 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://py-v2.gitbook.io/datastructures-in-pytho/curriculum/untitled-1/overview.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.
