Bài tập Mã bài Loại Dạng Điểm AC % AC #
CSES - Tree Isomorphism I | Cây đẳng cấu I cses1700 CSES graph theory, tree-isomorphism, hashing 1700p 22% 16
CSES - Bit Problem | Bài toán về Bit cses1654 CSES bitwise, biconnected-component 1600p 21% 19
CSES - Food Division | Chia thức ăn cses1189 CSES greedy-general 1700p 18% 25
CSES - Maximum Building I | Tòa nhà lớn nhất cses1147 CSES dp-general, monotonic-queue 1400p 54% 141
CSES - Sorting Methods | Các phương pháp sắp xếp cses1162 CSES greedy-general, dp-general, bit, segtree-general 1700p 21% 12
CSES - Cyclic Array | Dãy tuần hoàn cses1191 CSES greedy-general, binary-search, sparse-table, lca, binary-lifting 1900p 17% 30
CSES - Increasing Array II | Dãy tăng II cses2132 CSES dp-slope 1800p 25% 57
CSES - Knuth Division | Phép chia Knuth cses2088 CSES dp-knuth 1900 23% 51
CSES - Houses and Schools | Nhà và Trường cses2087 CSES dp-dnc 1900 17% 25
Pie pie97 Array Practice math 1 27% 21
CSES - Cut and Paste | Cắt và dán cses2072 CSES treap/splay 2200p 28% 192
CSES - Reachability Queries | Truy vấn khả năng đi đến được cses2143 CSES bitset, dfs/bfs/pfs, scc 2000p 22% 56
CSES - Tree Traversals | Thứ tự duyệt cây cses1702 CSES graph theory, dfs/bfs/pfs 1900p 21% 22
CSES - Reachable Nodes | Nút có thể đi đến được cses2138 CSES bitset, dfs/bfs/pfs 1700p 24% 39
CSES - Swap Game | Trò chơi hoán đổi cses1670 CSES dfs/bfs/pfs 1500p 16% 23
CSES - Flight Route Requests | Yêu Cầu Đường Bay cses1699 CSES graph 600p 5% 3
CSES Tree Isomorphism II | Cây Đẳng Cấu II cses1701 CSES graph 600p 15% 6
CSES - Palindrome Queries | Truy vấn xâu đối xứng cses2420 CSES 04 string (Chuỗi), bit, segtree-general, hashing 2000p 25% 131
CSES - String Functions | Các hàm của xâu cses2107 CSES 04 string (Chuỗi), kmp, z-function 1600p 34% 40
CSES - Required Substring | Xâu con bắt buộc cses1112 CSES 04 string (Chuỗi), dp-general, kmp, aho-corasick 1900p 19% 61
CSES - Longest Palindrome | Xâu đối xứng dài nhất cses1111 CSES 04 string (Chuỗi), binary-search, hashing, manacher 1800p 15% 257
CSES - Minimal Rotation | Vòng quay nhỏ nhất cses1110 CSES 04 string (Chuỗi), binary-search, hashing 1800p 23% 70
CSES - Repeating Substring | ‎Xâu con lặp cses2106 CSES 04 string (Chuỗi), hashing, suffix-array 1800p 20% 46
CSES - Distinct Substrings | ‎Xâu con phân biệt‎ cses2105 CSES 04 string (Chuỗi), suffix-array 1800p 12% 36
CSES - Counting Sequences | Đếm dãy số cses2228 CSES combinatorics 1700p 15% 19
CSES - Forbidden Cities | Thành Phố Cấm cses1705 CSES graph theory 600p 16% 8
CSES - Counting Patterns | Đếm xâu con cses2103 CSES 04 string (Chuỗi), hashing, aho-corasick 1900p 11% 43
CSES - Pattern Positions | Vị trí xâu con cses2104 CSES 04 string (Chuỗi), hashing, aho-corasick 1900p 5% 39
CSES - Finding Patterns | Tìm xâu con cses2102 CSES 04 string (Chuỗi), hashing, aho-corasick 1900p 6% 53
CSES - Area of Rectangles | Diện Tích Của Các Hình Chữ Nhật cses1741 CSES geometry, data structures, sweep-line 1900p 24% 37
CSES - Beautiful Subgrids | Lưới con đẹp cses2137 CSES combinatorics, bitset 1700p 26% 41
CSES - Even Outdegree Edges | Cạnh của đồ thị có đỉnh bậc ra là chẵn cses2179 CSES graph theory, dfs/bfs/pfs 1500p 22% 12
CSES - Strongly Connected Edges | Cạnh của đồ thị liên thông mạnh cses2177 CSES graph theory, dfs/bfs/pfs, scc 1500p 33% 67
CSES - Grid Completion | Hoàn Thành Bảng Số cses2429 CSES 10. Đếm phân phối - Counting 600p 12% 3
CSES - Creating Offices | Xây Dựng Văn Phòng cses1752 CSES graph 600p 1% 1
CSES - Acyclic Graph Edges | Cạnh của DAG cses1756 CSES graph theory, dfs/bfs/pfs 1500p 31% 64
CSES - Movie Festival Queries | Lễ hội phim ảnh cses1664 CSES greedy-general, lca 1800p 20% 19
CSES - Finding Periods | Tìm chu kì cses1733 CSES 04 string (Chuỗi), hashing, kmp, z-function 1700p 34% 127
CSES - Maximum Xor Subarray | Đoạn con có xor lớn nhất cses1655 CSES bitwise, prefix-sum, trie, 14. Mảng tiền tố (Prefix-Sum) 1600p 29% 72
CSES - Permutation Inversions | Hoán vị nghịch thế cses2229 CSES dp-permutation 1600p 24% 21
CSES - Special Substrings | Xâu con đặc biệt cses2186 CSES prefix-sum, 14. Mảng tiền tố (Prefix-Sum) 1900p 25% 37
CSES - Multiplication Table | Bảng cửu chương cses2422 CSES binary-search, math-general 1600p 25% 308
CSES - Graph Paths II | Đường đi đồ thị II cses1724 CSES math-general, dp-matrix 1700p 26% 42
CSES - Advertisement | Quảng cáo cses1142 CSES binary-search, monotonic-queue, segtree-general, sparse-table, segtree-walk 1600p 37% 127
CSES - Graph Paths I | Đường đi đồ thị I cses1723 CSES math-general, dp-matrix 1600p 24% 62
CSES - Counting Necklaces | Đếm dây chuyền cses2209 CSES math-general, combinatorics, modular, modular-inverse 1700p 22% 40
CSES - Bracket Sequences II | Dãy ngoặc II cses2187 CSES math-general, combinatorics, modular, modular-inverse 1800p 20% 34
CSES - Bracket Sequences I | Dãy ngoặc I cses2064 CSES math-general, combinatorics, modular, modular-inverse 1500p 23% 82
CSES - Christmas Party | Bữa tiệc Giáng Sinh cses1717 CSES math-general, combinatorics, modular, modular-inverse, dp-general 1600p 30% 126
CSES - Distributing Apples | Phân phối táo cses1716 CSES math-general, combinatorics, modular, modular-inverse 1500p 29% 111