06 2019 档案

摘要:leetcode algorithms 143 Reorder List Given a singly linked list L: L0→L1→…→Ln 1→Ln, reorder it to: L0→Ln→L1→Ln 1→L2→Ln 2→… You may not modify the valu 阅读全文
posted @ 2019-06-23 22:40 mathli 阅读(73) 评论(0) 推荐(0) 编辑
摘要:leetcode algorithms 142 Linked List Cycle II Given a linked list, return the node where the cycle begins. If there is no cycle, return null. To repres 阅读全文
posted @ 2019-06-18 14:23 mathli 阅读(181) 评论(0) 推荐(0) 编辑
摘要:leetcode algorithms 141. Linked List Cycle Given a linked list, determine if it has a cycle in it. To represent a cycle in the given linked list, we u 阅读全文
posted @ 2019-06-13 22:11 mathli 阅读(113) 评论(0) 推荐(0) 编辑
摘要:knative 安装 本文安装版本 knative 0.6。 准备 安装 knative 前需要事先安装 "Kubernetes 集群" 和 "Istio" 。 安装 下载安装所需要的文件。以下选择的是全安装,如果不想要 knative 的全部功能,可自行选择不需要的 yaml。由于所有的镜像都是来 阅读全文
posted @ 2019-06-11 22:02 mathli 阅读(2453) 评论(3) 推荐(0) 编辑
摘要:leetcode algorithms 109. Convert Sorted List to Binary Search Tree Given a singly linked list where elements are sorted in ascending order, convert it 阅读全文
posted @ 2019-06-09 21:49 mathli 阅读(68) 评论(0) 推荐(0) 编辑
摘要:leetcode algorithms 92. Reverse Linked List II Reverse a linked list from position m to n. Do it in one pass. Note: 1 ≤ m ≤ n ≤ length of list. Exampl 阅读全文
posted @ 2019-06-01 22:14 mathli 阅读(107) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示