一.Redis介绍 1.redis是什么? remote dIctionary server(Redis) 是一个由Salvatore Sanfilippo写的key-value存储系统。Redis提供了一些丰富的数据结构,包括 lists, sets, ordered sets 以及 hashes ...
分类:
其他好文 时间:
2019-03-08 16:39:31
阅读次数:
164
题目链接:https://pintia.cn/problem-sets/1101307589335527424/problems/1101314114867245056 题意:给n个国家,以及每个国家的金牌数、奖牌数、人口数(百万)。以及m个来询问的国家,现在有4中排名方式(金牌数,奖牌数、人均金牌 ...
分类:
其他好文 时间:
2019-03-08 13:57:17
阅读次数:
357
题目:https://pintia.cn/problem-sets/994805342720868352/problems/994805472333250560 题意: 有k张乒乓球桌,有的是vip桌。有n对玩家来打乒乓,有的玩家是VIP玩家。 当他们到达时,如果没有空桌子他们就排队等待。 这时候如 ...
分类:
其他好文 时间:
2019-02-28 21:12:40
阅读次数:
135
Given a set of N (>1) positive integers, you are supposed to partition them into two disjoint sets A?1?? and A?2?? of n?1?? and n?2?? numbers, respect ...
分类:
编程语言 时间:
2019-02-26 16:58:05
阅读次数:
269
https://pintia.cn/problem-sets/994805342720868352/problems/994805491530579968 Suppose a bank has K windows open for service. There is a yellow line in ...
分类:
其他好文 时间:
2019-02-23 12:14:11
阅读次数:
141
1. redis数据结构 – 简介 redis是一种高级的key:value存储系统,其中value支持五种数据类型: 1.字符串(strings) 2.字符串列表(lists) 3.字符串集合(sets) 4.有序字符串集合(sorted sets) 5.哈希(hashes) 而关于key,有几个 ...
分类:
其他好文 时间:
2019-02-17 23:41:45
阅读次数:
190
Redis简介 Redis是一个开源免费的高性能键值数据库,通常被用作数据库、缓存、消息代理。 它支持数据结构,如strings,hashes,lists,sets,sorted。 在Linux下使用Redis 1、安装Redis 进入http://redis.io/download下载Redis, ...
分类:
其他好文 时间:
2019-02-16 18:19:26
阅读次数:
142
https://pintia.cn/problem-sets/994805342720868352/problems/994805370650738688 Among all the factors of a positive integer N, there may exist several c ...
分类:
其他好文 时间:
2019-02-15 13:20:35
阅读次数:
155
https://pintia.cn/problem-sets/994805342720868352/problems/994805466364755968 Given an increasing sequence S of N integers, the median is the number a ...
分类:
其他好文 时间:
2019-02-12 21:26:04
阅读次数:
186
https://pintia.cn/problem-sets/994805342720868352/problems/994805480801550336 A Digital Library contains millions of books, stored according to their ...
分类:
其他好文 时间:
2019-02-12 21:22:33
阅读次数:
120