由于深深的知道自己是事件驱动型的人,一直想补强自己的薄弱环节算法,却完全不知道从哪里入手。所以只能采用最笨的办法,刷题。从刷题中遇到问题就解决问题,最后可能多多少少也能提高一下自己的渣算法吧。 暂时的目标是一周最少两道,可能会多做多想,工作再忙也会完成这个最低目标。 Two sum: Given a ...
分类:
其他好文 时间:
2016-10-24 02:31:27
阅读次数:
153
GIS制图课程目录 by 李远祥 由于过去一年都没有进行更新,近期终于抽出时间来进行相关知识的整理,因此,对专项技术进行了不同技术线条的梳理。为了方便阅读,特意整理一下全书的目录结构,希望对读者有帮助。由于Esri推出了ArcGIS Pro 桌面软件,旨在逐步替换传统的ArcMap,因此,在本书中会 ...
分类:
其他好文 时间:
2016-10-24 01:56:43
阅读次数:
433
题目: Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the tele ...
分类:
其他好文 时间:
2016-10-17 13:21:56
阅读次数:
138
TensorFlow? is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, ...
分类:
其他好文 时间:
2016-10-02 21:26:30
阅读次数:
402
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:
其他好文 时间:
2016-10-02 00:20:22
阅读次数:
192
工作中或许会遇到这样的需求,将两段不同的音频合成一个音频(暂且称之为音频拼接),实现起来相对来说不是很难,再介绍如何拼接之前,先了解下AVFoundation下的几个基本知识点。 AVAsset 正如官网文档所说——"AVAsset is an abstract class to represent ...
分类:
移动开发 时间:
2016-09-26 10:49:04
阅读次数:
180
Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. Below is one possible representati ...
分类:
其他好文 时间:
2016-09-20 12:11:35
阅读次数:
121
A binary watch has 4 LEDs on the top which represent the hours (0-11), and the 6 LEDs on the bottom represent the minutes (0-59). Each LED represents ...
分类:
其他好文 时间:
2016-09-19 06:46:33
阅读次数:
321
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:
其他好文 时间:
2016-09-16 10:12:49
阅读次数:
141
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 whic ...
分类:
其他好文 时间:
2016-09-16 00:14:08
阅读次数:
158