---
jupytext:
  text_representation:
    extension: .md
    format_name: myst
    format_version: 0.13
    jupytext_version: 1.16.4
kernelspec:
  display_name: Python 3 (ipykernel)
  language: python
  name: python3
---

# Cours: Algorithme de Dijkstra et A*

````{tab-set}
```{tab-item} Cours Dijkstra

<iframe src=https://mozilla.github.io/pdf.js/legacy/web/viewer.html?file=https://raw.githubusercontent.com/tcanta/itc2a/master/cours/graph/dijkstra.pdf#zoom=page-fit&pagemode=none height=500 width=100% allowfullscreen></iframe>

```
```{tab-item} Cours A*

<iframe src=https://mozilla.github.io/pdf.js/legacy/web/viewer.html?file=https://raw.githubusercontent.com/tcanta/itc2a/master/cours/graph/astar.pdf#zoom=page-fit&pagemode=none height=500 width=100% allowfullscreen></iframe>

```

```{tab-item} TP

<iframe src="https://notebook.basthon.fr/?from=https://raw.githubusercontent.com/tcanta/itc2a/refs/heads/master/tp/revisions/tp_dijkstra.ipynb" height=600 width=100% allowfullscreen></iframe>

```
````
