• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
kakaxisisan
这里以后只放刷题了哦论文转战知乎了哦
博客园 首页 新随笔 联系 订阅 订阅 管理
上一页 1 ··· 4 5 6 7 8 9 10 下一页

2019年3月29日

13. Roman to Integer
摘要: description: 把罗马数字转换成阿拉伯数字 Note: my answer: "感恩" 大佬的answer: class Solution { public: int romanToInt(string s) { int res = 0; unordered_mapm = {{'I', 1 阅读全文
posted @ 2019-03-29 10:53 kakaxisisan 阅读(133) 评论(0) 推荐(0)
 
12. Integer to Roman
摘要: description: 把阿拉伯数字转换成罗马数字 Note: my answer: "感恩" 大佬的answer:真的在leetcode里写代码的时候要时刻注意还是不是英文半角,要不然真的崩溃,哪出错都不知道 class Solution { public: string intToRoman( 阅读全文
posted @ 2019-03-29 08:43 kakaxisisan 阅读(111) 评论(0) 推荐(0)
 
 

2019年3月24日

10. Regular Expression Matching
摘要: description: Given an input string (s) and a pattern (p), implement regular expression matching with support for '.' and ' '. The matching should cove 阅读全文
posted @ 2019-03-24 18:24 kakaxisisan 阅读(101) 评论(0) 推荐(0)
 
今天晴儿和老佛爷又一起上台了
摘要: 刚才看老佛爷和晴儿又一起了,当时真的没有多感动,再看真的是 枕风宿雪多年 我与虎谋早餐 拎着钓叟的鱼弦 问卧龙几两钱 蜀中大雨连绵 关外横尸遍野 你的笑像一条恶犬 撞乱了我的心弦 烽烟万里如衔 掷群雄下酒宴 谢绝策勋十二转 想为你窃玉簪 入巷间吃汤面 笑看窗边飞雪 取腰间明珠弹朱雀 立琵琶于庭前 阅读全文
posted @ 2019-03-24 09:08 kakaxisisan 阅读(113) 评论(0) 推荐(0)
 
 

2019年3月22日

9. Palindrome Number
摘要: description: Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. my answer: "感恩" rela 阅读全文
posted @ 2019-03-22 09:35 kakaxisisan 阅读(87) 评论(0) 推荐(0)
 
 

2019年3月21日

8. String to Integer (atoi)
摘要: description: Implement atoi which converts a string to an integer. 实现string转integer的功能 The function first discards as many whitespace characters as ne 阅读全文
posted @ 2019-03-21 15:49 kakaxisisan 阅读(134) 评论(0) 推荐(0)
 
 

2019年3月20日

是风动
摘要: 你是我身外 化白云任去来 我是你途中 有青山撞入怀 不动声色见你如是才自在 关山难越 谁悲失路之人 萍水相逢 尽是他乡之客 山颜海貌 早已韶华暗换 沧海桑田 站在三岔路口 眼见着风云千樯 做出抉择的一天 日记上确是相当平凡的一天 阅读全文
posted @ 2019-03-20 11:03 kakaxisisan 阅读(228) 评论(0) 推荐(0)
 
7. Reverse Integer
摘要: description: Given a 32 bit signed integer, reverse digits of an integer. my answer: "感恩" relative point get√: hint : 关键在于处理溢出情况 阅读全文
posted @ 2019-03-20 10:56 kakaxisisan 阅读(86) 评论(0) 推荐(0)
 
 

2019年3月19日

6. ZigZag Conversion
摘要: description: The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in 阅读全文
posted @ 2019-03-19 21:04 kakaxisisan 阅读(117) 评论(0) 推荐(0)
 
 

2019年3月16日

5. Longest Palindromic Substring
摘要: description: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example: my answer: 解 阅读全文
posted @ 2019-03-16 23:14 kakaxisisan 阅读(107) 评论(0) 推荐(0)
 
 
上一页 1 ··· 4 5 6 7 8 9 10 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3