摘要: leetcode算法题 pro12 整数转罗马数字 原题地址:https://leetcode-cn.com/problems/integer-to-roman/ 题目内容 罗马数字包含以下七种字符: I, V, X, L,C,D 和 M。 字符 数值I 1V 5X 10L 50C 100D 500 阅读全文
posted @ 2021-05-14 15:15 TidalCoast 阅读(35) 评论(0) 推荐(0) 编辑
摘要: leetcode算法题 pro1269 停在原地的方案数 原题地址:https://leetcode-cn.com/problems/number-of-ways-to-stay-in-the-same-place-after-some-steps/ 题目描述 有一个长度为 arrLen 的数组,开 阅读全文
posted @ 2021-05-14 13:06 TidalCoast 阅读(82) 评论(0) 推荐(0) 编辑