# codeforces **Repository Path**: gabriel_wu/codeforces ## Basic Information - **Project Name**: codeforces - **Description**: Codeforces solutions. - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-27 - **Last Updated**: 2022-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Problem by Topics ## Bitmasks - [1288D](1288/d/d.cc) Minimax Problem ([Description](https://codeforces.com/problemset/problem/1288/D)) ## Binary Search - [817C](817/c/c.py) Really Big Numbers ([Description](https://codeforces.com/problemset/problem/817/C)) ## Dynamic Programming - [19B](19/b/b.kt) Checkout Assistant ([Description](https://codeforces.com/problemset/problem/19/B)) - [31E](31/e/e.py) TV Game ([Description](https://codeforces.com/problemset/problem/31/E)) - [808G](808/g/g.cc) Anthem of Berland ([Description](https://codeforces.com/problemset/problem/808/G)) - [1249E](1249/e/e.cc) By Elevator or Stairs? ([Description](https://codeforces.com/problemset/problem/1249/E)) ### Tree DP - [1187E](1187/e/e.cc) Tree Painting ([Description](https://codeforces.com/contest/1187/problem/E)) - [1223E](1223/e/e.cc) Paint the Tree ([Description](https://codeforces.com/problemset/problem/1223/E)) ## Graph ### DFS Tree - [1217D](1217/d/d.py) Coloring Edges ([Description](https://codeforces.com/problemset/problem/1217/D)) - [1325F](1325/f/f.cc) Ehab's Last Theorem ([Description](https://codeforces.com/problemset/problem/1325/F)) ### Flow #### Min-cost Max-Flow - [1187G](1187/g/g.cc) Gang Up ([Description](https://codeforces.com/problemset/problem/1187/G)) ### Shortest Path #### Dijkstra - [144D](144/d/d.kt) Missile Silos ([Description](https://codeforces.com/problemset/problem/144/D)) ### Topological Sort - [1385E](1385/e/e.cc) Directing Edges ([Description](https://codeforces.com/contest/1385/problem/E)) - [102006G](gym/102006/g/g.cc) Is Topo Logical? ([Description](https://codeforces.com/gym/102006/problem/G)) ## Monotonic Queue/Stack - [817D](817/d/d.cc) Imbalanced Array ([Description](https://codeforces.com/problemset/problem/817/D)) ## Segment Tree - [52C](52/c/c.cc) Circular RMQ (Range addition, range minimum query, [Description](https://codeforces.com/contest/52/problem/C)) - [56E](56/e/e.cc) Domino Principle (Single assignment, range maximum query, [Description](https://codeforces.com/contest/56/problem/E)) - [1187D](1187/d/d.cc) Subarray Sorting (Single assignment, range minimum query, [Description](https://codeforces.com/contest/1187/problem/D)) - [1371F](1371/f/f.cc) Raging Thunder (Complex node combination, [Description](https://codeforces.com/contest/1371/problem/F)) - [1373G](1373/g/g.cc) Pawns(Range addition, range minimum query, [Description](https://codeforces.com/contest/1373/problem/G)) ## Strings ### Prefix function - [471D](471/d/d.py) MUH and Cube Walls ([Description](https://codeforces.com/problemset/problem/471/D)) - [808G](808/g/g.cc) Anthem of Berland ([Description](https://codeforces.com/problemset/problem/808/G))