Math¶
Table of Contents¶
- 1134. Armstrong Number (Easy) 👑
- 1180. Count Substrings with Only One Distinct Letter (Easy) 👑
- 1538. Guess the Majority in a Hidden Array (Medium) 👑
- 1183. Maximum Number of Ones (Hard) 👑
1134. Armstrong Number¶
-
LeetCode | LeetCode CH (Easy)
-
Tags: math
1180. Count Substrings with Only One Distinct Letter¶
-
LeetCode | LeetCode CH (Easy)
-
Tags: math, string
1538. Guess the Majority in a Hidden Array¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, math, interactive
1183. Maximum Number of Ones¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: math, greedy, sorting, heap priority queue