Skip to content

Commit 21cf58d

Browse files
authored
Update 12-math.md
1 parent ebada45 commit 21cf58d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

assignments/12-math.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,31 @@
1010
- [Power of Four](https://leetcode.com/problems/power-of-four/)
1111
- [Factorial](https://practice.geeksforgeeks.org/problems/factorial5739/1/?category[]=Mathematical&category[]=Mathematical&page=3&query=category[]Mathematicalpage3category[]Mathematical)
1212
- [Excel Sheet Column Title](https://leetcode.com/problems/excel-sheet-column-title/)
13+
- [Maximum Product of Three Numbers](https://leetcode.com/problems/maximum-product-of-three-numbers/)
14+
- [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/)
15+
- [Self Dividing Numbers](https://leetcode.com/problems/self-dividing-numbers/)
16+
- [Add Binary](https://leetcode.com/problems/add-binary/)
17+
- [Power of Two](https://leetcode.com/problems/power-of-two/)
1318

1419
## Medium
1520
- [Integer to Roman](https://leetcode.com/problems/integer-to-roman/)
1621
- [Unique Paths](https://leetcode.com/problems/unique-paths/)
1722
- [Gray Code](https://leetcode.com/problems/gray-code/)
1823
- [Perfect Squares](https://leetcode.com/problems/perfect-squares/)
1924
- [Next Greater Element III](https://leetcode.com/problems/next-greater-element-iii/)
25+
- [Angle Between Hands of a Clock](https://leetcode.com/problems/angle-between-hands-of-a-clock/)
26+
- [String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/)
27+
- [The k<sup>th</sup> Factor of n](https://leetcode.com/problems/the-kth-factor-of-n/)
28+
- [Queries on Number of Points Inside a Circle](https://leetcode.com/problems/queries-on-number-of-points-inside-a-circle/)
29+
- [Product of Array Except Self](https://leetcode.com/problems/product-of-array-except-self/)
30+
- [Multiply Strings](https://leetcode.com/problems/multiply-strings/)
31+
- [Encode and Decode TinyURL](https://leetcode.com/problems/encode-and-decode-tinyurl/)
32+
- [Integer Break](https://leetcode.com/problems/integer-break/)
33+
2034

2135
## Hard
2236
- [Permutation Sequence](https://leetcode.com/problems/permutation-sequence/)
37+
- [Basic Calculator](https://leetcode.com/problems/basic-calculator/)
38+
- [Max Points on a Line](https://leetcode.com/problems/max-points-on-a-line/)
39+
- [Number of Digit One](https://leetcode.com/problems/number-of-digit-one/)
2340

0 commit comments

Comments
 (0)