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

2019年7月10日

40. Combination Sum II **
摘要: description: 给定target, 求给定数列中找到几个数(其中的数不可以重复使用,且一组数有几个也不做限制)的和为target,和上面那个题一毛一样的,就改一下下标就行了,背下来背下来背下来~~~ Note: All numbers (including target) will be 阅读全文
posted @ 2019-07-10 20:11 kakaxisisan 阅读(95) 评论(0) 推荐(0)
 
 

2019年7月9日

39. Combination Sum
摘要: description: 给定target, 求给定数列中找到几个数(其中的数可以重复使用,且一组数有几个也不做限制)的和为target Note: https://www.cnblogs.com/grandyang/p/4606334.html Example: answer: class Sol 阅读全文
posted @ 2019-07-09 14:00 kakaxisisan 阅读(98) 评论(0) 推荐(0)
 
 

2019年7月8日

R 语言学习过程全记录 ~
摘要: RStudio介绍超详细的教程:https://www.jianshu.com/p/132919ca2ca9 前辈的心得:https://blog.csdn.net/kMD8d5R/article/details/78967610 管道:% % grep(pattern = "an", x, val 阅读全文
posted @ 2019-07-08 20:05 kakaxisisan 阅读(137) 评论(0) 推荐(0)
 
 

2019年7月3日

38. Count and Say
摘要: description: 就是看前面那个数有几个几,然后写一串。 Note: Example: answer: class Solution { public: string countAndSay(int n) { if (n 阅读全文
posted @ 2019-07-03 10:19 kakaxisisan 阅读(218) 评论(0) 推荐(0)
 
 

2019年7月2日

37. Sudoku Solver **
摘要: description: 数独 Note: Example: answer: class Solution { public: void solveSudoku(vector & board) { if (board.empty() || board.size() != 9 || board[0]. 阅读全文
posted @ 2019-07-02 21:35 kakaxisisan 阅读(99) 评论(0) 推荐(0)
 
 

2019年7月1日

36. Valid Sudoku
摘要: description: 判断数独是否正确 Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules: Each row 阅读全文
posted @ 2019-07-01 19:56 kakaxisisan 阅读(122) 评论(0) 推荐(0)
 
 

2019年6月29日

35. Search Insert Position
摘要: description: 给一个有序数列给一个target,找出在list中target对应的坐标,如果不在里边给出它应该在哪 Given a sorted array and a target value, return the index if the target is found. If n 阅读全文
posted @ 2019-06-29 10:09 kakaxisisan 阅读(79) 评论(0) 推荐(0)
 
 

2019年6月28日

34. Find First and Last Position of Element in Sorted Array
摘要: description: Given an array of integers nums sorted in ascending order, find the starting and ending position of a given target value. Your algorithm' 阅读全文
posted @ 2019-06-28 16:03 kakaxisisan 阅读(169) 评论(0) 推荐(0)
 
 

2019年6月27日

33. Search in Rotated Sorted Array
摘要: description: 一个数列,不知道在哪翻转了一下,现在给定一个值,如果他在这个翻转后的数列里, return 它对应的 index Suppose an array sorted in ascending order is rotated at some pivot unknown to y 阅读全文
posted @ 2019-06-27 10:04 kakaxisisan 阅读(105) 评论(0) 推荐(0)
 
 

2019年6月26日

Neural Approaches to Conversational AI
摘要: Neural Approaches to Conversational AI 学姐介绍的一篇综述阅读笔记 SIGIR 2018 主要贡献: 提出一个综合的调查关于最近几年的应用在QA,任务导向和闲聊对话机器人的神经网络方法 描述了现在和传统方法之间的联系,允许我们更好的理解研究为什么并且如何进化并且 阅读全文
posted @ 2019-06-26 21:22 kakaxisisan 阅读(685) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

公告


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