mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-26 09:54:19 +00:00
Aggiungi disperazione
This commit is contained in:
parent
2698ea277e
commit
5895492c90
1 changed files with 6 additions and 2 deletions
|
@ -1,12 +1,16 @@
|
||||||
import Markdown from "../components/Rendering/Markdown";
|
import Markdown from "../components/Rendering/Markdown";
|
||||||
import Panel from "../components/Elements/Panel";
|
import Panel from "../components/Elements/Panel";
|
||||||
import Match from "preact-router/match";
|
import Match from "preact-router/match";
|
||||||
|
import ILatex from "../components/Rendering/ILatex";
|
||||||
|
|
||||||
const r = String.raw;
|
const r = String.raw;
|
||||||
|
|
||||||
export default function (props) {
|
export default function (props) {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
<Panel title={"Disperazione di Steffo"}>
|
||||||
|
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa tutte le formule in latex si sono rotteeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
|
||||||
|
</Panel>
|
||||||
<Panel>
|
<Panel>
|
||||||
<Markdown>{r`
|
<Markdown>{r`
|
||||||
# Algoritmi e Strutture Dati
|
# Algoritmi e Strutture Dati
|
||||||
|
@ -254,7 +258,7 @@ export default function (props) {
|
||||||
| \`O(1)\` | Costante |
|
| \`O(1)\` | Costante |
|
||||||
| \`O(log log n)\` | loglog |
|
| \`O(log log n)\` | loglog |
|
||||||
| \`O(log n)\` | Logaritmica |
|
| \`O(log n)\` | Logaritmica |
|
||||||
| ![LaTeX](https://latex.codecogs.com/png.latex?O(n^{1/c})) (per c ≥ 1) | Sublineare |
|
| \`Ω(n^{1/c})\` (per c ≥ 1) | Sublineare |
|
||||||
| \`O(n)\` | Lineare |
|
| \`O(n)\` | Lineare |
|
||||||
| \`O(n log n)\` | nlogn |
|
| \`O(n log n)\` | nlogn |
|
||||||
| \`O(n²)\` | Quadratica |
|
| \`O(n²)\` | Quadratica |
|
||||||
|
@ -311,7 +315,7 @@ export default function (props) {
|
||||||
| \`Ω(n²)\` | Quadratica |
|
| \`Ω(n²)\` | Quadratica |
|
||||||
| \`Ω(n log n)\` | nlogn |
|
| \`Ω(n log n)\` | nlogn |
|
||||||
| \`Ω(n)\` | Lineare |
|
| \`Ω(n)\` | Lineare |
|
||||||
| ![LaTeX](https://latex.codecogs.com/png.latex?\\Omega(n^{1/c})) (per c ≥ 1) | Sublineare |
|
| \`Ω(n^{1/c})\` (per c ≥ 1) | Sublineare |
|
||||||
| \`Ω(log n)\` | Logaritmica |
|
| \`Ω(log n)\` | Logaritmica |
|
||||||
| \`Ω(log log n)\` | loglog |
|
| \`Ω(log log n)\` | loglog |
|
||||||
| \`Ω(1)\` | Costante |
|
| \`Ω(1)\` | Costante |
|
||||||
|
|
Loading…
Reference in a new issue