website/cours/index.html
2025-11-18 16:25:30 +01:00

41 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../style.css">
<title>Cours — Adrien Decosse</title>
</head>
<body>
<header class="site-header">
<div class="container">
<a class="brand" href="../index.html">Decosse Adrien</a>
<nav class="nav" aria-label="Main navigation">
<a href="../index.html">Accueil</a>
<a href="../syllabus.html">Syllabus</a>
<a href="index.html" aria-current="page">Cours</a>
<a href="../riichi.html">Riichi</a>
<a href="../croco.html">Crocoloop</a>
</nav>
</div>
</header>
<main class="container">
<section class="main-card markdown-content">
<h1>Répertoire des développements</h1>
<p><a href="./MasterTheorem.html">Master Theorem</a></p>
<p><a href="./GlushkovDeterministe.html">Glushkov déterministe</a></p>
<p><a href="./CYK.html">Cocke-Younger-Kasami</a></p>
<p><a href="./6piles/index.html">File avec 6 piles</a></p>
</section>
</main>
<footer class="footer">
<div class="container">
<small class="muted">© Adrien Decosse — site personnel</small>
</div>
</footer>
</body>
</html>