blob: a83a83e9c33ff4a5cfdee51ed597c411ff169ba0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
title: "First exercises sheet"
documentclass: scrartcl
---
# Intro
This exercise sheet is compiled into:
* This HTML page on the course's website, for people having a tablet.
* A PDF for printing.
Versions with solutions are also generated but kept private for the teaching
assistants.
# Exercise 1
1. Prove either $P = NP$ or $P \neq NP$.
::: solution
$P = 0$ or $N = 1$.
Quite Easily Done. Or maybe not.
:::
|