|
10 | 10 | - [Power of Four](https://leetcode.com/problems/power-of-four/)
|
11 | 11 | - [Factorial](https://practice.geeksforgeeks.org/problems/factorial5739/1/?category[]=Mathematical&category[]=Mathematical&page=3&query=category[]Mathematicalpage3category[]Mathematical)
|
12 | 12 | - [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/) |
13 | 18 |
|
14 | 19 | ## Medium
|
15 | 20 | - [Integer to Roman](https://leetcode.com/problems/integer-to-roman/)
|
16 | 21 | - [Unique Paths](https://leetcode.com/problems/unique-paths/)
|
17 | 22 | - [Gray Code](https://leetcode.com/problems/gray-code/)
|
18 | 23 | - [Perfect Squares](https://leetcode.com/problems/perfect-squares/)
|
19 | 24 | - [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 | + |
20 | 34 |
|
21 | 35 | ## Hard
|
22 | 36 | - [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/) |
23 | 40 |
|
0 commit comments