数学
小白算法习题记录本
一个刚学算法的超级无敌小白痴。博客里所有的文章都是用来记录我做题时候敲下的代码的,全是水货,无贡献,经不起深敲,主页也没有浏览的必要,蟹蟹!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
13. Roman to Integer
Roman to Integer Easy 1917 3305 Add to List Share Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X ...原创 2020-04-08 14:11:16 · 117 阅读 · 0 评论 -
9. Palindrome Number
Palindrome Number Easy 2058 1499 Add to List Share Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Input: 121 Output: ...原创 2020-04-08 13:56:52 · 147 阅读 · 0 评论 -
8. String to Integer (atoi)
String to Integer (atoi) Medium Implement atoi which converts a string to an integer. The function first discards as many whitespace characters as necessary until the first non-whitespace character ...原创 2020-04-05 12:19:12 · 115 阅读 · 0 评论
分享