
RomanNum
CliuGeek
make the world to be a better place
展开
-
LeetCode刷题:第13题Roman to Integer
开始本周的刷题~ **题目要求:**Given a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999. 拼写规则:要想了解如何解决这个问题,我们第一步肯定要了解罗马数字的编码规则,这里有一条关于编码规则的超链,拿去不谢。但...原创 2018-03-06 21:56:01 · 312 阅读 · 0 评论 -
LeetCode刷题:第12题Integer to Roman
题目之前就完成了,今天补博客~ 由于种种原因,以后的LeetCode刷题虽然会继续,但是对于过于简单的题,我不会再以博客的形式展现了,我会把每次做的题都提交到Github上,地址如下:GitHub地址 **题目要求:**Given an integer, convert it to a roman numeral. Input is guaranteed to be ...原创 2018-03-10 21:04:13 · 345 阅读 · 0 评论