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

2019年4月14日

21. Merge Two Sorted Lists
摘要: description: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two li 阅读全文
posted @ 2019-04-14 21:29 kakaxisisan 阅读(103) 评论(0) 推荐(0)
 
 

2019年4月10日

20. Valid Parentheses
摘要: description: check whether the (){}[] is valid(is pair) Note: Example: my answer: "感恩" my answer 大佬的answer: class Solution { public: bool isValid(stri 阅读全文
posted @ 2019-04-10 14:58 kakaxisisan 阅读(87) 评论(0) 推荐(0)
 
A Convolutional Neural Network for Modelling Sentences阅读笔记
摘要: 钱钱钱钱钱钱钱钱 阅读全文
posted @ 2019-04-10 14:31 kakaxisisan 阅读(253) 评论(0) 推荐(0)
 
 

2019年4月8日

19. Remove Nth Node From End of List
摘要: description: Given a linked list, remove the n th node from the end of list and return its head. Note: Given n will always be valid. Example: my answe 阅读全文
posted @ 2019-04-08 09:39 kakaxisisan 阅读(78) 评论(0) 推荐(0)
 
18. 4Sum
摘要: description: Given an array nums of n integers and an integer target, are there elements a, b, c, and d in nums such that a + b + c + d = target? Find 阅读全文
posted @ 2019-04-08 09:22 kakaxisisan 阅读(89) 评论(0) 推荐(0)
 
 

2019年4月4日

16. 3Sum Closest
摘要: description: Given an array nums of n integers and an integer target, find three integers in nums such that the sum is closest to target. Return the s 阅读全文
posted @ 2019-04-04 20:17 kakaxisisan 阅读(96) 评论(0) 推荐(0)
 
 

2019年4月3日

15. 3Sum
摘要: description: Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array whic 阅读全文
posted @ 2019-04-03 10:41 kakaxisisan 阅读(94) 评论(0) 推荐(0)
 
 

2019年3月31日

17. Letter Combinations of a Phone Number
摘要: description: Given a string containing digits from 2 9 inclusive, return all possible letter combinations that the number could represent. A mapping o 阅读全文
posted @ 2019-03-31 22:41 kakaxisisan 阅读(113) 评论(0) 推荐(0)
 
A Network-based End-to-End Trainable Task-oriented Dialogue System
摘要: abstract 让机器去和人类自然的交谈是具有挑战性的。最近的任务型对话系统需要创造几个部分并且通常这需要大量的人工干预,或者需要标注数据去解决各部分训练的问题。在这里我们提出了一种端到端的任务型对话系统,它采取了一种基于管道框架的新颖的收集对话数据的方法。这个方法允许我们轻松实现对话系统而不用过 阅读全文
posted @ 2019-03-31 19:18 kakaxisisan 阅读(729) 评论(6) 推荐(0)
 
 

2019年3月30日

14. Longest Common Prefix
摘要: description: Write a function to find the longest common prefix string amongst an array of strings. 找到几个字符串的最大前缀,英语不好是硬伤gg prefix string 前缀!!!!! If th 阅读全文
posted @ 2019-03-30 09:55 kakaxisisan 阅读(74) 评论(0) 推荐(0)
 
 
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页

公告


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