Wikipedia关于原地算法的描述:原地算法(in-place algorithm)基本上不需要额外辅助的数据结构,然而,允许少量额外的辅助变量来转换数据的算法。当算法运行时,输入的数据通常会被要输出的部分覆盖掉。 很容易看出,原地算法的特点是不需要辅助的数据结构而只需要辅助变量。通常,维护一个复 ...
分类:
编程语言 时间:
2019-08-21 00:27:30
阅读次数:
117
Question Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree. According to the definition of LCA on Wikipedia: “ ...
分类:
其他好文 时间:
2019-08-19 09:34:44
阅读次数:
92
请参考以下网址中的表格:https://en.wikipedia.org/wiki/Unicode_subscripts_and_superscripts The most common superscript digits (1, 2, and 3) were in ISO-8859-1 and ...
https://blog.csdn.net/qq_37025443/article/details/86537261 博客 下面是wiki上的讲解,建议耐心地看一遍...虽然看了可能还是不懂 https://en.wikipedia.org/wiki/Lindström–Gessel–Viennot ...
分类:
其他好文 时间:
2019-07-21 10:38:34
阅读次数:
108
本文收录在Python从入门到精通系列文章系列 1. Python简介 1.1 Python的历史 Python的创始人为吉多·范罗苏姆(荷兰语:Guido van Rossum) 此处借鉴于python维基百科:https://zh.wikipedia.org/wiki/Python 1.2 Py ...
分类:
编程语言 时间:
2019-07-20 13:13:51
阅读次数:
131
数学定义 http://en.wikipedia.org/wiki/Complex_normal_distribution 通信中的定义 在通信里,复基带等效系统的噪声是复高斯噪声,其分布就是circularly symmetric complex Gaussian。你可以理解为我们通常意义的噪声, ...
分类:
其他好文 时间:
2019-07-16 12:18:34
阅读次数:
108
本地收藏夹伤不起…… https://zh.wikipedia.org/wiki/Template:%E7%AE%97%E6%B3%95 http://www.csie.ntnu.edu.tw/~u91029/ https://oi-wiki.org/ https://csacademy.com/a ...
分类:
其他好文 时间:
2019-07-11 12:37:14
阅读次数:
218
https://en.wikipedia.org/wiki/Circular_buffer microsoft on site面试问到到一个,当时有点紧张,然后用链表实现,最后写的也有些问题,要求的单元测试也没有完成。 两种实现,使用数组或者链表,相对来说不需要随机访问,使用链表会更好,实现上链表也 ...
分类:
编程语言 时间:
2019-07-10 01:13:19
阅读次数:
148
参考文献: https://en.wikipedia.org/wiki/Buffer_overflow_protectionhttps://www.zhihu.com/question/20871464/answer/18743160http://www.ibm.com/developerworks ...
分类:
其他好文 时间:
2019-06-29 00:32:57
阅读次数:
118
learning to link with wikipedia 目标:It explains how the topics mentioned in unstructured text can be automatically recognized and linked to the appropr ...
分类:
其他好文 时间:
2019-06-24 18:13:23
阅读次数:
132