-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio-algos_Java.html
More file actions
56 lines (46 loc) · 2.07 KB
/
Copy pathportfolio-algos_Java.html
File metadata and controls
56 lines (46 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Algorithmes en Java</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="../default.css">
</head>
<body style="background-color:var(--color4)">
<!-- HEADER -->
<iframe class = header src="header.html" scrolling="no"></iframe>
<script src="menu.js"></script>
<!-- SECTION GRISE TITRE -->
<div class='container'>
<h2 class = badge-title>
Algorithmes en Java</h2>
En construction
<!-- SECTION CONTENU -->
<!-- <div class="section">
<div class="texte-avec-ligne-verticale ">
<p>
Voici différents algorithmes implémentés lors de la résolution de problèmes, en général sur le site Codingame. Ces algorithmes m'ont permis de découvrir de nouvelles notions, de les mettre en
pratique, ainsi que d'utiliser des tests unitaires .
<br><br>
<div class="important underline">Outils utilisés</div> : <b>Python, Pycharm, unittest</b>
</p>
</div>
<h3 class = 'badge-title mt-4'>
Algorithme de </h3>
<div class = "portfolio-detail">
<a class='contact-button'
style="display: inline-block; margin-top: 8px;"
href="programmes/golf.py" target="_blank">Voir la solution programmée en Python</a>
</div>
</div> -->
<footer>
<div class='section section-grise'>
<script src='contact-frame.js'></script>
</div>
</footer>
</div>
</body>
</html>