Skip to content

Commit 68c5676

Browse files
authored
Update README.MD
1 parent 50d22aa commit 68c5676

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Algorithms/README.MD

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,13 @@ public:
475475
``````
476476

477477
# Problems 12 : Integer to Roman
478-
**参考书:LeetCode题解 第三章 字符串 3.10 **
478+
**参考书:LeetCode题解 第三章 字符串 3.10** <br>
479+
思路:
480+
481+
1.建立基数表
482+
2.从高位对基数不断迭代取余
483+
3.直至余数为0
484+
479485
``````
480486
class Solution {
481487
public:

0 commit comments

Comments
 (0)