Ball Placement Problems¶
Table of Contents¶
- 1641. Count Sorted Vowel Strings (Medium)
- 1621. Number of Sets of K Non-Overlapping Line Segments (Medium)
- 920. Number of Music Playlists (Hard)
- 1735. Count Ways to Make Array With Product (Hard)
- 2338. Count the Number of Ideal Arrays (Hard)
1641. Count Sorted Vowel Strings¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: math, dynamic programming, combinatorics
1621. Number of Sets of K Non-Overlapping Line Segments¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: math, dynamic programming, combinatorics
920. Number of Music Playlists¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: math, dynamic programming, combinatorics
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¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: math, dynamic programming, combinatorics, number theory