自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 [Week 4] LeetCode 743. Network Delay Time

LeetCode 743. Network Delay Time问题描述:There are N network nodes, labelled 1 to N.Given times, a list of travel times as directed edges times[i] = (u, v, w), where u is the source node, v is the targ...

2018-09-28 15:39:08 266

原创 Golang 入门与配置

Golang 入门与配置GolangGo(又称Golang)是Google开发的一种静态强类型、编译型、并发型,并具有垃圾回收功能的编程语言。罗伯特·格瑞史莫,罗勃·派克(Rob Pike)及肯·汤普逊于2007年9月开始设计Go,稍后Ian Lance Taylor、Russ Cox加入项目。Go是基于Inferno操作系统所开发的。Go于2009年11月正式宣布推出,成为开放源代码项目...

2018-09-27 15:42:47 333

原创 [Week 3] LeetCode 785. Is Graph Bipartite?

LeetCode 785. Is Graph Bipartite?问题描述:Given an undirected graph, return true if and only if it is bipartite.Recall that a graph is bipartite if we can split it’s set of nodes into two independent s...

2018-09-22 10:12:11 252

原创 [Week 2] LeetCode 335. Count of Smaller Numbers After Self

LeetCode 335. Count of Smaller Numbers After Self问题描述:You are given an integer array nums and you have to return a new counts array. The counts array has the property where counts[i] is the number...

2018-09-15 15:36:31 235

原创 使用VirtualBox搭建私有云

使用VirtualBox让PC提供云桌面服务前言本教程大部分参考潘老师 课程网站 上给的教程,总结了一下我安装过程中遇到的问题,提供给有相同问题的童鞋作参考。安装VirtualBox官方下载安装Oracle VirtualBox 5.x 注意:我在安装的时候会提示说安装虚拟网卡,会停用网络balabala的,嗯,然后我就一直卡在那里了;解决方案是安装前先停用本机网络Vi...

2018-09-09 20:54:55 1103

原创 [Week 1] LeetCode 215. Kth Largest Element in an Array

LeetCode 215. Kth Largest Element in an Array问题描述:Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element.输入示...

2018-09-08 22:19:20 180

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除