This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/6_Plat/Lagrange.mdx
2020-06-28 12:03:46 -04:00

40 lines
970 B
Text

---
id: lagrange
title: "Lagrangian Relaxation"
author: Benjamin Qi
description: "aka Aliens Trick"
prerequisites:
- Plat - Convex Hull
frequency: 1
---
import { Problem } from "../models";
export const metadata = {
problems: {
sample: [
new Problem("Plat", "Tall Barn", "697", "Easy", false, [], ""),
],
probs: [
new Problem("CF","New Year & Handle Change", "contest/1279/problem/F", "Normal", false, [], ""),
new Problem("Kattis", "Blazing New Trails", "blazingnewtrails", "Normal", false, [], ""),
new Problem("ojuz", "Aliens", "IOI16_aliens", "Hard", false, [], ""),
]
}
};
adding lambda\*smth
<problems-list problems={metadata.problems.sample} />
## Tutorial
<resources>
<resource source="Mamnoon Siam" title="Attack on Aliens" url="https://mamnoonsiam.github.io/posts/attack-on-aliens.html"></resource>
</resources>
## Problems
<problems-list problems={metadata.problems.probs} />
(300iq insane problems???)