Modular Arithmetic¶
Table of Contents¶
- 2453. Destroy Sequential Targets (Medium)
- 2598. Smallest Missing Non-negative Integer After Operations (Medium)
- 1590. Make Sum Divisible by P (Medium)
2453. Destroy Sequential Targets¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, hash table, counting
2598. Smallest Missing Non-negative Integer After Operations¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, hash table, math, greedy
1590. Make Sum Divisible by P¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, hash table, prefix sum