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/5_Gold/Bin_Jump.md
2020-06-24 16:50:30 -04:00

2.1 KiB

id title author description
bin-jump Binary Jumping Benjamin Qi Introduces the problems of finding level ancestors in a tree and computing the lowest common ancestors.

Binary Jumping

Lowest Common Ancestor

Tutorial

Problems

- interactive!! Copy of [CF Brain Network "Hard"](https://codeforces.com/contest/690/problem/C3) - interactive!!