• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
yanqi
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

2015年11月25日

LeetCode() Issomorphic Strings
摘要: bool isIsomorphic(string s, string t) { int size=s.size(); if (size==0) return true; char ch[128],ismap[128]; ... 阅读全文
posted @ 2015-11-25 23:50 yanqi 阅读(160) 评论(0) 推荐(0)
 
LeetCode() Repeated DNA Sequences 看的非常的过瘾!
摘要: All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes useful to ... 阅读全文
posted @ 2015-11-25 21:29 yanqi 阅读(145) 评论(0) 推荐(0)
 
 

公告


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