> For the complete documentation index, see [llms.txt](https://cs61b.bencuan.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs61b.bencuan.me/algorithms/searching.md).

# Searching

This section will cover some ways to find values in a set.

{% content-ref url="/pages/-M6mcEgtxRtSh29zVONf" %}
[Binary Search](/algorithms/searching/binary-search.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M6mb\_e4-HLKxoaS6IGY" %}
[Depth First Search (DFS)](/algorithms/searching/depth-first-search-dfs.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M6mbfH9ohs44dzwpNR2" %}
[Breadth First Search (BFS)](/algorithms/searching/breadth-first-search-bfs.md)
{% endcontent-ref %}
