Skip to content

Prime Factorization

Table of Contents

2521. Distinct Prime Factors of Product of Array

2507. Smallest Value After Replacing With Sum of Prime Factors

3326. Minimum Division Operations to Make Array Non Decreasing

2584. Split the Array to Make Coprime Products

2709. Greatest Common Divisor Traversal

2862. Maximum Element-Sum of a Complete Subset of Indices

2818. Apply Operations to Maximize Score

  • LeetCode | LeetCode CH (Hard)

  • Tags: array, math, stack, greedy, sorting, monotonic stack, number theory

1998. GCD Sort of an Array

1735. Count Ways to Make Array With Product

  • LeetCode | LeetCode CH (Hard)

  • Tags: array, math, dynamic programming, combinatorics, number theory

2338. Count the Number of Ideal Arrays

Comments