//本文是一个暂时的小记,有不对的请大佬们指出~ 真正大佬的在这http://blog.csdn.net/clove_unique/article/details/50630280 伸展树(Splay Tree),也叫分裂树,是一种二叉排序树,它能在O(log n)内完成插入、查找和删除操作。它由丹 ...
分类:
其他好文 时间:
2019-08-10 21:09:01
阅读次数:
106
problem:https://leetcode.com/problems/unique-binary-search-trees/ 左子树个数 * 右子树个数 ...
分类:
其他好文 时间:
2019-08-09 23:57:48
阅读次数:
176
2019-08-09 英语自认为还算可以,不好也不差。但是做软考英文题目题,选一个错一个啊。备受打击。 题目如下: A project os a [temporary] (Sequence) of unique,complex,and connected activities having one ...
分类:
其他好文 时间:
2019-08-09 17:12:44
阅读次数:
140
SW1:<HW-SW1>sys//进入系统视图[HW-SW1]stpmodestp//生成树为STP[HW-SW1]stppriority0//STP生成树优先级为零SW2:<HW-SW2>sys//进入系统视图[HW-SW2]stpmodestp//生成树为STP[HW-SW2]stppriority4096//STP生成树优先级为4096SW3更改前:<HW-SW
分类:
其他好文 时间:
2019-08-07 13:16:09
阅读次数:
94
63. Unique Paths II Medium 938145FavoriteShare 63. Unique Paths II Medium 938145FavoriteShare Medium A robot is located at the top-left corner of a m ...
分类:
其他好文 时间:
2019-08-06 13:41:46
阅读次数:
115
A cryptarithmetic puzzle is a mathematical game where the digits of some numbers are represented by letters. Each letter represents a unique digit. Fo ...
分类:
其他好文 时间:
2019-08-06 11:01:04
阅读次数:
98
"UVA 12604 Caesar Cipher" 题意:给一个字母表s,一个标准串w,一个密文s,问w是否可能在密文的原文中出现且仅出现一次 cpp include using namespace std; const int maxn = 6e5; char a[maxn], b[maxn], ...
分类:
其他好文 时间:
2019-08-06 10:43:18
阅读次数:
98
asset 资产 server 服务器 network 网络设备 from django.db import models class UserProfile(models.Model): """ 用户信息 """ name = models.CharField(u'姓名', max_length= ...
分类:
数据库 时间:
2019-08-04 10:37:15
阅读次数:
255
图论 最小生成树 最小生成树 (MST) ? 最小生成树 是一副 连通加权无向图 中一棵权值最小的生成树. ? 在一个有n个点的图中, 在所有边中选择 n 1 条边, 连接所有n个点, 使这n 1条边的 权值和 是所有方案中最小的. ? 最小生成树在算法竞赛中很少单独考察, 常与图论及其他树上算法结 ...
分类:
其他好文 时间:
2019-08-03 19:58:17
阅读次数:
92
Given a sequence of K integers { N?1??, N?2??, ..., N?K?? }. A continuous subsequence is defined to be { N?i??, N?i+1??, ..., N?j?? } where 1. The Max ...
分类:
其他好文 时间:
2019-08-03 11:06:46
阅读次数:
94