https://github.com/memgonzales/competitive-programming
https://github.com/memgonzales/competitive-programming
atcoder atcoder-abc atcoder-contests atcoder-solutions balanced-parentheses bipartite-graphs competitive-programming minimum-spanning-tree sparse-table
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/memgonzales/competitive-programming
- Owner: memgonzales
- Created: 2022-12-23T14:37:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T14:38:14.000Z (over 2 years ago)
- Last Synced: 2025-01-20T11:11:32.626Z (4 months ago)
- Topics: atcoder, atcoder-abc, atcoder-contests, atcoder-solutions, balanced-parentheses, bipartite-graphs, competitive-programming, minimum-spanning-tree, sparse-table
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitive Programming
## AtCoder Beginner Contest
### HHKB Programming Contest 2022 Winter ([AtCoder Beginner Contest 282](https://atcoder.jp/contests/abc282))
Official Editorial: [https://atcoder.jp/contests/abc282/editorial](https://atcoder.jp/contests/abc282/editorial)
| Problem | Solution |
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| [A - Generalized ABC](https://atcoder.jp/contests/abc282/tasks/abc282_a) | [C++](https://github.com/memgonzales/competitive-programming/blob/master/AtCoder%20Beginner%20Contest%20282/a.cpp) |
| [B - Let's Get a Perfect Score](https://atcoder.jp/contests/abc282/tasks/abc282_b) | [C++](https://github.com/memgonzales/competitive-programming/blob/master/AtCoder%20Beginner%20Contest%20282/b.cpp) |
| [C - String Delimiter](https://atcoder.jp/contests/abc282/tasks/abc282_c) | [C++](https://github.com/memgonzales/competitive-programming/blob/master/AtCoder%20Beginner%20Contest%20282/c.cpp) |
| [D - Make Bipartite 2](https://atcoder.jp/contests/abc282/tasks/abc282_d) | [C++](https://github.com/memgonzales/competitive-programming/blob/master/AtCoder%20Beginner%20Contest%20282/d.cpp) |
| [E - Choose Two and Eat One](https://atcoder.jp/contests/abc282/tasks/abc282_e) | [C++](https://github.com/memgonzales/competitive-programming/blob/master/AtCoder%20Beginner%20Contest%20282/e.cpp) |
| [F - Union of Two Sets](https://atcoder.jp/contests/abc282/tasks/abc282_f) | [C++](https://github.com/memgonzales/competitive-programming/blob/master/AtCoder%20Beginner%20Contest%20282/f.cpp) |### HHKB Programming Contest 2022 Winter ([AtCoder Beginner Contest 282](https://atcoder.jp/contests/abc282))
Official Editorial: [https://atcoder.jp/contests/abc283/editorial](https://atcoder.jp/contests/abc282/editorial)
| Problem | Solution |
| ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| [A - Power](https://atcoder.jp/contests/abc283/tasks/abc283_a) | [C++](https://github.com/memgonzales/competitive-programming/blob/master/AtCoder%20Beginner%20Contest%20283/a.cpp) |
| [B - First Query Problem](https://atcoder.jp/contests/abc283/tasks/abc283_b) | [C++](https://github.com/memgonzales/competitive-programming/blob/master/AtCoder%20Beginner%20Contest%20283/b.cpp) |
| [C - Cash Register](https://atcoder.jp/contests/abc283/tasks/abc283_c) | [C++](https://github.com/memgonzales/competitive-programming/blob/master/AtCoder%20Beginner%20Contest%20283/c.cpp) |
| [D - Scope](https://atcoder.jp/contests/abc283/tasks/abc283_d) | [C++](https://github.com/memgonzales/competitive-programming/blob/master/AtCoder%20Beginner%20Contest%20283/d.cpp) |