usaco-guide icon indicating copy to clipboard operation
usaco-guide copied to clipboard

A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.

Results 144 usaco-guide issues
Sort by recently updated
recently updated
newest added

Someone submitted the contact form! **URL**: https://usaco.guide/problems/poi-2017containers/solution **Module**: None **Topic**: Unclear Explanation **Message**: The solution uses the variable k as approximately sqrt(N), and q is the number of queries (aka...

good first issue
content

## Incomplete Features Note that this list is not necessarily ordered by importance. - [ ] Dark Mode #4152 - [ ] better mobile support? - [ ] search by...

enhancement
website

Related to #2292, it would be great if there was some way to automatically detect (and fix?) some of the most egregious violations of the [conventions](https://usaco.guide/general/adding-solution?lang=cpp#general) (at the very least,...

enhancement

```cpp #include using namespace std; template using minpq = priority_queue; const int N = 2e5+5; int n, ans[N]; struct per { int l, r, id; } a[N]; int main() {...

bug
backlog
groups

Someone submitted the contact form! **Module**: Silver - Binary Search **Topic**: Typo / Broken Link **Message**: https://codeforces.com/edu/course/2/lesson/6/1/practice leads to a "course not found" message

bug

- update (source -> tooltip) mapping as @dolphingarlic mentioned - make sure existing sources / tags follow conventions (ex. #1730, https://github.com/cpinitiative/usaco-guide/pull/1657#issuecomment-860261282) - note conventions for sources / tags somewhere

enhancement
content

Some OIs (besides the IOI) have (somewhat) centralized pages with editorials/code solutions. It'd be nice if the solutions linked there by default. - CEOI: http://ceoi.inf.elte.hu/tasks-archive/ - Baltic OI: https://boi.cses.fi/tasks.php (mostly...

enhancement
good first issue
backlog
website

https://github.com/cpinitiative/usaco-guide/tree/master/src/components/markdown/ProblemsList/DivisionList - clean up and add documentation - currently, you need to run multiple scripts and then copy-paste the corresponding data into the `.ts` files

enhancement
backlog
website

Custom problems not on the Guide can't be marked as done; we should make this possible thanks to TheRaven5520#1301 for reporting!

website
groups

implement features exclusively for cpi clubs, willing to take any ideas so far, ideas are: - leaderboard with other clubs - incorporation of club curriculum (premade assignments for each) -...

website
groups