野原新之助0

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

摘要: BS 找 Rotated sorted array 的题目目前接触到的共四道: 33, 81, 153, 154. 两道找find target, 两道find min. 其中各包含一道no duplicate 一道contain duplicates. 阅读全文
posted @ 2018-03-25 04:40 野原新之助0 阅读(148) 评论(0) 推荐(0) 编辑

2020年10月9日

摘要: 主要列出必须的command line操作 1. cd到目标文件夹下 command line: >> git init // 此时就可以进行git add . 等操作 repository已经建成 2. 在github中new repository 3. 在新创建的仓库中拿到仓库地址: somet 阅读全文
posted @ 2020-10-09 09:18 野原新之助0 阅读(149) 评论(2) 推荐(0) 编辑

2018年4月12日

摘要: reorder linked list 注意事项 阅读全文
posted @ 2018-04-12 11:56 野原新之助0 阅读(110) 评论(0) 推荐(0) 编辑

摘要: 基础题 insert in sorted linked list 中的几点注意事项 阅读全文
posted @ 2018-04-12 06:17 野原新之助0 阅读(99) 评论(0) 推荐(0) 编辑

2018年3月25日

摘要: Linked list 难题, 考验了 recursion 和 iteration 两部分的运用. 阅读全文
posted @ 2018-03-25 08:21 野原新之助0 阅读(93) 评论(0) 推荐(0) 编辑

2018年3月11日

摘要: Given an array of integers, sort the elements in the array in ascending order. The merge sort algorithm should be used to solve this problem. 阅读全文
posted @ 2018-03-11 10:00 野原新之助0 阅读(140) 评论(0) 推荐(0) 编辑

摘要: a to the power of b 阅读全文
posted @ 2018-03-11 09:51 野原新之助0 阅读(121) 评论(0) 推荐(0) 编辑