|
190 | 190 | | **0509** | [Fibonacci Number][509] | Math, Recursion, DP, Memoization | ![][easy] | |
|
191 | 191 | | **1232** | [Check If It Is a Straight Line][1232] | Array, Math, Geometry | ![][easy] | |
|
192 | 192 | | **1630** | [Count Odd Numbers in an Interval Range][1630] | Math | ![][easy] | |
|
| 193 | +| **2427** | [Number of Common Factors][2427] | Math, Enumeration, Number Theory | ![][easy] | | |
193 | 194 |
|
194 | 195 | <!---------------------------------{ Solution Table }-------------------------->
|
195 | 196 |
|
|
598 | 599 |
|
599 | 600 | ## Enumeration
|
600 | 601 |
|
601 |
| -| # | Solution | Tags | Difficulty | Remark | |
602 |
| -| :-: | :------: | :--: | :--------: | :----: | |
| 602 | +| # | Solution | Tags | Difficulty | Remark | |
| 603 | +| :------: | :------------------------------: | :------------------------------: | :--------: | :----: | |
| 604 | +| **2427** | [Number of Common Factors][2427] | Math, Enumeration, Number Theory | ![][easy] | | |
603 | 605 |
|
604 | 606 | <!---------------------------------{ Solution Table }-------------------------->
|
605 | 607 |
|
|
707 | 709 |
|
708 | 710 | ## Number Theory
|
709 | 711 |
|
710 |
| -| # | Solution | Tags | Difficulty | Remark | |
711 |
| -| :------: | :---------------: | :-----------------------------: | :--------: | :----: | |
712 |
| -| **0258** | [Add Digits][258] | Math, Simulation, Number Theory | ![][easy] | | |
| 712 | +| # | Solution | Tags | Difficulty | Remark | |
| 713 | +| :------: | :------------------------------: | :------------------------------: | :--------: | :----: | |
| 714 | +| **0258** | [Add Digits][258] | Math, Simulation, Number Theory | ![][easy] | | |
| 715 | +| **2427** | [Number of Common Factors][2427] | Math, Enumeration, Number Theory | ![][easy] | | |
713 | 716 |
|
714 | 717 | <!---------------------------------{ Solution Table }-------------------------->
|
715 | 718 |
|
|
1023 | 1026 | [1957]: ./src/1901-2000/1957%20-%20Delete%20Characters%20to%20Make%20Fancy%20String/
|
1024 | 1027 | [2176]: ./src/2101-2200/2176%20-%20Count%20Equal%20and%20Divisible%20Pairs%20in%20an%20Array/
|
1025 | 1028 | [2236]: ./src/2201-2300/2236%20-%20Root%20Equals%20Sum%20of%20Children/
|
| 1029 | +[2427]: ./src/2401-2500/2427%20-%20Number%20of%20Common%20Factors/ |
1026 | 1030 |
|
1027 | 1031 | <!----------------------------------{ Labels }--------------------------------->
|
1028 | 1032 |
|
|
0 commit comments