Skip to content

Commit

Permalink
maj
Browse files Browse the repository at this point in the history
  • Loading branch information
glassus committed Jan 30, 2025
1 parent 7c63982 commit 08e1f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/T3_Algorithmique/3.1_Diviser_pour_regner/cours.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ La recherche *naïve* (élément par élément) est naturellement de complexité

### 1.1 Version impérative

{#

!!! note "Dichotomie version impérative :heart:"
```python linenums='1'
def recherche_dichotomique(tab, val) :
Expand Down Expand Up @@ -44,7 +44,7 @@ La recherche *naïve* (élément par élément) est naturellement de complexité
5. on ne prend pas la valeur centrale qui a déjà été testée


#}


Exemple d'utilisation :

Expand Down

0 comments on commit 08e1f19

Please sign in to comment.