"https://github.com/xieqing/avl tree" An AVL Tree Implementation In C There are several choices when implementing AVL trees: store height or balance f ...
分类:
其他好文 时间:
2019-03-17 23:13:54
阅读次数:
128
A - Switch Game Problem Description There are many lamps in a line. All of them are off at first. A series of operations are carried out on these lamp ...
分类:
其他好文 时间:
2019-03-17 18:18:02
阅读次数:
161
// 面试题58(一):翻转单词顺序 // 题目:输入一个英文句子,翻转句子中单词的顺序,但单词内字符的顺序不变。 // 为简单起见,标点符号和普通字母一样处理。例如输入字符串"I am a student. ", // 则输出"student. a am I"。 #include void Rev... ...
分类:
其他好文 时间:
2019-03-16 23:37:25
阅读次数:
182
w3resource_MySQL练习题:Subquery 1. Write a query to find the name (first_name, last_name) and the salary of the employees who have a higher salary than t ...
分类:
数据库 时间:
2019-03-15 23:18:18
阅读次数:
645
L1-035 情人节 (15 分) 以上是朋友圈中一奇葩贴:“2月14情人节了,我决定造福大家。第2个赞和第14个赞的,我介绍你俩认识…………咱三吃饭…你俩请…”。现给出此贴下点赞的朋友名单,请你找出那两位要请客的倒霉蛋。 输入格式: 输入按照点赞的先后顺序给出不知道多少个点赞的人名,每个人名占一行 ...
分类:
其他好文 时间:
2019-03-15 20:47:19
阅读次数:
985
一、题目 POJ2886 二、分析 这个题目吧,开始没读懂,做的时候也没懂,WA的时候懂了。假设是第p个出圈的人有一个对应的因子个数$F(p)$,那么,题目求的就是这个$F(p)$最大的对应的人。 1.首先要对所有$F(p)$值进行预处理打表。因为多次询问。 2.每次都会有一个人出圈,那么为了能够每 ...
分类:
编程语言 时间:
2019-03-15 14:40:18
阅读次数:
169
https://www.exploit-db.com/exploits/46518 ...
分类:
数据库 时间:
2019-03-14 21:21:26
阅读次数:
295
Linux command automake 【Purpose】 Learning linux command automake for generate Makefile.in for configure from Makefile.am 【Eevironment】 Ubuntu 16.04 te ...
分类:
系统相关 时间:
2019-03-12 18:27:20
阅读次数:
195
linux 的规则: 1. linux 命令行组成结构:如下 2. linux系统命令操作语法的格式(命令的样子): 提示: 3. linux目录结构: 3.1 创建目录: 3.2 # 创建文件: 3.3 # 为 test.txt 增加内容 "i am studying linux": # 方法一: ...
分类:
系统相关 时间:
2019-03-08 09:40:04
阅读次数:
224