-
Notifications
You must be signed in to change notification settings - Fork 0
/
ArteQ.html
executable file
·64 lines (56 loc) · 3.15 KB
/
ArteQ.html
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
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Renaud Vilmart's personal page">
<meta name="author" content="Renaud Vilmart">
<link rel="canonical" href="https://rvilmart.github.io/">
<link rel="icon" href="ressources/favicon.png" sizes="16x16 32x32" type="image/png">
<title>Renaud Vilmart</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="row" style="margin-top: 120px; margin-bottom: 120px; margin-right: 20px; margin-left: 20px;">
<div class="col-md-4"></div>
<div class="col-md-4">
<h1>ARTeQ - EITQ</h1>
<br>
<h2>Advanced Classical Complexity</h2>
<p class="lead">The slides: <a href="ressources/ArteQ/Advanced-classical-complexity.pdf">[pdf]</a></p>
<p class="lead">The TD sheet: <a href="ressources/ArteQ/TD-advanced-complexity.pdf">[pdf]</a> | partial correction: <a href="ressources/ArteQ/TD-Advanced-complexity-c.pdf">[pdf]</a></p>
<h2>Counting Complexity</h2>
<p class="lead">The slides: <a href="ressources/ArteQ/Counting-complexity.pdf">[pdf]</a></p>
<p class="lead">The TD sheet: <a href="ressources/ArteQ/TD-Counting-complexity.pdf">[pdf]</a> | partial correction: <a href="ressources/ArteQ/TD-Counting-complexity-c.pdf">[pdf]</a></p>
<br>
<h2>Circuit and Quantum Complexity</h2>
<p class="lead">The slides: <a href="ressources/ArteQ/Circuit-and-Quantum-complexity.pdf">[pdf]</a></p>
<p class="lead">The TD sheet: <a href="ressources/ArteQ/TD-quantum-complexity.pdf">[pdf]</a> | partial correction: <a href="ressources/ArteQ/TD-quantum-complexity-c.pdf">[pdf]</a></p>
<br>
<h2>Homework</h2>
<p class="lead">The assignment: <a href="ressources/ArteQ/DM.pdf">[pdf]</a> | correction: <a href="ressources/ArteQ/DM-correction.pdf">[pdf]</a></p>
</div>
<div class="col-md-4"></div>
</div>
<div class="footer" style="position:fixed;">
<p>Website created by Renaud Vilmart</p>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/menu.js"></script>
</body>
</html>