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/Tries.mdx
Benjamin Qi 569b14ff01 freqs
2020-06-26 14:00:32 -04:00

22 lines
397 B
Text

---
id: tries
title: "Tries"
author: Benjamin Qi
description: ?
frequency: 1
---
import { Problem } from "../models";
export const metadata = {
problems: {
sample: [
new Problem("YS", "Set XOR-Min", "set_xor_min", "Normal", false, [], ""),
],
}
};
<problems-list problems={metadata.problems.sample} />
- CPH 26.2
- [Algorithm Gym](http://codeforces.com/blog/entry/15729)